Difference between revisions of "Android open accessory"

From LVL1
Jump to navigation Jump to search
(started page)
 
(Added hardware/software I am using.)
Line 1: Line 1:
 
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.
 
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)
 +
***<s>USB_Host_Shield (library for Arduino)</s>
 +
***demokit.pde (Arduino sketch for the demokit)*
 +
**Romfont USB_Host_Shield (library for Arduino)*
 +
*Eclipse
 +
**Android SDK
 +
***DemoKit (demo android app that comes with the ADK)
 +
*CyanogenMod-7-05252011-NIGHTLY-vision (based on 2.3.4)<br>
 +
<br>
 +
* indicate that I had to change the code to get it to work.

Revision as of 22:21, 28 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)*
  • 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.