Difference between revisions of "Android open accessory"
Jump to navigation
Jump to search
(→Software: Added Rancidbacon sites sketch and app) |
(→Software: Added links to everything.) |
||
Line 10: | Line 10: | ||
===Software=== | ===Software=== | ||
− | *Arduino 0022 | + | *[http://arduino.cc/en/Main/Software Arduino 0022] |
− | **ADK release 0512 | + | **[https://dl-ssl.google.com/android/adk/adk_release_0512.zip ADK release 0512] |
***AndroidAccessory (library for Arduino) | ***AndroidAccessory (library for Arduino) | ||
***<s>USB_Host_Shield (library for Arduino)</s> | ***<s>USB_Host_Shield (library for Arduino)</s> | ||
***demokit.pde (Arduino sketch for the demokit)* | ***demokit.pde (Arduino sketch for the demokit)* | ||
− | **Romfont USB_Host_Shield (library for Arduino)* | + | **[http://code.google.com/p/microbridge/downloads/detail?name=usb_host_patched.zip Romfont USB_Host_Shield] (library for Arduino)* |
− | *Rancidbacon.com demo sketch & app | + | *[http://rancidbacon.com/p/android-arduino-accessory/ Rancidbacon.com] demo [http://rancidbacon.com/files/Handbag001/Handbag.pde sketch] & [http://rancidbacon.com/files/Handbag001/Handbag.apk app] |
− | *Eclipse | + | *[http://www.eclipse.org/ Eclipse] |
− | **Android SDK | + | **[http://developer.android.com/sdk/index.html Android SDK] |
***DemoKit (demo android app that comes with the ADK) | ***DemoKit (demo android app that comes with the ADK) | ||
− | *CyanogenMod-7-05252011-NIGHTLY-vision (based on 2.3.4)<br> | + | *[http://www.cyanogenmod.com/ CyanogenMod-7-05252011-NIGHTLY-vision (based on 2.3.4)]<br> |
<br> | <br> | ||
* indicate that I had to change the code to get it to work. | * indicate that I had to change the code to get it to work. |
Revision as of 23:21, 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)*
- ADK release 0512
- Rancidbacon.com demo sketch & app
- Eclipse
- Android SDK
- DemoKit (demo android app that comes with the ADK)
- Android SDK
- CyanogenMod-7-05252011-NIGHTLY-vision (based on 2.3.4)
* indicate that I had to change the code to get it to work.