If your ATX power supply has regulated 5V you can connect that to the +5V pin.
The regulator on the Arduino can deal with voltages up to about 18V, if I recall correctly. At 12V the regulator is dumping 7/12ths of the power as heat so it tends to get very hot.
I thought I read somewhere that the minimum voltage should be 6.35 volts to correctly operate the integrated reglulator.
Given that you must obviously know what you are talking about, I must assume that you were talking about making the 5V supply connection to the 5V Pin instead of the dc power jack and I further assume that the 5V Pin does not use the integrated regulator?
NobleNoob:
I must assume that you were talking about making the 5V supply connection to the 5V Pin instead of the dc power jack and I further assume that the 5V Pin does not use the integrated regulator?
Is this correct?
That is correct. That's why I said "If your ATX power supply has regulated 5V you can connect that to the +5V pin." :)
The problem of the regulator being sensitive to reverse voltage is news to me but CrossRoads is a trained electronics engineer so I trust his statement.
Another manufacturer’s data sheet went into it further.
Another valid argument against powering an arduino via it’s shield 5V pin is that because there is no Vin voltage being applied the auto-voltage selector circuit will be gating the USB’s +5vdc voltage source onto the board’s Vcc bus anytime you plug in the USB cable to the PC. This effectively means your external regulated +5vdc voltage source will be ‘hardwired’ to your PC’s USB +5vdc voltage source. As those two voltages will never be exactly the same value at all times that can allow ‘reverse currents’ to flow where it was never designed to and can effect the both regulators feedback circuit. It’s just not a good engineering practice to wire too different voltage sources together without proper isolation between the two sources.
But of course people have been powering their boards with external regulated +5vdc voltage sources via the arduino 5V pin and using the USB connection without experiencing any problems, so it’s really a personal choice and will most likely never result in the burning down of one’s home.
Lefty