Duino Joy
Install Now
Duino Joy
Duino Joy

Duino Joy

virtual joystick to communicate with Arduino via bluetooth module

Developer: LekPKD
App Size: Varies With Device
Release Date: Oct 6, 2017
Price: Free
Price
Free
Size
Varies With Device

Screenshots for App

Mobile
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
Show Less
Duino Joy 1.1 Update
2020-01-04 Version History
Simple Virtual Joystick for Arduino with Bluetooth module
- Added Lao language

~LekPKD
More Information about: Duino Joy
Price: Free
Version: 1.1
Downloads: 2697
Compatibility: Android 4.4
Bundle Id: com.lekpkd.duinojoy
Size: Varies With Device
Last Update: 2020-01-04
Content Rating: Everyone
Release Date: Oct 6, 2017
Content Rating: Everyone
Developer: LekPKD


Whatsapp
Vkontakte
Telegram
Reddit
Pinterest
Linkedin
Hide