Replies: 1 comment
-
Unfortunately, it's a hard requirement that micropython is running on the target microcontroller. Belay doesn't have an explicit device firmware like firmata. Belay works by sending over python code that gets executed in micropython, so it's very fundamental to the functionality of Belay. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
it would make this library usable with boards not supporting micropython (old arduinos, stm32, etc)
It would also make a nice replacement for pyFirmata and pyMata that are mostly discontinued at this point.
I understand some features prolly wont be usable, like the package manager.
Beta Was this translation helpful? Give feedback.
All reactions