Uploading FirmataPlus to Arduino - MrYsLab/xideco GitHub Wiki
FirmataPlus is a custom enhanced version of StandardFirmata that is included with this distribution.
Important Note: The version of FirmataPlus included with the Xideco distribution is an improved version and should be installed over any previous versions.
It provides support for:
- HC-SR04 Sonar distance devices
- Rotary Encoder
- Stepper Motor Support
- Piezo tone generation.
It is distributed as a zip file. You can download it here. Click on the "view raw" button to download.
To install:
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.