This page (revision-6) was last changed on 2020-04-30 05:50 by Murray Altheim

This page was created on 2020-04-29 23:10 by Murray Altheim

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
6 2020-04-30 05:50 3 KB Murray Altheim to previous
5 2020-04-30 03:35 3 KB Murray Altheim to previous | to last
4 2020-04-30 03:27 3 KB Murray Altheim to previous | to last
3 2020-04-30 01:09 3 KB Murray Altheim to previous | to last
2 2020-04-29 23:56 3 KB Murray Altheim to previous | to last
1 2020-04-29 23:10 2 KB Murray Altheim to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 9 changed one line
* [The Firmata Protocol|https://github.com/firmata/protocol] (not a [Tom Cruise movie|https://en.wikipedia.org/wiki/Mission:_Impossible_%E2%80%93_Ghost_Protocol], nor a book by [Frederick_Forsyth|https://en.wikipedia.org/wiki/The_Fourth_Protocol] or [Robert Ludlum|https://en.wikipedia.org/wiki/The_Sigma_Protocol])
* [The Firmata Protocol|https://github.com/firmata/protocol] (not a [Tom Cruise movie|https://en.wikipedia.org/wiki/Mission:_Impossible_%E2%80%93_Ghost_Protocol], nor a book by [Frederick_Forsyth|https://en.wikipedia.org/wiki/The_Fourth_Protocol], [Robert Ludlum|https://en.wikipedia.org/wiki/The_Sigma_Protocol], or a [film with Patricia Arquette|https://en.wikipedia.org/wiki/Stigmata_(film)])
At line 11 added 7 lines
See also: [PyMata Express On Arduino|PyMataExpressOnArduino] (an experiment)
----
[{TableOfContents}]
At line 13 changed one line
Based on a cursory look at what's available (summarised below), depending on whether or not one wants async IO or not it seems that either __PyMata4__ or __PyMata Express__ is the best candidate. One would be communicating in either __StandardaFirmata__ or __FirmataExpress__ (AIO).
Based on a cursory look at what's available (summarised below), depending on whether or not one wants async IO or not it seems that either __PyMata4__ or __PyMata Express__ is the best candidate. One would be communicating in either __[StandardaFirmata|https://github.com/firmata/arduino/blob/master/examples/StandardFirmata/StandardFirmata.ino]__ or __[FirmataExpress|https://github.com/MrYsLab/FirmataExpress]__ (AIO).
At line 29 added 2 lines
but apparently has a significantly higher learning curve than StandardFirmata.
At line 32 removed 2 lines
!! Current Python Firmata Implementations
At line 98 added 8 lines
!! References
* [Firmata Library Reference|https://www.arduino.cc/en/reference/firmata]
* [PyMata Express|https://github.com/MrYsLab/pymata-express] on github
* [PyMata Express User Guide|https://mryslab.github.io/pymata-express/]
* [Firmata/Arduino|https://github.com/firmata/arduino] on github