ebeowulf17
- Joined Aug 12, 2014
- 3,307
There's nothing special about the Arduino in board regulator. If your external 5V supply is solid and clean there's no reason not to inject 5V at the 5V pin.I looked at that particular drawing and unless I am missing something I would not use it as drawn. They use a 14 volt wall wort to bring in about 14 VDC. The diode scheme is fine and theory of operation is fine but they incorporate a 5 Volt regulator like the LM 7805. While as drawn the circuit will output a constant 5.0 Volts the problem becomes with the Arduino board external power jack. The board is designed for external DC power with a range of 7 to 12 VDC, not an external 5 VDC. According to the Arduino documentation, the Uno uses a 5-volt linear voltage regulator in a TO223 SMD package. The regulator is easy to see right beside the external power connector. The on board regulator is supposed to be a LDO (Low Drop Out) type but the minimum external voltage should be 7 VDC allowing for the regulator drop out overhead. All of this can be bypassed by connecting 5 VDC to the 5.0 Volt Pin but this is not recommended. "The board can be supplied with power either from the DC power jack (7 - 12V), the USB connector (5V), or the VIN pin of the board (7-12V). Supplying voltage via the5V or 3.3V pins bypasses the regulator, and can damage your board. We don't advise it".
I have noticed running my Arduino Uno board on an external 12 VDC through the external power connector the LD50 regulator does get a little warm to the touch. Not at all hot, just a little warm. Anyway, I would not apply 5 VDC regulated to the external power connector as the on board regulator likely won't work. I did try it with 5 Volts on my board and the board appears to work but I can't say if all boards will work and work correctly? Beats me.
Ron
If there's a lot of wire in between and you're worried about noise pickup on the 5V leads, then you might want local chokes and/or caps at the Arduino pin. However, if the power is clean and the leads are short, what's the difference?
All that said, in the Instructable linked previously, they're stepping 12-14V down to 5, requiring a bypass of the Arduino regulator, and either dropping a lot of power through their 5V regulator or using a SMPS, which is likely noisier. Perhaps a better all around approach would be to do their plan, but step down to 7-9V (whatever is convenient) externally, then feed the Arduino regulator with that. That way, you spread out the power dissipation, and potentially gain a little efficiency from using an SMPS externally, while still getting the clean power from the Arduino's linear regulator.