Control LEDs on the Arduino from your Android Phone.
This is the example code from my PhoneGap for Makers talk at the 2013 Maker Faire Bay Area.
Hardware
- Arduino Uno
- SparkFun Bluetooth Mate Silver
- Adafruit NeoPixel Digital RGB LED Weatherproof Strip 60 LED
TODO Fritzing diagram here
Upload the sketch to your Uno using the Arduino IDE.
Pair your Android phone with the bluetooth adapter.
This assumes you have the Android SDK installed and $ANDROID_HOME/tools and $ANDROID_HOME/platform-tools in your system path.
Edit assets/www/js/index.js and change the Mac Address to match the address of your Bluetooth modem.
Adding platforms generates the native project
$ cordova platform add android
Install the Bluetooth Serial plugin with cordova
$ cordova plugin add ~/BluetoothSerial
Connect your phone to the computer.
Compile and run the application
$ cordova run
After the application starts, connect bluetooth by touching the "Connect" label. Occasionally it takes a few times to connect. Watch for the green connect light on the Bluetooth adapter.
Move the sliders to adjust Red, Green, and Blue values.