Arduino Bluetooth Car Control

Arduino Bluetooth Car Control

jSands
05/09/2017
  • 3.0 MB

    حجم الملف

  • Android 4.0+

    Android OS

عن Arduino Bluetooth Car Control

سيارة التحكم عن بعد يستخدم منصة اردوينو أو واحدة مماثلة

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 1.0

Last updated on 05/09/2017
Minor bug fixes and improvements. Install or update to the newest version to check it out!
عرض المزيد

فيديوهات ولقطات الشاشة

  • Arduino Bluetooth Car Control الملصق
  • Arduino Bluetooth Car Control تصوير الشاشة 1

الإصدارات القديمة لـ Arduino Bluetooth Car Control

APKPure أيقونة

قم بتنزيل سريع وآمن بالغاية عبر تطبيق APKPure

قم بتثبيت ملفات XAPK/APK بنقرة واحدة على أندرويد!

تحميل APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies