How to draw power from PSU when system is off

eiriklade

Honorable
May 16, 2013
8
0
10,510
I have a microcontroller (Arduino) that I want to permanently place inside my PC to run at all times, even if the system is off (OS shut down, but PSU still active). It needs around 6-12 volts and <100mA.

Is it possible to tap this power from the PSU when the system is off, or is USB Charging the only solution?

Thanks in advance.
 
Solution
It is it's own rail. 5V standby. That one is on all the time. You'll need to check the specs of your controller if it will work on a 5V feed, and make sure it won't overload the rail as it normally only supplies 2-3A.

Looking online I found this pic, the 5V stand by looks to be the purple plug in the 24pin bundle. You'll need to find a way to wire it into that.

500x1000px-LL-ad9e1227_atx-connector-20-24pin.jpeg


5V might work with the controller, though I'm not certain. Could you elaborate or give me some references as to what rail this is?
 
It is it's own rail. 5V standby. That one is on all the time. You'll need to check the specs of your controller if it will work on a 5V feed, and make sure it won't overload the rail as it normally only supplies 2-3A.

Looking online I found this pic, the 5V stand by looks to be the purple plug in the 24pin bundle. You'll need to find a way to wire it into that.

500x1000px-LL-ad9e1227_atx-connector-20-24pin.jpeg
 
Solution