Electronic – arduino – How to a Arduino (5v) power a device that operates on >12v

arduinopower supplyvoltage

Say I buy a device that requires 25 volts to function, but I want to control it using my 5v arduino. How would I go about powering/controlling higher voltage devices?

Best Answer

Yes it's possible, and it's usually done by step-up (boost) converters. These converters are based on the principle that inductors react to sudden changes in their current with a high voltage. So, an inductor is put in series with the supply and switched (here the name Switching Mode Power Supply, SMPS) between a short circuit and the load. When the switch opens, the inductor has to discharge the stored energy and it does that creating an opposite voltage than the one it's charged with.

Another efficient way is also the charge pump, where capacitors are charged at the supply voltage (5V in this case) and then put in series with the supply rail to generate the higher voltage. It's commonly used to double voltage, but different ratios are possible.

All these circuits create a pulsed output voltage; it can be filtered afterwards to give it a more stable shape if required.