Wouldn’t it be nice if you could hook up your Arduino to your Android tablet and use it as a command/debugging interface like ArduinoCommander does? If you want a USB connection instead of bluetooth, however, you will need to find a USB-OTG cable. This is because Android devices usually come with cables that treat those devices as slaves in the USB master-slave model. If you want to connect an Arduino (or any other USB device), the cable must somehow tell both devices who is host and who is slave. It turns out that all you need to do is short the ID pin to ground on the host side and leave it unconnected on the slave side. For pinouts, see the Wikipedia page.
![]() |
![]() |