You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a Firmata host side implementation for Linux. There are plenty of SBCs running Linux that could benefit from it. Few immediate ones that come to mind:
You take any johnny-five IO class and wrap it with remote-io, and provide it some type of transport such as a tcp or websocket. Most of the functionality is there for GPIOs. Digitial inputs might need a little work, but outputs, pwm, analog in, and i2c should all work.
It would be nice to have a Firmata host side implementation for Linux. There are plenty of SBCs running Linux that could benefit from it. Few immediate ones that come to mind:
Raspberry Pi
CHIP
VoCore2
By leveraging GPIO and Device Tree facilities the host can probably even auto configure itself.
The text was updated successfully, but these errors were encountered: