Arduino Uno Communicator


1.33 by Jeppsson & Lövström
2013年03月04日

关于Arduino Uno Communicator

很简单的Andr​​oid应用程序与Arduino的通信。

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

最新版本1.33更新日志

Last updated on 2015年08月17日
Added support for:
Arduino Mega 2560 ADK

更多应用信息

最新版本

1.33

上传者

Julio Carvalho

系统要求

Android 3.1+

举报

举报不当内容

更多

下载 APKPure App

可在安卓获取Arduino Uno Communicator的历史版本

下载

下载 APKPure App

可在安卓获取Arduino Uno Communicator的历史版本

下载

Arduino Uno Communicator相关应用

Jeppsson & Lövström 开发者的更多应用

最新发现