Difference between revisions of "Android open accessory"

From LVL1
Jump to navigation Jump to search
(Added hardware/software I am using.)
(→‎Software: Added Rancidbacon sites sketch and app)
Line 16: Line 16:
 
***demokit.pde (Arduino sketch for the demokit)*
 
***demokit.pde (Arduino sketch for the demokit)*
 
**Romfont USB_Host_Shield (library for Arduino)*
 
**Romfont USB_Host_Shield (library for Arduino)*
 +
*Rancidbacon.com demo sketch & app
 
*Eclipse
 
*Eclipse
 
**Android SDK
 
**Android SDK

Revision as of 22:52, 30 May 2011

This stub is to document the process of trying to get AOA working with older hardware. ie freeduino + spark fun host shield and phones not currently supported.


What I am using

Hardware

  • Freeduino 1.22 with a ATmega328p-pu chip
  • Sparkfun USB Host shield
  • HTC G2

Software

  • Arduino 0022
    • ADK release 0512
      • AndroidAccessory (library for Arduino)
      • USB_Host_Shield (library for Arduino)
      • demokit.pde (Arduino sketch for the demokit)*
    • Romfont USB_Host_Shield (library for Arduino)*
  • Rancidbacon.com demo sketch & app
  • Eclipse
    • Android SDK
      • DemoKit (demo android app that comes with the ADK)
  • CyanogenMod-7-05252011-NIGHTLY-vision (based on 2.3.4)


* indicate that I had to change the code to get it to work.