Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Arduino Bluetooth Car Control icon

1.0 by jSands


Sep 5, 2017

About Arduino Bluetooth Car Control

Remote-controlled vehicle that uses the Arduino platform or a similar one

With this application we can handle any wireless Bluetooth remote-controlled vehicle that uses the Arduino platform or a similar one.

void loop() {

if (bluetooth.available()) { // Checks whether data is comming from the serial port

comando = "";

while (bluetooth.available())

{

char x = bluetooth.read();

comando += x;

}

if (comando == "f")

front();

else if (comando == "e")

left();

else if (comando == "r")

right();

else if (comando == "p")

stopCar();

else if (comando == "b")

back();

else if (comando == "m")

more();

}

What's New in the Latest Version 1.0

Last updated on Sep 5, 2017

Minor bug fixes and improvements. Install or update to the newest version to check it out!

Translation Loading...

Additional APP Information

Latest Version

Request Arduino Bluetooth Car Control Update 1.0

Uploaded by

Dicky Mohawk Pardede

Requires Android

Android 4.0+

Show More

Arduino Bluetooth Car Control Screenshots

Comment Loading...
Languages
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.