Use APKPure App
Get Duino Joy old version APK for Android
wirtualny joystick, aby komunikować się z Arduino poprzez moduł bluetooth
Duino Radość jest prosta wirtualny joystick, aby komunikować się z Arduino poprzez moduł bluetooth
Zobacz przykład jak używać w https://www.instructables.com/id/Simple-RC-Car-Arduino-Nano-HC-05/
***********************
Testowanie
***********************
// Połączenie
// bluetooth Arduino >>>
// D10 (Rx) >>> Tx
// D11 (a TX) >>> Rx
#include
SoftwareSerial Bluetooth (10, 11); // RX, TX
void setup () {
Serial.begin (19200); // Wyświetlenie do Arduino IDE seryjny monitora
bluetooth.begin (9600); // Komunikacja z modułem Bluetooth
}
nieważne pętli () {
while (bluetooth.available ()) // Oczekiwanie na dane z bluetooth
{
zwęgleniu a = bluetooth.read (); // Odczyt danych jako Char z serii programów
Serial.print ( "Recieved:");
Serial.println (A); // dane wydruku seryjnym monitora
}
}
Last updated on Jan 29, 2020
Simple Virtual Joystick for Arduino with Bluetooth module
- Added Lao language
Przesłane przez
Eduardo Antonio Valenzuela Esquer
Wymaga Androida
Android 4.4+
Kategoria
Raport
Duino Joy
1.1 by LekPKD
Jan 29, 2020