Could 8V of power be safely put onto the 3V3 input of an Arduino Uno

arduino

I have permission to access a (borrowed) Arduino Uno, and the documentation says it can be powered with 3.3 Volts from the 3V3 pin:

3V3. A 3.3 volt supply generated by the on-board regulator. Maximum current draw is 50 mA.

http://arduino.cc/en/Main/arduinoBoardUno

However, I would like to use a 24V DC power source.

The safe range is supposed to be 6V-20V.

If I could get a transformer in place to change the 24V DC to 8V DC, could I apply that 8V to the 3V3 input (without frying the board)?

Best Answer

Connecting anything much above 3.3V (as in say 3.6V) to that rail would fry the Arduino. A transformer only operates with AC voltage not DC, so the best way for what you want to achieve is a step-down regulator also known as a buck converter. Variable ones that can accept 24V DC and output 3.3V (be careful to adjust it before connecting) are available on e-bay. Here's the first example I found:

DC Adjustable Voltage Buck Converter 4.5-25.5V to 3-24V Step-down Power Module

But important: I'd taken at face value that your statement was correct that it was OK to power the board from 3.3V over that line. As Peter Bennet correctly states some parts are actually 5V based and the 3.3V rail is the output of a regulator. Without removing the regulator and knowing the exact consequences that isn't a good idea.

Instead you should consider setting the regulator for say 8V and connect it to the 6V-20V input socket on the Arduino where you'd normally apply an external power supply / wall wart etc. That gives you a bit of extra safety if the adjustment on the regulator ever gets changed or drifts a bit.