Arduino Uno Communicator Apk

Arduino Uno Communicator Apk

Latest version 1.33
02 May 2013

Older Versions

Apk Infos

Version1.33
Rating3.8/5, based on 162 votes
Size‎26.2 KB
Requires AndroidAndroid 3.1+ (Honeycomb)
Author's NotesVery simple Android application for communicating with Arduino.

About Arduino Uno Communicator APK

Arduino Uno Communicator APK Download for Android
Arduino Uno Communicator APK Download for Android

Description

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

Latest updates

What's new in version 1.33

Added support for:
Arduino Mega 2560 ADK

How to install Arduino Uno Communicator APK on Android phone or tablet?

Download Arduino Uno Communicator APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (com.primavera.arduino.listener-v1.33-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

1.33 (5)26.2 KB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

5 ★i have been searching for this type of app for my research project for a long time. Thanks a lot
2 ★Needs to display new lines, needs a clear screen button. Dump to text file would be nice
5 ★We need more supportive people making apps like this!
1 ★tried 2 otg cables and a genuine Duemilanove. Says: no device found.
1 ★Doesnt do arduino nano clone to s4
5 ★Good job! Must more adds...thx
5 ★Excellent
5 ★Excellent Work!!
4 ★Very helpful
4 ★That's a good app no doubt but please add text mode too as hex output is not always very meaningful.
4 ★Works a treat as arduino serial monitor but I havent made an app to transmit data from my phone to arduino. Is their a help forum for that?
5 ★I downloaded it hoping it would talk to my netduino over usb. The OS (android ICS) sees the device. Any chance of adding a driver for this usb?