Skip to content

Instantly share code, notes, and snippets.

@acmcelwee
Last active December 17, 2015 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acmcelwee/5673931 to your computer and use it in GitHub Desktop.
Save acmcelwee/5673931 to your computer and use it in GitHub Desktop.
Using Firmata 2.2 on Arduino Uno
#!/bin/bash
wget http://at.or.at/hans/pd/Firmata-2.2.zip
unzip Firmata-2.2.zip
mv Firmata-2.2/Firmata /Applications/Arduino.app/Contents/Resources/Java/libraries/Firmata_2_2
rm -rf Firmata-2.2
rm Firmata-2.2.zip
# Start your Arduino IDE.
# Navigate to File -> Examples -> Firmata_2_2 -> StandardFirmata
# Click Upload and select the port of your Arduino, if prompted to do so.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment