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.

Over Duino Joy

virtuele joystick om met Arduino communiceren via bluetooth module

Duino Joy is eenvoudig virtuele joystick met Arduino te communiceren via bluetooth module

Bekijk voorbeeld over hoe om te gebruiken op https://www.instructables.com/id/Simple-RC-Car-Arduino-Nano-HC-05/

***********************

testen

***********************

// Connection

// Arduino >>> bluetooth

// D10 (als RX) >>> Tx

// D11 (als TX) >>> Rx

#include

SoftwareSerial bluetooth (10, 11); // RX, TX

void setup () {

  Serial.begin (19200); // Display om Arduino IDE Serial Monitor

  bluetooth.begin (9600); // Communiceer met Bluetooth-module

}

void lus () {

  while (bluetooth.available ()) // Wacht op gegevens van bluetooth

  {

    char a = bluetooth.read (); // Gegevens lezen als Char van Software Serial

    Serial.print ( "Recieved:");

    Serial.println (a); // Print data to Serial Monitor

  }

}

Wat is er nieuw in de nieuwste versie 1.1

Last updated on Jan 29, 2020

Simple Virtual Joystick for Arduino with Bluetooth module
- Added Lao language

Vertaling Laden...

Aanvullende APP -informatie

Laatste Versie

Verzoek update van Duino Joy 1.1

Geüpload door

Eduardo Antonio Valenzuela Esquer

Android vereist

Android 4.4+

Available on

Verkrijg Duino Joy via Google Play

Meer Info

Duino Joy Screenshots

Talen
Abonneer u op APKPure
Wees de eerste die toegang krijgt tot de vroege release, nieuws en gidsen van de beste Android -games en apps.
Nee bedankt
Aanmelden
Succesvol ingeschreven!
Je bent nu geabonneerd op APKPure.
Abonneer u op APKPure
Wees de eerste die toegang krijgt tot de vroege release, nieuws en gidsen van de beste Android -games en apps.
Nee bedankt
Aanmelden
Succes!
Je bent nu geabonneerd op onze nieuwsbrief.