The accessory tag has no wiki summary.
2
votes
0answers
29 views
Android USB Host and Accessory
I am trying to learn Android USB Host/Accessory connection. I read android devices can act usb host or usb accessory. Therefore I create two project one of them usb host project, other usb accessory ...
0
votes
2answers
96 views
Undetected USB accessory with Arduino Due connected to Android MiniPad (MPgio)
I have problem working on an Android accessory job with Arduino Due which is uploaded Blink.ino (other samples too). The problem is that I couldn't detect any USB accessory (or List) from UsbManager ...
1
vote
1answer
48 views
android accessory not recognized with wireless adb
I'm just starting on some development using the android accessory protocol. I have sourced a starters kit (microchip) to get familiar with the environment. I should note that I' have a solid ...
1
vote
1answer
21 views
'AndroidAccessory' does not name a type error when I try to verify Hello World sketch from Beginning Android ADK with Arduino
So I've been working through the book and now I find myself stuck at page 49-50 trying to establish the first hint of communication between Android and my MEGA ADK 2560 R3 board.
I should include that ...
0
votes
1answer
40 views
Set accessory mode fail on Nexus 4
I am trying to learn about Android open accessory, because I am a newbie to ARM programming. So I want to put everything up from bottom, use free open source tools and code.
Compiler: yagarto GNU ...
0
votes
1answer
48 views
LED control from android without using arduino and similar costly boards
I want to control an LED from an android application, Can I do it without arduino or similar costly boards, I need only an on/off control from a button in my android app.
-3
votes
0answers
13 views
How does switch the android phone to device from host (Android accessorry) [closed]
I wrote a app that let the phone into host mode in android when connecting the USB accessory.
could I write programmatically the app to device mode (not host) when USB accessory is connecting
this ...
0
votes
1answer
38 views
InputAccessoryView Border?
I'm creating a custom keyboard accessory view. I am currently about 95% done with it. The only thing I have left is to remove the 1px (or 2px?) line above the native iOS keyboard. Is there a way to ...
0
votes
1answer
418 views
USB-Serial FT232R not detected by Samsung Galaxy S4
I am trying to connect a usb-serial accessory to my Samsung Galaxy S4 phone. The usb device is not detected in Android OS and not in the underlying LinuxSE (according to the app "USB Device Info" ...
1
vote
0answers
45 views
android ioio open accessory doesn't work, while adb works
I'm able to get my application working when I have USB debugging on. But when I turn of debugging so I can use open accessory, the application doesn't work. What happends is that when I connect the ...
0
votes
0answers
117 views
How to check usb host support on android device programmatically?
I know that it was supported starting Android 3.1, i mean "how to check hardware support"
0
votes
1answer
315 views
How to toggle USB mode in Android?
I am designing a USB OTG board as an extension board for Android. The board is based upon Freescale KL25Z128VLK4. Most part of design is similar to IOIO from Sparkfun, with some extensions.
By ...
1
vote
2answers
261 views
EAAccessoryManager accessory picker bug
I'm trying to build an app that communicates with an external accessory (over bluetooth). To ensure the app is user-friendly I'd like him not to go to the settings to connect with the accessory but to ...
0
votes
2answers
217 views
How to connect to the Accessory correctly with BluetoothManager?
I am trying to connect an accessory in my application without doing setting in “setting->bluetooth”.
I have followed the steps from this link: ...
0
votes
1answer
208 views
Sony SmartWatch - what is the host application (AHA)
I want to extend an application to communicate with the sony smartwatch under usage of the control API. I am new at developing extensions for the sony smartwatch and I did not understand what the AHA ...