Arduino Uno Communicator Application icon

Arduino Uno Communicator 1.33

26.2 KB / 10K+ Downloads / Rating 3.8 - 162 reviews


See previous versions

Arduino Uno Communicator, developed and published by Jeppsson & Lövström, has released its latest version, 1.33, on 2013-05-02. This app falls under the Tools category on the Google Play Store and has achieved over 10000 installs. It currently holds an overall rating of 3.8, based on 162 reviews.

Arduino Uno Communicator APK available on this page is compatible with all Android devices that meet the required specifications (Android 3.1+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.primavera.arduino.listener

Updated: 12 years ago

Developer Name: Jeppsson & Lövström

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Arduino Uno Communicator on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.8
Total 162 reviews

Reviews

5 ★, on 2013-03-06
This is a really cool app! I think the best part is that the author has made the code publicly available to so people can modify the app to their liking. Thanks for putting in the work! I will be adding extra functionality to this app based on your work.

3 ★, on 2014-07-15
Would it be really difficult to connect Arduino with FTDI chip to Android?

5 ★, on 2014-04-26
i have been searching for this type of app for my research project for a long time. Thanks a lot

2 ★, on 2014-10-28
Needs to display new lines, needs a clear screen button. Dump to text file would be nice

5 ★, on 2014-06-26
We need more supportive people making apps like this!

1 ★, on 2016-01-16
tried 2 otg cables and a genuine Duemilanove. Says: no device found.

Previous Versions

Arduino Uno Communicator 1.33
2013-05-02 / 26.2 KB / Android 3.1+

About this app

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

New features

Added support for:
Arduino Mega 2560 ADK