Hi all.
I'm trying to pass data from my Arduino, via USB otg, to an app, debugging via Android Studio..
Arduino side -
basic IDE, simple sketch :
- basic joystick. read analog pins 0 and 1, Serial print the readings. Working fine.
now I want to connect it via USB otg to my phone (i.e. Galaxy S5), which is being debugged on
Android Studio,(before you ask - I use wifi adb, so the actuall usb can be connected to the Arduino).
I've been around the web for a couple of days. Buzz words that popped up were:
"microBridge", "adb.h" "SerialUsb", and others..
I'v done my homework, and I'm a software dev, and yet..
I cannot (for the life of me) manage to pass that simple data from Arduino, to my phone.
NOT interested in Bluetooth or wifi, nor in Proccessing, or usb shields.
P.S. Also looked into trying to use 3.5 audio jack to pass data (Both ways),
but that got me even less tutorials and actual examples / samples etc.
Any ideas?