Arduino Bluetooth Car Control

Arduino Bluetooth Car Control

jSands
Sep 5, 2017
  • 3.0 MB

    Bestandsgrootte

  • Android 4.0+

    Android OS

Over Arduino Bluetooth Car Control

Remote-controlled vehicle that uses the Arduino platform or a similar one

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

}

Meer Info

What's new in the latest 1.0

Last updated on Sep 5, 2017
Minor bug fixes and improvements. Install or update to the newest version to check it out!
Meer Info

Video's en screenshots

  • Arduino Bluetooth Car Control-poster
  • Arduino Bluetooth Car Control screenshot 1

Arduino Bluetooth Car Control APK -informatie

Laatste versie
1.0
Categorie
Onderwijs
Android OS
Android 4.0+
Bestandsgrootte
3.0 MB
Ontwikkelaar
jSands
Veilige en snelle APK Downloads op APKPure
APKPure gebruikt handtekeningverificatie om virusvrije Arduino Bluetooth Car Control APK downloads voor u te garanderen.

Oude versies van Arduino Bluetooth Car Control

APKPure-icoon

Supersnel en veilig downloaden via de APKPure-app

Eén klik om XAPK/APK-bestanden op Android te installeren!

Downloaden 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