topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 12:30 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Backup Power for USB device -- does it exist?  (Read 6533 times)

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Backup Power for USB device -- does it exist?
« on: September 25, 2018, 03:01 PM »
I have a USB device that I need to keep powered. It is connected to a Raspberry Pi type device that itself is connected to a UPS, but it seems when the RPi reboots, it shuts off power to the USB ports momentarily, which resets the USB device.

I need something that will keep a steady supply of power to the USB device, but still allow a data connection to the RPi.

Does such a thing exist? Would an ordinary USB Y-cable (such as for external hard drives) do this? Or is there some kind of special Y-cable (or anything) that will provide power but still allow data to be sent/received to/from another device?

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #1 on: September 25, 2018, 03:23 PM »
Some USB devices with the requirement of stable power have an extra powerplug mounted, I assume yours doesn't?

Maybe you can 'sabotage' a Y-cable, by cutting the + power wire on the RPi side, and providing stable power on the other end, besides the data wires, common ground is also a requirement.

Shades

  • Member
  • Joined in 2006
  • **
  • Posts: 2,922
    • View Profile
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #2 on: September 25, 2018, 04:11 PM »
You could also consider adding a power plug to the device and use an external power supply with it.

From your description I gather that (at least) the power lines on each USB port are interrupted during reboot. Splitting up cables might not be as stable as a separate power supply. If you can stomach the extra power cable that is.

If you know how long the power interruption lasts, you could also add an extra condensator (parallel) between the power lines of the USB connection in the USB device. That should add a tiny buffer that should be able to cope with short power interruptions. This requires more knowledge about electronics and the innards of your USB device, though. Something like this would be visually the "cleanest" option. And perhaps there are already existing USB power buffer devices available on Amazon, Ebay, NewEgg, etc.

Even a powered USB hub might be sufficient to help you out.

KodeZwerg

  • Honorary Member
  • Joined in 2018
  • **
  • Posts: 718
    • View Profile
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #3 on: September 25, 2018, 05:37 PM »
Maybe you can 'sabotage' a Y-cable, by cutting the + power wire on the RPi side, and providing stable power on the other end, besides the data wires, common ground is also a requirement.
You even could consider to buy such, like shown here
What i meant to say, sabotage works. :Thmbsup:

Ps: To get buyable results near your place, use google and type "usb data and power splitter" as search term.
PPs: YouTube offers DYI tutorials with that search term.



Regards,

KodeZwerg
« Last Edit: September 25, 2018, 05:44 PM by KodeZwerg »

mwb1100

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,645
    • View Profile
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #4 on: September 25, 2018, 07:24 PM »
Would a powered hub do the trick?

    - RPi <--> powered hub <--> device

Edvard

  • Coding Snacks Author
  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 3,017
    • View Profile
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #5 on: September 25, 2018, 08:33 PM »
Would a powered hub do the trick?

    - RPi <--> powered hub <--> device


Aw man, I wish I had thought of that...

There you go, problem solved.  Good one, mwb1100!  :Thmbsup:

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,641
    • View Profile
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #6 on: September 25, 2018, 10:03 PM »
The Y-cable would have also done the trick, plug the power-only lead into another USB charger/outlet or a power bank.

I know the RPi is already plugged into an UPS but if the power bank has two USB outlets and pass-through charging, could have plugged the RPi into the power bank also for a "mini UPS".

USB Host ports are usually protected against input voltage.

eg.

IMG_20180926_125038442.jpgBackup Power for USB device -- does it exist?

But yes, a powered USB hub is cheaper/simpler, nice one mwb1100  :up:

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #7 on: September 25, 2018, 10:40 PM »
Some USB devices with the requirement of stable power have an extra powerplug mounted, I assume yours doesn't?

This device doesn't require stable/constant power. But for my uses I'd like it to remain constantly powered.

It's a multi-purpose device which can run various applications. If it loses power momentarily then it will reset to the "application select screen" and require physical interaction to select and launch the correct app. Even if there's only one app installed. So even though I can program the RPi to automatically start up and resume operations after a reboot, the fact that the USB device loses power means I need to be physically at the device to get everything running properly again. But ideally I'd like to have this all tucked away in a dark corner somewhere I'll never have to physically access and just manage everything about it remotely.

And this issue seems to be specific to the RPi. If I have the USB device connected to a (Windows) laptop and reboot the laptop, the USB device remains powered.

Or alternatively to my Y-cable idea, maybe someone knows a setting I can tweak in Linux so that it keeps power flowing to the USB ports during a reboot. That would also be an acceptable solution for this issue.

Would a powered hub do the trick?

    - RPi <--> powered hub <--> device

I hadn't considered that. It just may work!

Though I'd hate to spend the money buying one only to find out it didn't do what I wanted. . . If I can find one cheap enough then I may give it a go.

The Y-cable would have also done the trick, plug the power-only lead into another USB charger/outlet or a power bank.

That's another good idea. Thanks! I do have a Y-cable and a USB charger/power bank I can try out. Actually the Y-cables I have are for mini-USB connections and this device uses a micro-USB connection, so I don't have a usable cable after all. :(

I guess I need to look into getting a new Y-cable or a powered hub.

Thanks to everyone for their suggestions and help!
« Last Edit: September 25, 2018, 10:46 PM by Deozaan »

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #8 on: September 25, 2018, 11:06 PM »
I found this Y-cable which looks like it would do the trick for $7.58. But that would require me to give up my power bank (yikes!) or a USB "wall wart" adapter (not too bad).

Or for $2.37 more ($9.95) I can get this powered USB hub which will keep everything self contained and could perhaps be re-purposed in the future if I am ever in need of more (powered) USB ports on a given device. (I already have a USB hub but no AC adapter for it, and buying just an adapter is almost as expensive as buying a new hub with an adapter. >:()

Choices, choices. . .

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #9 on: September 26, 2018, 01:05 AM »
If it loses power momentarily then it will reset to the "application select screen" and require physical interaction to select and launch the correct app.
Are you sure that power is disconnected during boot of the RPi? Could it be that the device is reset via USB initialization commands? In that case, all your 'keep power applied' actions will be in vane...

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,641
    • View Profile
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #10 on: September 26, 2018, 05:18 AM »
Are you sure that power is disconnected during boot of the RPi?

It shuts off power to the USB ports according to my USB V/A meter, for about 2 seconds ... of course that doesn't exclude a USB initialisation from also being sent.

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #11 on: September 26, 2018, 10:19 AM »
Choices, choices. . .

Someone very generously donated the money (thank you!) for the powered hub, so that made the choice easy. I'll report back with the results in a few days.

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #12 on: September 26, 2018, 04:08 PM »
I went to order that powered USB hub and then noticed the reviews were not favorable. So, thanks (again) to the generous donation I decided to spend a little more and get this one instead. It has the added benefit of having USB 3.0 ports. :Thmbsup:

Sabrent Powered USB Hub.jpgBackup Power for USB device -- does it exist?
https://www.amazon.com/gp/product/B00TPMEOYM/
« Last Edit: September 30, 2018, 10:57 PM by Deozaan »

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #13 on: September 28, 2018, 05:13 PM »
It works!  :Thmbsup:

Thanks for the idea, mwb1100! And thanks once again to the person who donated! :Thmbsup:

mwb1100

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,645
    • View Profile
    • Donate to Member
Re: Backup Power for USB device -- does it exist?
« Reply #14 on: September 28, 2018, 10:19 PM »
Glad it worked - to be honest I wasn't sure if when the computer booted up it would perform some initialization that would reset the USB hub and drop power on the ports for a moment.