Search found 5 matches
- Mon Jun 27, 2016 4:29 am
- Forum: USBDroid
- Topic: Android Studio
- Replies: 4
- Views: 18370
Re: Android Studio
So the USB_Host_Shield_2.0 github has a few examples for ADK, also have a look at https://www.circuitsathome.com/category/mcu/arduino/usb-shield/android-adk for the app examples (warning this can get complex so try and have a good understanding of java first). You can load them onto your USBDroid/ph...
- Wed Jun 15, 2016 3:49 pm
- Forum: USBDroid
- Topic: Android Studio
- Replies: 4
- Views: 18370
Re: Android Studio
Hi cj,
Are you trying to connect to the USBDroid using the ADK protocol?
Android Studio would work for this but it depends on how good your java is.
I'm stating to play around with this myself.
Freeze
Are you trying to connect to the USBDroid using the ADK protocol?
Android Studio would work for this but it depends on how good your java is.
I'm stating to play around with this myself.
Freeze
- Wed Jun 15, 2016 3:46 pm
- Forum: USBDroid
- Topic: USBDriod - HID Compliant Device
- Replies: 2
- Views: 7633
Re: USBDriod - HID Compliant Device
I know this is old but have a look at http://hunt.net.nz/users/darran/weblog/ ... mware.html
A really good step by step tutorial.
A really good step by step tutorial.
- Wed Jun 15, 2016 3:42 pm
- Forum: USBDroid
- Topic: USBDroid not being detected by Android phone
- Replies: 1
- Views: 5710
Re: USBDroid not being detected by Android phone
Found the issue. It seems the pins on the VBus shunt had been bent slightly in, causing the voltage to drop just below 4.6 V. Bent them back out and sitting at a nice 4.85 V. Having another issue with USBHost 2.0 ADK implementation but that has been submitted to the GIt link: https://github.com/feli...
- Fri Jun 10, 2016 5:33 am
- Forum: USBDroid
- Topic: USBDroid not being detected by Android phone
- Replies: 1
- Views: 5710
USBDroid not being detected by Android phone
Hi All, I've resently starting trying to ge the USBDroid to act like an android accessory and I have had minimal success. Less then 5% of the time the phone responce to the board and behaves properly. I have tried with 3 different devices all of them show similar results. The success rate does incre...