Hi guys,
I've been tasked with writing an Android application to control a Ardunio-connected LED board and I was wondering what would be the best way to do this. I researched a lot on Google, but it only made me more confused.
Ideally, an app that I write would allow the user to click a button on the android app and the following would occur:
- one set of LEDs on the board are lit for a limited amount of time(~0.5 sec)
- Phone takes pictures
- Repeat this for another set of LEDs
I'm already familiar with Android but I know practically nothing about Arduino. My main questions are:
- How to connect Android device to Arduino? (From google I found http://www.amarino-toolkit.net/ but I'm not sure if it meets my requirements in terms of programming)
- How to send Arduino code(instructions) from Android (what to write in Eclipse)? I've already inherited some arduino code to try out.
- Is there some kind of API or SDK on the android side that streamlines this whole process?
4)I have an Arduino Uno right now. Will this be sufficient or should I buy another type of board?
Thanks in Advance!