Control ? How ? What do you want to do ? The tablet controlling the Arduino is often done, but you want to control the tablet with the Arduino
Like a mouse and keyboard ? Just connect an Arduino Leonardo to the tablet.
Peter_n:
Control ? How ? What do you want to do ? The tablet controlling the Arduino is often done, but you want to control the tablet with the Arduino
Like a mouse and keyboard ? Just connect an Arduino Leonardo to the tablet.
yes, basically i want to send variables from the sketch to an android app
The Arduino emulating an keyboard will not send the data to the app.
Or via the serial port, then you would have to include the driver for the serial port in your app.
I know almost no knowledge bout the ADB bridge or using the Mega ADK and Android. Sorry. Let's hope someone else replies...