Acceleroduino RC Car APK
最新版本
1.0 for Windows
更新
2015年May04日
信息
版 1.0 (#1)
更新 2015年May04日
APK档案大小 1.7 MB
Android 系统版本要求 Android 1.5+ (Cupcake)
开发者 Andy182 Devstudio
类别 教育 (应用)
应用 ID appinventor.ai_Muhandi_prasetyo.RemotRobotGesture
开发者备注 Acceleroduino RC Car is an apps to control the RC Car with Accelerometer sensor
屏幕截图图片
单击图像查看完整尺寸
内容描述
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
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
评分和评论
分:4.2 / 5 · Less than 100 票
(*) 是必须的