Arduino Bluetooth Car HC-05 or

Arduino Bluetooth Car HC-05 or

JSands
Aug 27, 2019
  • 2.5 MB

    Taille de fichier

  • Android 4.0+

    Android OS

À propos de Arduino Bluetooth Car HC-05 or

Contrôlez une voiture RC basée sur un projet Arduino ou Raspberry Pi via Bluetooth

L'application vous permet de contrôler une voiture RC basée sur Arduino ou Raspberry Pi via Bluetooth. Ceci est fait en utilisant un téléphone Android compatible Bluetooth.

***Attention***

Arduino Bluetooth Car ne recherche pas les appareils par Bluetooth. Tout d’abord, vous devez apparier les paramètres de votre téléphone mobile.

Si vous avez des problèmes, vous pouvez me contacter et je vous aiderai.

Prendre plaisir

Vous pouvez utiliser HC-05 ou HC-06

Code:

boucle vide () {

if (bluetooth.available ()) {// Vérifie si des données proviennent du port série

comando = "";

while (bluetooth.available ())

{

char x = bluetooth.read ();

comando + = x;

}

si (avec == "f")

de face();

sinon si (comando == "e")

la gauche();

sinon si (comando == "r")

droite();

sinon si (comando == "p")

stopCar ();

sinon si (comando == "b")

retour();

sinon si (comando == "m")

plus();

}

Voir plus

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!
Voir plus

Vidéos et captures d'écran

  • Trailer officiel de Arduino Bluetooth Car HC-05 or pour Android
  • Arduino Bluetooth Car HC-05 or capture d'écran 1
  • Arduino Bluetooth Car HC-05 or capture d'écran 2

Vieilles versions de Arduino Bluetooth Car HC-05 or

APKPure icône

Téléchargement super rapide et sûr via l'application APKPure

Un clic pour installer les fichiers XAPK/APK sur Android!

Téléchargement 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