Arduino Bluetooth Car HC-05 or

Arduino Bluetooth Car HC-05 or

JSands
Aug 27, 2019
  • 2.5 MB

    Dateigröße

  • Android 4.0+

    Android OS

Über Arduino Bluetooth Car HC-05 or

Steuern Sie ein Arduino- oder Raspberry Pi-basiertes RC-Car über Bluetooth

Die Anwendung ermöglicht es Ihnen, ein Arduino- oder Raspberry Pi-basiertes RC-Car über Bluetooth zu steuern. Dies geschieht mit einem Bluetooth-fähigen Android-Telefon.

***Warnung***

Arduino Bluetooth Car sucht nicht über Bluetooth nach Geräten. Zuerst müssen Sie die Einstellungen Ihres Mobiltelefons koppeln.

Wenn Sie irgendwelche Probleme haben, können Sie mich kontaktieren und ich werde Ihnen helfen.

Genießen

Sie können HC-05 oder HC-06 verwenden

Code:

void loop () {

if (bluetooth.available ()) {// Prüft, ob Daten von der seriellen Schnittstelle kommen

comando = "";

while (bluetooth.available ())

{

char x = bluetooth.read ();

comando + = x;

}

if (comando == "f")

Vorderseite();

sonst wenn (comando == "e")

links();

sonst wenn (comando == "r")

Recht();

sonst wenn (comando == "p")

stopCar ();

sonst wenn (comando == "b")

zurück();

sonst wenn (comando == "m")

Mehr();

}

Mehr anzeigen

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!
Mehr anzeigen

Videos und Screenshots

  • Arduino Bluetooth Car HC-05 or für den offiziellen Android-Trailer
  • Arduino Bluetooth Car HC-05 or Screenshot 1
  • Arduino Bluetooth Car HC-05 or Screenshot 2

Arduino Bluetooth Car HC-05 or APK -Informationen

Letzte Version
1.1
Kategorie
Lernen
Android OS
Android 4.0+
Dateigröße
2.5 MB
Entwickler
JSands
Sichere und schnelle APK-Downloads auf APKPure
Mit APKPure können Sie Arduino Bluetooth Car HC-05 or APK einfach und sicher mit Signaturüberprüfung herunterladen.

Alte Versionen von Arduino Bluetooth Car HC-05 or

APKPure Zeichen

Superschnelles und sicheres Herunterladen über die APKPure-App

Ein Klick zur Installation von XAPK/APK-Dateien auf Android!

Download 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