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.

有帮助吗?

解决方案

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.

其他提示

Arduino microcontrollers communicate using standard serial comms over the USB port. http://www.ladyada.net/learn/arduino/lesson4.html

I don't believe Android devices works in the same way.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top