In a previous article we discussed how to control Arduino from Android device. In this article we will discuss how to Control an Android device from Arduino.
This article shows you how to control an Arduino from your Android device. We will use USB connection. There are two ways to talk beetwen Arduino and Android: Android Debug Bridge (ADB) MicroBridge mode and Android Open Accessory Protocol. In this example we will consider a MicroBridge mode and will transfer data from Android device to the Arduino.