1
votes

I have a device linked to the serial port of an Arduino Uno. I need to link the Arduino to an Android smartphone via USB in order to read the data retrieved from the serial port. I was planning to use Android USB host API so the Arduino will act as the USB device.

Is there any library out there to accomplish this?

1

1 Answers

1
votes

This tutorial shows how to communicate with Arduino from Nexus.