Use APKPure App
Get Arduino Bluetooth Car Control old version APK for Android
रिमोट नियंत्रित वाहन 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();
}
द्वारा डाली गई
Dicky Mohawk Pardede
Android ज़रूरी है
Android 4.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
1.0 by jSands
Sep 5, 2017