Power supply 9-12V. What is the actual max?

I have a lot of 12V power supplies. And arduino says power input 9-12V is allowed.

But regulated 12V supplies typically output 13.8V. Is that outside the allowed, or even recommended, range? I have 8(!) 12V supplies lying around, but not one 9V supply…

Time to get into the modern world.

If you must use the supplies, 13.8v will be okay but your current drawn needs to be low else the regulator will get too hot.
13.8v - 5v = 8.8v
If you were to draw 100mA this is 8.8v x .1A = 880mW needs to be dissipated by the regulator. ouch
:grin:

You could feed your supplies to a buck converter set to 7 or 9v.

image

Yeah, so it’s not optimal. Seems such a weird thing, 9V. As a radio ham, I’m used to everything being 12V, and 12V supplies are ubiquitous. 9V, not so much…

The regulator on the Arduino PCB cannot dissipate much heat.

The Arduino regulator is only capable of suppling a low current load.

Which Arduino.
An easy way is to power via the USB socket, with a 5volt cellphone charger.
Leo..

In the world of digital electronics, 9V and 12V are equally "weird" because digital electronics usually run at 5V or 3.3V. Even if you power an Arduino with 9V or 12V, it is not actually running at that voltage, it is throwing away the extra voltage as heat so that it can run at a lower voltage, by employing a linear voltage regulator. That's wasteful, and there is a limit to how much heat can be dissipated before damage occurs.

So it's better to directly provide the 5V or 3.3V the Arduino circuit requires. You could use your 12V supplies for this, adapting them to produce the lower voltage using a DC-DC converter such as the one suggested above. But beware! These converters can produce large amounts of noise in radio frequency bands, the enemy of the radio ham. Careful shielding and filtering can reduce that, but it may be simpler to abandon your 12V supplies and get new 5V or 3.3V supplies. But that also presents a problem: modern 5/3.3V supplies will likely be switch-mode rather than linear types, so, again, there is the problem of RF noise.

1 Like

That is to provide the excess voltage needed to charge a 12V battery. Also maybe you are measuring off load?

...you surely know about linear regulators, power supplies in general etc?
I've never been into radio, but my father used to be involved in HAM radio before his interests shifted. Back then some basic electronics training was part of the process of getting a license in the first place. Things have changed, apparently?

Things may have changed, but they had when I got my degree in electronic engineering.

The issue is twofold: first, money. I don’t have terribly much of that. Second: most supplies now are switching supplies which can be quite noisy.

Michael VA3MVW

Things may have changed, but they had not when I got my degree in electronic engineering.

The issue is twofold: first, money. I don’t have terribly much of that. Second: most supplies now are switching supplies which can be quite noisy.

Michael VA3MVW

Yes, that’s why they are typically 13.8. And no, I am not measuring off load.

That’s what I do for most projects. But the one I am working on draws quite a lot of current.

How much current this converter can supply at the set voltage say 9V?

That one in the picture, who knows. But buck and boost regulators on small modules are available for a wide range of input, output and power specifications.

Just get good ones, stay well under the claims made for them and test them at the load you expect them to handle.

a7

Is there another way to modify your 12V PSU to output 5V? Maybe if the transformers have other "taps" on the low voltage coil which output 6~7V, you could replace the linear regulator with a 5V equivalent? Could be a little tricky finding a linear regulator with high current output but low dropout voltage, I certainly can't suggest one, but my knowledge of linear regulator models is limited.

1 Like

The reason to ask is the fact that the hobbyists should use low power (current rating usually < 2 A) PSU to avoid the erruption of smoke/fire in the breadboard due to possible short circuits (by mistake).

Srsly? That’s your way of dealing with the possibility of noobs making mistakes on bread boxes?

TBC, that’s a rhetorical question.

a7

1 Like

I observed people doing experiments with 5V supply of the PC and after a while they came up with total fire? They could not believe that the PSU would deliver so much power (5V x 13A = 65W); because, it is just a 5V supply!

That's why in UNO Board, the manufacturer has installed "Polymeric PTC Resettable Fuse 15V 500 mA" type high quality fuse in the 5V line to protect the PC and the user's hardware setup in case of possible shot circuts/overload.

Every wall adapter type 12V supplies I've ever measured were close to 12.00V. It's the larger supplies that are intended to charge batteries, as previously mentioned, or to power devices that normally run on lead acid 12V batteries, that produce 13.8V. It's a "float charge" voltage for those, and close to the fully charged operating voltage of such batteries.

Yup. I am not talking wall adapters, I should have clarified that.

Anyway, even 12V is obviously too much. I'll look for good 5V-ish supplies...