Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Installing FirmataPlus

Alan Yorinks edited this page Jul 8, 2016 · 1 revision

FirmataPlus is a custom enhanced version of StandardFirmata that is included with this distribution. It provides support for:

  1. HC-SR04 Sonar distance devices
  2. Rotary Encoder
  3. Stepper Motor Support
  4. Piezo tone generation.

It is distributed as a zip file. If you downloaded the pyamta_aio distribution from Github and extracted the files, you will find a libraries.zip file in the FirmataPlus directory. You can also directly download it here. Click on the "view raw" button to download.

Open the Arduino IDE and select File/Preferences to determine your sketchbook location.

Close the Arduino IDE and extract the libraries.zip file into the sketchbook location directory.

Re-open the Arduino IDE, select File/Examples/FirmataPlus/FiramataPlus and upload to your Arduino.

standardfirmata

Clone this wiki locally