Arduino Bluetooth Car HC-05 or

Arduino Bluetooth Car HC-05 or

JSands
Aug 27, 2019
  • 2.5 MB

    Bestandsgrootte

  • Android 4.0+

    Android OS

Over Arduino Bluetooth Car HC-05 or

Bestuur een op Arduino of Raspberry Pi project gebaseerde RC auto via Bluetooth

Met de applicatie kun je een op Arduino of Raspberry Pi gebaseerde RC-auto besturen via Bluetooth. Dit gebeurt met een Android-telefoon met Bluetooth.

***Waarschuwing***

Arduino Bluetooth Car zoekt niet naar apparaten via bluetooth. Eerst moet je paren via de instellingen van je mobiele telefoon.

Als u problemen ondervindt, kunt u contact met mij opnemen en ik zal u helpen.

Genieten

U kunt HC-05 of HC-06 gebruiken

Code:

void loop () {

if (bluetooth.available ()) {// Controleert of er gegevens afkomstig zijn van de seriële poort

comando = "";

while (bluetooth.available ())

{

char x = bluetooth.read ();

comando + = x;

}

if (comando == "f")

voorkant();

else if (comando == "e")

links();

else if (comando == "r")

rechts();

else if (comando == "p")

stopCar ();

else if (comando == "b")

terug();

else if (comando == "m")

meer();

}

Meer Info

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!
Meer Info

Video's en screenshots

  • Arduino Bluetooth Car HC-05 or voor officiële Androidtrailer
  • Arduino Bluetooth Car HC-05 or screenshot 1
  • Arduino Bluetooth Car HC-05 or screenshot 2

Arduino Bluetooth Car HC-05 or APK -informatie

Laatste versie
1.1
Categorie
Onderwijs
Android OS
Android 4.0+
Bestandsgrootte
2.5 MB
Ontwikkelaar
JSands
Veilige en snelle APK Downloads op APKPure
APKPure gebruikt handtekeningverificatie om virusvrije Arduino Bluetooth Car HC-05 or APK downloads voor u te garanderen.

Oude versies van Arduino Bluetooth Car HC-05 or

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