Hardware

Firmata_test supervising Arduino From Raspberry Pi

firmata_test

Introduction :

In this manipulation we will control and supervise all the Arduino pins both the analog and the digital in input and in outputs from python based Gui application:

Uploading Arduino with the standard Firmata :

After installing the Arduino IDE, we will upload the Firmata sketch that is existing in the Examples of the IDE, in the following path : File > Examples > Firmata > StandardFirmata

File to download :

After cloning the github file and extracting the zip file there will appear the “Firmata_test” application, it should be executable

Useful commands :

Cloning the github path :

$ git clone <FileName>

Making the file executable :

$ sudo chmod +x firmata_test
$ ./firmata_test

The Result :

firmata_test

Leave a Reply

Your email address will not be published. Required fields are marked *