tino / pyFirmata

Python interface for the Firmata (http://firmata.org/) protocol. It is compliant with Firmata 2.1. Any help with updating to 2.2 is welcome. The Capability Query is implemented, but the Pin State Query feature not yet.
MIT License
576 stars 193 forks source link

Controlling an Arduino that is connected via Bluetooth to Raspberry Pi with pyfirmata #46

Open jandono opened 8 years ago

jandono commented 8 years ago

Well, the tittle is pretty much self explanatory... If I have an Arduiono that is connected to my RasPi3 via Bluetooth, can I use pyfirmata to control it? If yes, then how do I initialize my "board" to be the Arduino connected via Bluetooth?

Looking forward to hearing from you!

tino commented 7 years ago

Well, if the Bluetooth connection is available as a serial port (/dev/tty-bluetooth or something like that), you can pass it to Board and it should work. Otherwise I wouldn't have a clue ;)