Search code examples
androidarduinoadkandroid-hardware

Accessory Development Kit hardware compatibility


I am new to Accessory Development. If I was to build a custom hardware component what should it support in order to be able to communicate with Android applications via USB?

I am doing a research for a project and the clients are hardware manufacturer and want to know what should their hardware component support(in terms of communication protocols) in order to be able to commnicate with Android devices. I found that Arduino microcontrollers are an example for such components.


Solution

  • The ADK documentation is the place to look for the specs, which are too long to include here. The ArduinoBoardADK implements the protocol, using a MAX3421e to handle the USB host side. The other Arduino boards don't have USB host capability, so are not suitable.