Download Appteka (works without ads)

Appteka is a community-driven, free Android apps market

Arduino Uno Communicator

Arduino Uno Communicator

63 downloads

Uploaded by
Anonymous
Version
1.33 (build 5) 
Size
27.0 KiB
Publish Date
2023-07-25
Category
Tools
Package
com.primavera.arduino.listener
Minimum OS
Android 3.1
SHA1
2b9ac38692464a341b8126e98a3d995efd6f6290
Description
Very simple Android application for communicating with Arduino Uno (with Atmega16U2 or Atmega8U2 programmed as a USB-to-serial converter). 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 retreive 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.

You may also be interested