I have an Acer Iconia A100 Tablet with Android 3.2 running the “Seeeduino ADC Demo” app, which compiled in Eclipse with no errors.
My Seeeduino Main ADK board is running the “SeeeduinoADKDemo” firmware, compiled with Arduino-1.0. The tablet is supposed to toggle an LED and receive input from a variable resistor attached to the Seeeduino board.
I have it hooked up similar to this photo:
seeedstudio.com/wiki/File:Se … _Setup.jpg
The problem is that the tablet will not do anything to toggle the LED or read the variable resistor. It just doesn’t seem to communicate with the Seeeduino ADK Main board. Note that I did enable “USB Debugging” on my Android Tablet. I put a terminal emulator app on my tablet, but it doesn’t show anything connected when I enter “adb devices” – whether connected to the main ADK board or to my Windows PC. However, I CAN move files between my tablet and PC with the USB cable.
Please give me some advice for fixing this.