Skip to content

Latest commit

 

History

History
 
 

LED

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PhoneGap Arduino LED Example

Control LEDs on the Arduino from your Android Phone.

Blue Lights

Green Lights

This is the example code from my PhoneGap for Makers talk at the 2013 Maker Faire Bay Area.

Arduino

Hardware

TODO Fritzing diagram here

Upload the sketch

Upload the sketch to your Uno using the Arduino IDE.

Pair your phone

Pair your Android phone with the bluetooth adapter.

PhoneGap

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.