Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Duino Joy icon

Duino Joy


LekPKD
1.1
  • Jan 29, 2020
    Update date
  • 0/64
    Security
  • Everyone
  • 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

Additional APP Information

Latest Version

1.1

Uploaded by

Eduardo Antonio Valenzuela Esquer

Requires Android

Android 4.4+

Available on

Content Rating

Everyone

Security Report

What's New in the Latest Version 1.1

Last updated on Jan 29, 2020

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

Show More
0/64
Scan Result: Secure
No security vendors flagged this file as malicious
No Virus
No Spyware
No Malware
No Virus
No Spyware
No Malware
Scan Date:Dec 29, 2023
Package Name:com.lekpkd.duinojoy
SHA-256:789632b9b83d349b5743529025df0c56f4390ccf43920a47faeffa394418c662
SHA-1:1c5cf1265cdd4e147e2715d0c7109c0abab22392
Show More
View Security Report

Duino Joy Screenshots

Duino Joy posterDuino Joy screenshot 1

Related Tags

Popular Articles In Last 24 Hours

Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.