Duino Joy

Duino Joy

virtual joystick to communicate with Arduino via bluetooth module

App info


1.1
January 04, 2020
2,749
Android 4.4+
Everyone
Get Duino Joy for Free on Google Play

Advertisement

App description


Android App Analysis and Review: Duino Joy, Developed by LekPKD. Listed in Education Category. Current Version Is 1.1, Updated On 04/01/2020 . According to users reviews on Google Play: Duino Joy. Achieved Over 3 thousand Installs. Duino Joy Currently Has 7 Reviews, Average Rating 4.3 Stars

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
}
}
We are currently offering version 1.1. This is our latest, most optimized version. It is suitable for many different devices. Free download directly apk from the Google Play Store or other versions we're hosting. Moreover, you can download without registration and no login required.

We have more than 2000+ available devices for Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... with so many options, it’s easy for you to choose games or software that fit your device.

It can come in handy if there are any country restrictions or any restrictions from the side of your device on the Google App Store.

What's New


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

Rate and review on Google Play store


4.3
7 total
5 71.4
4 14.3
3 0
2 0
1 14.3

Total number of installs (*estimated)

Estimation of total number of installs on Google Play, Approximated from number of ratings and install bounds achieved on Google Play.