Discover

Topics

Arduino Uno Communicator

Arduino Uno Communicator APK

Arduino Uno Communicator APK

1.33 FreeJeppsson & Lövström ⇣ Download APK (26.16 KB)

Very simple Android application for communicating with Arduino.

What's Arduino Uno Communicator APK?

Arduino Uno Communicator is a app for Android, It's developed by Jeppsson & Lövström author.
First released on google play in 11 years ago and latest version released in 8 years ago.
This app has 40.3K download times on Google play and rated as 3.81 stars with 159 rated times.
This product is an app in Tools category. More infomartion of Arduino Uno Communicator on google play
No need for extra Host Shield or Bluetooth. All you need is a Micro USB OTG to USB Adapter.

Send data from your Arduino with Serial.println(), Serial.print() or Serial.write() in 9600 baud rate. Receive data with Serial.read().

Toggle between hex and ascii by clicking on received/sent data.

Let your own Android application receive data from Arduino by listening to the "primavera.arduino.intent.action.DATA_RECEIVED" intent. This intent will contain the "primavera.arduino.intent.extra.DATA" byte array with the received data. Call getByteArrayExtra("primavera.arduino.intent.extra.DATA") to retrieve the data. Send data to Arduino from your application by broadcasting an intent with action "primavera.arduino.intent.action.SEND_DATA". Add the data to be sent as byte array extra "primavera.arduino.intent.extra.DATA".

Please note that this app will not work with Arduino boards with the FTDI USB-to-serial driver chip.

Source code at: https://github.com/jeppsson/Arduino-Communicator