AI summary
Simple Android app for communicating with Arduino Uno via USB OTG adapter—no extra shield needed. Sends and receives serial data at 9600 baud with hex/ASCII toggle. Provides intent-based API for other apps (not compatible with FTDI chips).
Generated by AI. May contain inaccuracies.
About this app
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.
About this version
- Version
- 1.33 (5)
- Size
- 26.97 KB
- Requires Android
- 3.1
- Target SDK
- 12
- Downloads
- 122
- Updated
- Jul 25, 2023
- Package
- com.primavera.arduino.listener
Similar apps
Ratings & reviews
- 50
- 40
- 30
- 20
- 10