Skip to content

Firmata example

Frederic Pillon edited this page Jul 4, 2017 · 6 revisions

Firmata example on Nucleo L476RG

See Firmata library for further information.

  1. If not already done, download and install the Arduino software (IDE) for the required OS. (Windows, Linux or Mac instructions)

  2. Configure the IDE to the desired board.

See Getting-Started#configuring-ide

  1. Open the Firmata sketch from the "File> Examples > Firmata > StandardFirmata"

Note: Firmata library has been updated for the STM32 core. That's why Firmata is displayed twice.

  1. "Examples for any board" section
  2. "Examples for Nucleo-64" section

Select the firmata for the Nucleo-64 /img/SelectSpecificExample.png

  1. Click the upload button

See Getting-Started#upload-method to change the upload method.

/img/Upload.png

When board restart, LED blinking several time (indicating Firmata version). **Firmata **is ready to use.

Test with ScratchX

**Firmata **client test are available here: (no installation required) www.firmata.org

Test with ScratchX

Firmata can be tested with ScratchX using the Scratch Arduino Extension. Please, follow the Getting Started since step 2.

Some examples, which could be loaded with the plugin, for the Nucleo L476RG:

Clone this wiki locally