About Acceleroduino RC Car
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
Download and install
Acceleroduino RC Car version 1.0 on your
Android device!
Downloaded 100+ times, content rating: Everyone
Android package:
appinventor.ai_Muhandi_prasetyo.RemotRobotGesture, download Acceleroduino RC Car.apk
by T####:
Memudahkan Anda untuk mengontrol Arduino RC Car tanpa menyentuh button yang ada di smartphone Android! Hanya dengan menggunakan Accelerometer Sensor.