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

This page was created on 2020-04-30 03:29 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
5 2020-04-30 05:30 255 bytes Murray Altheim to previous
4 2020-04-30 03:36 2 KB Murray Altheim to previous | to last
3 2020-04-30 03:31 2 KB Murray Altheim to previous | to last
2 2020-04-30 03:30 626 bytes Murray Altheim to previous | to last
1 2020-04-30 03:29 573 bytes Murray Altheim to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 2 lines
This page describes an experiment in using PyMata Express to communicate (using
[Firmata]) between a [Raspberry Pi] and an [ItsyBitsy] microcontroller.
%%alias
This page has been replaced by:
[PyMataExpressOnArduino]
%%
%%small
(My ItsyBitsy is running CircuitPython, not Arduino sketches)
%%
At line 4 changed 23 lines
!! Installing PyMata Express on Linux/Raspberry Pi
To install Pymata Express on Linux (including Raspberry Pi) and
macOS computers, open a terminal window and type:
{{{
sudo pip3 install pymata-express
}}}
!! Installing Firmata Express on an Arduino
The [FirmataExpress|https://mryslab.github.io/pymata-express/firmata_express/] page
describes how to install it on an Arduino, using the Arduino IDE.
----
[{Tag RaspberryPi Arduino}]
If someone wants to try this on an [ItsyBitsy], certainly feel free to use this page for documentation.