Electronic – Raspberry Pi and USB modem – can I connect it like this

powerraspberry piusb

As some of you know – Raspberry Pi model B has only 100mA available on USB ports.
I want to connect USB modem (that takes > 500mA sometimes) to my Raspberry without powered USB hub.

I have:

  • Raspberry Pi with USB ports that can deliver 100mA (recommended)
  • USB modem with high power demands (theoretically: 500mA, tested: sometimes 650mA)
  • 2A USB power supply with 2 USB ports (it's 2A total or 2x 1A, doesn't matter)
  • USB extension wire

I want to:

  • carefully remove some sheath (outer "insulation") from USB extension wire
  • cut +5V wire
  • connect modem +5V directly to my power supply
  • leave +5V wire from Raspberry not connected

Like on picture pictore below:

enter image description here

Question:

Can I connect power to USB device from source other than USB port, where device is connected?

Best Answer

The RPi, regardless of version, takes 5V in and does not regulate it past the input. The USB ports' VUSB pins are connected to the 5V input. Depending on the RPi revision, there are one or two (in everybody's opinion) undersized fuses in the way, as well as (in everybody's opinion) undersized power and usb capacitors. By doing what you have described, you simply bypass the undersized fuses. Same as if you had soldered a jumper across the fuses. This is pretty common mod for the RPi. So you should be fine, it will work as you believe.

Related Topic