Arduino Bluetooth Car Control 1.0 Icon

Arduino Bluetooth Car Control

jSands Education
5
12 Ratings
500+
Downloads
1.0
version
Sep 05, 2017
release date
3.0 MB
file size
Free
Download

What's New

About Arduino Bluetooth Car Control Android App

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();

}

Other Information:

Requires Android:
Android 4.0+
Other Sources:

Download

This version of Arduino Bluetooth Car Control Android App comes with one universal variant which will work on all the Android devices.

Variant
1
(Sep 05, 2017)
Architecture
universal
Minimum OS
Android 4.0+
Screen DPI
nodpi (all screens)

All Versions

If you are looking to download other versions of Arduino Bluetooth Car Control Android App, We have 1 version in our database. Please select one of them below to download.

Loading..