0

I have an Android application that can communicate with a device connected to OTG port in the android tab (via direct USB connection). It works fine. Now I want the Raspberry Pi to act as a repeater(just forward data coming from USB connection with tablet to another USB device or the other way around). My Android app is programmed to make the tablet work as the host. Is there any method to make this work using only two USB cables between the tablet and the rPi and between the rPi and the USB device?

Phil B.
  • 5,053
  • 17
  • 30
viranka
  • 1
  • 2

1 Answers1

1

My Android app is programmed to make the tablet work as the host.

In this case the answer is no; the micro USB connector is power only (no data) and the other USB jacks work in host mode only.

goldilocks
  • 60,325
  • 17
  • 117
  • 234