10 years ago.

I'm finding it hard to understand how implement an mbed to android via usb hello world

I've been following these instructions and I'm not exactly sure how to use the AndroidAccessory http://mbed.org/cookbook/mbed-with-Android-ADK

I'm trying to follow the DemoKit.cpp example, but it doesn't even seem to be using USB. It opens a serial port.

Any help is appreciated!!

What I do know is to initialize it like this

AndroidAccessory(3,3, "Google, Inc.", "DemoKit", "DemoKit Arduino Board", "1.0", "http://www.android.com", "0000000012345678") {};

Be the first to answer this question.