EvalBot and Android open accessory dev kit

TitanMKD posted an EvalBot driver for Android Open Accessory (ADK):
This entry was posted in dev boards and tagged Android, EvalBot.I have just finished to develop an USB Host Driver for Android Open Accessory on EvalBot (it should work also with any other Stellaris ARM chipset supporting USB OTG).
The video demo show how it’s easy and fun to communicate with EvalBot with a modern Android Phone (with Android version 2.3.4 or more) like my Samsung Google Nexus S.


Comments
I note this should be portable to my development boards that have USB host functions.
Of course it is portable with following modifications:
1) You need to change target in project settings to choose your device (by default it is Stellaris LM3S9B92).
2) You will also need to change include #include “inc/lm3s9b92.h” to your device.
3) Change the main init to match your board for UART pin, USB enable PIN, GPIO port used and of course hardware specific to EvalBot to be removed or modified.
For the USB Host Android driver code it is generic for any Stellaris chipset with USB OTG.
I hope i will release the source code on GitHub this week end or next week.
For more information and update look my Website http://titanmkd.blogspot.com
Best Regards
TitanMKD
Thanks so much for sharing this!