Steering Wheel for Arduino Car

7.2 8

v1.0 by WestJava Media

Steering Wheel for Arduino Car APK download Steering Wheel for Arduino Car APK download
Download through APKFab App
Safe & Fast Install • Region Free

About Steering Wheel for Arduino Car

Steering Wheel for Arduino Car (Package Name: com.ttsberita.arduinoaccelerometercar) is developed by WestJava Media and the latest version of Steering Wheel for Arduino Car 1.0 was updated on August 19, 2016. Steering Wheel for Arduino Car is in the category of Tools. You can check all apps from the developer of Steering Wheel for Arduino Car and find 9 alternative apps to Steering Wheel for Arduino Car on Android. Currently this app is for free. This app can be downloaded on Android 4.0+ on APKFab or Google Play. All APK/XAPK files on APKFab.com are original and 100% safe with fast download.
Steering Wheel for Arduino Car is a remote to control RC arduino,
You can control the RC were made with Arduino by tilting to the right and left of your android, like when playing a car racing game.
This application sends strings via bluetooth based Accelerometer sensor android, message format
x|y|z,
example message 40|50|80,
means that
x = 10
            y = 50
            z = 80
with this information you can process into motion you made to taste,
example:
void loop on arduino sketch
http://www.ttsberita.com/?p=464
==================================
boolean belok = false;
boolean onstop = false;
void loop() {
x = 0;
y = 0;
z = 0;
if(bt.available()){
x = bt.readStringUntil('|').toInt();
y = bt.readStringUntil('|').toInt();
z = bt.readStringUntil(',').toInt();
}
belok = false;
onstop = false;
if(x != 0 || y != 0 || z != 0){
if(z < 50) // stop
{
analogWrite(A1,0);
analogWrite(A2,0);
onstop = true;
}
if(y > 20 && !onstop)
{
analogWrite(A1,255);
analogWrite(A2,0);
belok = true;
}
else if(y < -20 && !onstop) // turn left
{
analogWrite(A1,0);
analogWrite(A2,255);
belok = true;
}
if(!onstop && !belok){ // forward
analogWrite(A1,255);
analogWrite(A2,255);
}
}
delay(50);
}
==================================
Read More
Steering Wheel for Arduino Car Features
Related Videos
Previous Versions More
Steering Wheel for Arduino Car
Steering Wheel for Arduino Car 1.0 APK
September 27, 2016 3.63 MB

Requires Android: Android 4.0+

Screen DPI: 160-640dpi

SHA1: f8071fb3a1c9b2e834377c94e2dd332c0a5a1be1

Size: 3.63 MB

More Information

Category:

Tools Apps

Update Date:

Latest Version:

1.0

Need Update:

Submit latest version

Requirements:

Android 4.0+