문제

Is there a way for a raspberry-pi to comunicate (read/write) to an android device through usb cable and gpio connector, not necessarily usb protocol but with an Api and without root right.

도움이 되었습니까?

해결책

ADK2 shown at Google IO in 2012 allows an Android phone to connect and communicate with a USB host. Raspberry Pi can be a USB host so it may be possible to make this work.

The only thing to watch is the phone will most likely go into charge mode and draw the full 500mA allowed by the USB spec. Your Raspberry Pi will need to be able to supply that much power (and power for itself).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top