hourglass_full Your download should start automatically in a few seconds...

Download Arduino Uno Communicator_Latest Version.apk from Apk-Dl Server

Thank you for using Apk-Dl.com to download the apk file (Arduino Uno Communicator_Latest Version.apk),

If the download doesn't start automatically in a few seconds, please click here to access the download URL directly.

Note: Download and save the apk file to your Android Phone's SD card and install it manually onto the Android device.

Description

No need for extra Host Shield or Bluetooth. All you need is aMicroUSB OTG to USB Adapter. Send data from your ArduinowithSerial.println(), Serial.print() or Serial.write() in 9600baudrate. Receive data with Serial.read(). Toggle between hex andasciiby clicking on received/sent data. Let your own Androidapplicationreceive data from Arduino by listening tothe"primavera.arduino.intent.action.DATA_RECEIVED" intent. Thisintentwill contain the "primavera.arduino.intent.extra.DATA" bytearraywith the received data.CallgetByteArrayExtra("primavera.arduino.intent.extra.DATA")toretrieve the data. Send data to Arduino from your applicationbybroadcasting an intent withaction"primavera.arduino.intent.action.SEND_DATA". Add the data tobesent as byte array extra"primavera.arduino.intent.extra.DATA".Please note that this appwill not work with Arduino boards withthe FTDI USB-to-serial driverchip. Source codeat:https://github.com/jeppsson/Arduino-Communicator