Electronic – Controlling max voltage (power supply) when Vin varies

voltagevoltage-regulator

Is there a way to regulate max DC voltage on a circuit when the input voltage CAN exceed the desired voltage?

I'm trying to figure out power supply/regulation for a fan where the datasheet specs for 10.8v to 13.2v input at up to 4.6A. I have bench tested the fan up to 14.1v and it didn't fail, so there is some margin of error above 13.2v.

However, my input voltage can vary from ~11.5v to 15.2v. Normal operating range is ~12-14v. Total draw for the fans is ~9.2 amps (2 fans).

I have looked at the following:

1) LDO regulators – generally can't supply enough power (even if divided into two circuits, one for each fan), plus I'd have to set for a low voltage to begin with (~11v) which would wind up wasting a fair amount of power most of the time.

2) Avalanche diodes – This could sink significant amounts of current, which would be bad.. not just for the PCB but also because of the battery chemistry it is drawing from as it would pose a fire risk.

3) Switch mode regulators – generally speaking you need some margin above your target output voltage, which isn't always the case here..

4) Using a power diode in series to drop the voltage some arbitrary amount and just heat sink away the wasted power. Inefficient but may work. The problem is I would need it to sink ~1v at the top end of the voltage range and less than that at the bottom (preferably closer to 0.5v) which doesn't really seem possible in the datasheets I've been looking at.

So far #4 looks like the best of the "not good" options.. But are there any options I'm missing here?

Best Answer

Switching regulators can go both ways

Switching regulators can not only step down the voltage (as in a buck converter), but can step up the voltage (a boost converter), or even regulate a voltage that may be above or below the output (you'd use either a four-switch buck-boost or a SEPIC converter for this). (They can also invert the polarity of an input, but that's neither here nor there.)

Unfortunately, 9.2A is rather outside the range of a SEPIC as the SEPIC topology is capacitively coupled and you can't really get capacitors that can handle 9.2A of high frequency ripple current without heating up a bunch and causing other problems. This leaves the four-switch topology as your primary option. Furthermore, you'll need to use a controller and external power FETs at such high currents, as in the LTC3789 circuit depicted below:

LTC3789 demo circuit