Dear all,
I am currently doing experiments with the Android Accessory Kit. I am using - Linara 13.10 for Pandaboard - Arduino Duo - Arduino IDE 1.5 Beta
On the Arduino and the Android side I run a very simple test scenario, which can be found on https://sites.google.com/site/arduinosite/exercise/androidadkled. It basicly contains an App, with two radio buttons to toggle between the states of LED 13 on the Arduino.
Inside the loop function I added some lines of code for debugging:
... if (adk.isReady()){ Serial.println("is ready"); ... } else Serial.println("is not ready"); After I connect the Due to the Pandaboard and restart the Due by pressing the reset button - the Pandaboard shows a message in the upper bar of the display telling me that it is connected to an accessory. - however the Due diplays 'is not ready' on the terminal. - If the 'on' radio button in the Android app is pressed nothing happens.
Everything runs fine as soon as a exchange my pandaoboard with a Nexus S or a Nexus 4.
Since I desperately tired several attempts over the last weeks I would be more than happy if somebody could give have any piece of advice.
Kind regards
Lothar