luizribeiro / labby

Software for interacting with laboratory equipment and running experiment sequences.
MIT License
0 stars 1 forks source link

Add support for Arduino through firmata #16

Open luizribeiro opened 4 years ago

luizribeiro commented 4 years ago

pyFirmata gives an interface to the Firmata protocol for talking to Arduinos.

This could be a good way to make labby capable of talking to hardware through an Arduino while using a common firmware.

luizribeiro commented 4 years ago

pymata4 might actually be a better option.