Step 6Finished Project
Keep in mind that while I built my power supply many years ago with only the ground line fused, you should put fuses on all your signal lines and leave the ground line directly connected.
| « Previous Step | Download PDFView All Steps | Next Step » |










































I used a 350W ATX power supply to power a CD car radio and an automated aerial over 12V and here's the results:
- the 3.3V line had to be loaded with almost 2 Ohms of resistance!
The reason is this: the 12V are supplied from the same transformer as the 3.3V and are not regulated as opposed to the 3.3V line. So when I cranked up the volume the PS would shut down since the load on the 12V caused the 3.3V to dip. But since the 3.3V line had no current going out the PS decided to shut down. So in order to get any good power out of the 12V line the 3.3V line should be loaded with at least 1 Amp.
Now I can draw almost 3 Amps on the 12V line without a problem.
PS: your mileage might wary with the load resistor :)
Mine was an Astec unit from an old IBM PC (ca. 1998). Contrary to most of what I've read about this conversion on the web, including here, no load resistor was necessary to get this working without a computer. I plugged it in, jumpered the PWR_ON signal to ground, the fan started turning, and I got good voltages all across the plug. Also, on my unit, a lot of the wire colors had no correspondence to what you and others have described, apart from the +5V and +12V lines which are invariably read & yellow. I found a reference online (http://pinouts.ru/Power/atxpower_pinout.shtml) that was very helpful in sorting this out. I ended up going through the output plug connections one by one with a meter, and they all corresponded to the specified voltages. I suggest this method, rather than looking for certain-colored wires, as this may not be correct.
As it was, the only connection I had to make internally was the PWR_ON to ground one to activate the supply. I also connected some wires internally that were wired together at the output plug. I suggest doing this if you find there's more than one wire going to an output pin, as I did. I also found a small capacitor (0.01 uF) across the PWR_GOOD and ground pins, but left this out, as it appears to be a last-minute "fix" probably ordered by IBM for a glitch on their MB. Supply works fine without it.
Thanks for making this information available to all us DIYers!
Any help you give will be greatly appreaciated.
Thanks.
I added a fuse simply to protect my usually delicate, small circuits from the (relatively) massive current capacity of the power supply. Normally I work with little microcontroller projects, designed to be run from batteries, and the 20 amps my supply can provide at 5v is more than enough to smoke traces off my PCBs, if I screw up something. So, the fuse is added just to protect my circuits against my own stupidity. :- ) You shouldn't need any additional fuses, especially since your radio already has a fuse.
Sounds like you did everything right in your conversion, good work. Does the PS follow the standard pinout, even if the wires have the wrong colors? Sounds like you've found the right wires for everything else aside from the power up switch wire. Are there any other wires connected to the big motherboard plug that you haven't used, and don't know what they might be used for? You might try grounding each of these 'mystery wires' in turn to see if any will turn it on?
What size and power rating does your power resistor have, just out of curiosity?
Good luck,
Matthew
Thanks again.
I understand the earler AT box did not do this but am unable to get the full 12v.
Tim
I think that computer power supplies have a short-circuit-prevention where any large spikes in the load after they have turned on are treated as a short circuit and the PSU shuts down to avoid damage. I'm not sure how you could get around this issue, hopefully someone else has run into this problem and has a solution.
Just in case, you still worry:
Yes, some capacitors might be fine. But... the matter is not that easy. (Check TI, Intel, Maxim, SE and other chip producers websites if you have the time and will to dive deep into the matter..)
From my experience:
- normally only the 5V rail of a PC-PSU is well regulated (if you draw a high current in 12V, but 5V is 'idle', the 12V voltage might drop)
- the voltage is fine for lower frequencies, but might carry some high frequency ripple
- do not put a capacitor close to the power supply (a very, very high capacitor might even distort the regulation)
- you might put a capacitor (3..300µF) close to a cluster of loads
- you should put an small capacitor (about 100nf, ceramics) as close as possible to every load (IC)
(The as close as possible is no kidding: every fracture of an inch of lead acts as an inductor and degrades the efficiency of the capacitor. Ideally, the capacitor should be buried underneath the load inside the PCB (and it is in high end stuff). Sure, for a home-brew solution this is not possible, but keep the wires to the capacitors as short as possible.
- if you design some high end analogue stuff (12bit DACs etc) , you should forget about the PC-PSU. You should use a linear regulated supply. You should separate analogue and digital ground. - And you will be annoyed about this stuff as you do know about it anyway ;-) .
Removing the case might help from the thermal point of view (better air flow - as long as the fan is working),
BUT: The metal case is also something like the last barrier for the dangerous voltages inside the power supplies. By design, switching power supplies generate about 1.4 times the mains voltage (at least..). So, in the US, you would get 1.4*110V (potentially lethal) and in areas like Europe, you might get 1.4*230V (Yieks! - NOT NICE!).
If you keep the metal case (strongly recommended!), make sure, it is connected with the grounding wire on your power cable - disconnect and use a multi meter to check the resistance between the case and the grounding pin on the power plug on the cable. It should be _far_ less than 1 Ohm, ideally a short circuit. So, if something inside the PSU goes astray (loose wire, broken part) and the metal case should be accidentally connected to a lethal voltage, your in-house circuit breaker should be triggered and switch the whole thing off.
Okay, there might be some inconvenience - dark rooms, blinking clocks, lost computer data - but hey, you, your children, wife, husband, significant other (am I the only one who thinks PC-speak is ridiculous?), pets, burglar, whoever will be alive.
If you really want to / have to remove the metal case (which I strongly not recommend), make sure that it is impossible to touch any part of the circuit.
Sorry, if I sound like a fun-stopper (or party brake as we say in Germany). I know, it might - or most probably even will - work without a case, without grounding, even without good insulation. You'll maybe never notice any bad effect of neglecting all good advice.
But ... just eventually ..., just in case, ... if it should happen ... well, the effect might be fatal.
In the truest sense of the word: finally, lethal - 'nuff said.
Have fun, but take care.
PS: Nice I'ble :-)
PPS: If there is a permanent load (like a string of LEDs) connected to the PSU, you can go without the load resistor (the 10Ohm, 10Watts in the I'ble) and save some energy. Just make sure that the PSU doesn't have to work without the minimum load. It might be damaged otherwise.