Duino Joy

Duino Joy

LekPKD
Jan 29, 2020
  • 1.3 MB

    Ukuran file

  • Android 4.4+

    Android OS

Tentang Duino Joy

joystick virtual untuk berkomunikasi dengan Arduino melalui modul bluetooth

Duino Joy adalah joystick maya sederhana untuk berkomunikasi dengan Arduino melalui modul bluetooth

Lihat Contoh tentang cara menggunakan di https://www.instructables.com/id/Simple-RC-Car-Arduino-Nano-HC-05/

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

pengujian

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

// Koneksi

// Arduino >>> bluetooth

// D10 (sebagai RX) >>> Tx

// D11 (sebagai TX) >>> Rx

# include

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

kekosongan setup () {

  Serial.begin (19200); // Display untuk Arduino IDE Serial Memantau

  bluetooth.begin (9600); // Berkomunikasi dengan modul Bluetooth

}

kekosongan lingkaran () {

  sementara (bluetooth.available ()) // Tunggu data dari bluetooth

  {

    char = bluetooth.read (); // Baca data sebagai Char dari Software Serial

    Serial.print ( "Diterima:");

    Serial.println (a); // Print data ke Serial Memantau

  }

}

Tampilkan Selengkapnya

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
Tampilkan Selengkapnya

Video dan tangkapan layar

  • Duino Joy poster
  • Duino Joy screenshot 1

Informasi APK Duino Joy

Versi terbaru
1.1
Kategori
Pendidikan
Android OS
Android 4.4+
Ukuran file
1.3 MB
Pengembang
LekPKD
Available on
Unduh APK dengan Aman dan Cepat di APKPure
APKPure menggunakan verifikasi tanda tangan untuk memastikan unduhan APK Duino Joy yang bebas dari virus untuk Anda.

Versi lama Duino Joy

Duino Joy 1.1

1.3 MBJan 29, 2020
Unduh

Duino Joy 1.0

1.4 MBFeb 21, 2018
Unduh
ikon APKPure

Pengunduhan Super cepat dan aman melalui aplikasi APKPure

Sekali klik untuk menginstal file XAPK/APK di Android!

Unduh 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