This application allows you to control the RC Arduino Car, without touching the existing button on your Android.
You can control RC Car for Forward, Backward, Left and Right.
* Configuration Application to sketch in Arduino :
~ FORWARD (Send Data "F" to Arduino)
~ BACKWARD (Send Data "B" to Arduino)
~ RIGHT (Send Data "R" to Arduino)
~ LEFT (Send Data "L" to Arduino)
~ STOPPED (Send Data "S" to Arduino)
* Sample Sketch for Arduino Using If and else if :
if (state == 'F') // FORWARD
else if (state == 'B') // BACKWARD
else if (state == 'R') // RIGHT
else if (state == 'L') // LEFT
else if (state == 'S') // STOPPED
Full tutorial? Please click http://goo.gl/KwzbLu
For more information visit http://www.boarduino.blogspot.com
This version of Acceleroduino RC Car Android App comes with one universal variant which will work on all the Android devices.
If you are looking to download other versions of Acceleroduino RC Car Android App, We have 1 version in our database. Please select one of them below to download.