Is there any specific library to work with android and arduino?

2

I have some automation projects, and wanted to develop my own app, which would control an arduino. With little research, I realized that there are several tools that create this communication and still get you an app ready, however, I would like to develop my own app. I want to know if there is any API to work with this communication, or if you just send commands via bluetooth or wifi and decipher these commands in the Arduino itself.

    
asked by anonymous 03.05.2016 / 14:33

1 answer

0

You can communicate with an android application through a Bluetooth module such as the HC-06 connected to arduino. This application could be created, for example, with Phonegap and a bookstore like BluetoothSerial .

For more details, please check the answer I already gave to another similar question:

Communication HC-06 with android

    
09.06.2016 / 20:18