Arduino Bluetooth Car HC-05 or 1.1 Icon

Arduino Bluetooth Car HC-05 or

JSands Education
0
0 Ratings
5K+
Downloads
1.1
version
Aug 27, 2019
release date
2.5 MB
file size
Free
Download

About Arduino Bluetooth Car HC-05 or Android App

The application allows you to control an Arduino or Raspberry Pi based RC car over Bluetooth. This is done using a Bluetooth enabled Android phone.

***Warning***
Arduino Bluetooth Car does not search for devices by bluetooth. First you have to pair through the settings of your mobile phone.


If you have any problems, you can contact me and I'll help you.
Enjoy

You can use HC-05 or HC-06
Code:
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 HC Android App comes with one universal variant which will work on all the Android devices.

Variant
2
(Aug 27, 2019)
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 HC Android App, We have 1 version in our database. Please select one of them below to download.

Loading..