4

I have a Raspberry Pi 3 (Model B) that I would like to act as a USB gadget or OTG peripheral. Some sources state (without proof) that the USB_ID line is not connected properly, to allow any software hacks to enable OTG behavior.

  1. I would like to to see the schematics proving this.
  2. Since there are 4 USB ports on the RP3B it might be possible to make a hardware hack to allow untying one of the ports and use it for OTG.
  3. Perhaps it's possible to use USB OTG over GPIO?

The only answer touching this subject was this, but is both outdated and doesn't mention any specific model.

not2qubit
  • 1,407
  • 2
  • 14
  • 23
  • you can use a usb-serial interface to connect to GPIO. What is the overall goal of the project?
  • – Gotschi Sep 13 '16 at 09:55