Arduino Bluetooth Car Control के बारे में

रिमोट नियंत्रित वाहन Arduino मंच या किसी ऐसे ही एक का उपयोग करता है

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

}

अनुवाद लोड हो रहा है...

अतिरिक्त ऐप जानकारी

नवीनतम संस्करण

निवेदन Arduino Bluetooth Car Control अपडेट 1.0

द्वारा डाली गई

Dicky Mohawk Pardede

Android ज़रूरी है

Android 4.0+

अधिक दिखाएं

नवीनतम संस्करण 1.0 में नया क्या है

Last updated on Sep 5, 2017

Minor bug fixes and improvements. Install or update to the newest version to check it out!

अधिक दिखाएं

Arduino Bluetooth Car Control स्क्रीनशॉट

पिछले 24 घंटों में लोकप्रिय लेख

टिप्पणी लोड हो रहा है...
भाषाओं
खोज हो रही है...
APKPure की सदस्यता लें
सर्वश्रेष्ठ एंड्रॉइड गेम और ऐप्स के शुरुआती रिलीज, समाचार और गाइड तक पहुंचने वाले पहले व्यक्ति बनें।
जी नहीं, धन्यवाद
साइन अप करें
सफलतापूर्वक सब्सक्राइब!
अब आप APKPure की सदस्यता ले रहे हैं।
APKPure की सदस्यता लें
सर्वश्रेष्ठ एंड्रॉइड गेम और ऐप्स के शुरुआती रिलीज, समाचार और गाइड तक पहुंचने वाले पहले व्यक्ति बनें।
जी नहीं, धन्यवाद
साइन अप करें
सफलता!
अब आप हमारे न्यूज़लेटर की सदस्यता ले चुके हैं।