Arduino Bluetooth Car HC-05 or
Install Now
Arduino Bluetooth Car HC-05 or
Arduino Bluetooth Car HC-05 or

Arduino Bluetooth Car HC-05 or

Control an Arduino or Raspberry Pi project based RC car over Bluetooth

Developer: JSands
App Size: Varies With Device
Release Date: Mar 7, 2019
Price: Free
Price
Free
Size
Varies With Device

Screenshots for App

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

}
Show More
Show Less
More Information about: Arduino Bluetooth Car HC-05 or
Price: Free
Version: 1.3
Downloads: 4772
Compatibility: Android 4.0
Bundle Id: com.jsands.joaosantos.arduinbluetoothcar
Size: Varies With Device
Last Update: 2019-08-27
Content Rating: Everyone
Release Date: Mar 7, 2019
Content Rating: Everyone
Developer: JSands


Whatsapp
Vkontakte
Telegram
Reddit
Pinterest
Linkedin
Hide