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 MoreShow Less

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

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

Jan 29, 20201.3 MB
Download

Duino Joy 1.0

Feb 21, 20181.4 MB
Download

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
Security Report

Duino Joy

1.1

The Security Report will be available soon. In the meantime, please note that this app has passed APKPure's initial safety checks.

SHA256:

789632b9b83d349b5743529025df0c56f4390ccf43920a47faeffa394418c662

SHA1:

1c5cf1265cdd4e147e2715d0c7109c0abab22392