Arduino support through pyFirmata #166
roaldarbol
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hey Mikkel! Unfortunately, Belay will fundamentally not work with arduino. Firmata (and pyFirmata) basically works by flashing a firmware to a microcontroller and then performs fixed actions based on commands sent over serial. Belay works by issuing plain python commands over the micropython REPL. So here micropython/circuitpython being on the board to interpret all those python commands is critical. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Brain! Hope you're well!
Just popping in for a quick idea (am terribly busy writing up my PhD, so won't actually be needing new use-cases for at least another year). So basically I'm trying to plan ahead a bit for what is basically a GUI wrapper for Belay + cameras (once people have refined their Belay scripts themselves that is, this is just to execute them, input/output stuff).
I was thinking about whether Belay might be able to serve Arduino too somehow and came across pyFirmata. Now, I have no idea whether it would be possible/feasible to attempt to implement it, but I thought I'd just leave the idea here to soak a bit. ;-)
Cheers, Mikkel
Beta Was this translation helpful? Give feedback.
All reactions