Arduino Bluetooth Car HC-05 or

Arduino Bluetooth Car HC-05 or

JSands
Aug 27, 2019
  • 2.5 MB

    فائل سائز

  • Android 4.0+

    Android OS

About Arduino Bluetooth Car HC-05 or

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

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

}

مزید دکھائیں

What's new in the latest 1.1

Last updated on Aug 27, 2019
Minor bug fixes and improvements. Install or update to the newest version to check it out!
مزید دکھائیں

ویڈیوز اور اسکرین شاٹس

  • Arduino Bluetooth Car HC-05 or کے لیے Android آفیشل ٹریلر
  • Arduino Bluetooth Car HC-05 or اسکرین شاٹ 1
  • Arduino Bluetooth Car HC-05 or اسکرین شاٹ 2

کے پرانے ورژن Arduino Bluetooth Car HC-05 or

APKPure آئیکن

APKPure ایپکےذریعےانتہائی تیزاورمحفوظڈاؤنلوڈنگ

Android پر XAPK/APK فائلیںانسٹالکرنےکےلیےایککلککریں!

ڈاؤن لوڈ کریں APKPure
thank icon
ہم آپ کے صارف کے تجربے کو بہتر بنانے کے لیے اس ویب سائٹ پر کوکیز اور دیگر ٹیکنالوجیز کا استعمال کرتے ہیں۔
اس صفحے پر کسی بھی لنک پر کلک کرکے آپ ہماری رازداری کی پالیسی اور کوکیز پالیسی پر متفق ہو رہے ہیں۔
مزید جانیں