Duino Joy

Duino Joy

LekPKD
Jan 29, 2020
  • 1.3 MB

    File Size

  • Android 4.4+

    Android OS

About Duino Joy

virtual joystick to communicate with Arduino via bluetooth module

Duino Joy is simple virtual joystick to communicate with arduino via bluetooth module

View Example on how to use at https://www.instructables.com/id/Simple-RC-Car-Arduino-Nano-HC-05/

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

Testing

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

// Connection

// Arduino >>> bluetooth

// D10 (as RX) >>> Tx

// D11 (as TX) >>> Rx

#include

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

void setup() {

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

bluetooth.begin(9600); // Communicate with Bluetooth module

}

void loop() {

while(bluetooth.available()) // Wait for data from bluetooth

{

char a = bluetooth.read(); // Read Data as Char from Software Serial

Serial.print("Recieved: ");

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

}

}

Show More

What's new in the latest 1.1

Last updated on 2020-01-30
Simple Virtual Joystick for Arduino with Bluetooth module
- Added Lao language
Show More

Videos and Screenshots

  • Duino Joy poster
  • Duino Joy screenshot 1

Duino Joy APK Information

Latest Version
1.1
Category
Education
Android OS
Android 4.4+
File Size
1.3 MB
Developer
LekPKD
Available on
Safe & Fast APK Downloads on APKPure
APKPure uses signature verification to ensure virus-free Duino Joy APK downloads for you.

Old Versions of Duino Joy

Duino Joy 1.1

1.3 MBJan 29, 2020
Download

Duino Joy 1.0

1.4 MBFeb 21, 2018
Download
APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on 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