Steering Wheel for Arduino Car APK

42+ votes, 3.10/5

Bluetooth remote arduino rc car... [readmore]


⇣ Download APK (3.63 MB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

Version 1.0
Update
Size 3.63 MB
Category Tools
Developer WestJava Media
Downloads ↓ 10
⇣ Download APK (3.63 MB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

File Infos

License type Free
Version 1.0
Size 3.63 MB (3811122)
Filename com.ttsberita.arduinoaccelerometercar_1_3811122.apk
Requirement 4.0 and up
Type app
Category Tools
Package name: com.ttsberita.arduinoaccelerometercar
Slogan: Bluetooth remote arduino rc car

APK Permissions


‣ android.permission.BLUETOOTH
‣ android.permission.BLUETOOTH_ADMIN
‣ android.permission.INTERNET
‣ android.permission.ACCESS_NETWORK_STATE


APK used Features


‣ android.hardware.bluetooth
‣ android.hardware.touchscreen

Screenshots (5 images)

Steering Wheel for Arduino Car screenshot 1 Steering Wheel for Arduino Car screenshot 2 Steering Wheel for Arduino Car screenshot 3 Steering Wheel for Arduino Car screenshot 4 Steering Wheel for Arduino Car screenshot 5

About Steering Wheel for Arduino Car APK

Steering Wheel for Arduino Car poster
Steering Wheel for Arduino Car APK version 1.0 poster

Latest update [menu]


Version 1.0 updated.

Description [menu]


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);
}
==================================

How to install Steering Wheel for Arduino Car APK for Android [menu]


Download Steering Wheel for Arduino Car APK file (com.ttsberita.arduinoaccelerometercar_1_3811122.apk) from SameAPK.com, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (com.ttsberita.arduinoaccelerometercar_1_3811122.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

How to install Steering Wheel for Arduino Car APK on Windows 7/8/10 or MAC PC? [menu]


Download Steering Wheel for Arduino Car APK file(com.ttsberita.arduinoaccelerometercar_1_3811122.apk) from SameAPK.com to your PC (ex: /Users/xxx/Downloads/(com.ttsberita.arduinoaccelerometercar_1_3811122.apk)), then follow these steps:

Using Emulator:

  • Download And Install one Emulator Softwares (Ex: Bluestacks, GenyMotion, NoxPlayer)
  • Simple install APK on PC by drag and drop file com.ttsberita.arduinoaccelerometercar_1_3811122.apk on Emulator screen

Steering Wheel for Arduino Car APK Pros & Cons [menu]


Pros
  • This app is safe, it's not require high risk permissions
  • Compatible with 32 bit device (most Emulator using 32bit arch CPU)
  • Compatible with 64-bit device (some android device and current Bluestacks)

Cons
Everything is good.


Similar applications [menu]


New Apps



Comments

No comment Yet.