I was helping some friends that wanted to add a light load to a DC power rail in an industrial installation. The voltage to this rail comes from an array of voltage sources, with one voltage source being selected at any given moment. The range of this rail is wide, 12 to 120 volts DC.
I'd usually use an incandescent light bulb (rated for 230AC) as a sort of constant-power/slightly resistive load, as it's simple, cheap, reliable and provides a visual feedback as well. However, in this case it would have consumed too much power towards the high end of the range.
So instead I went with the idea to use 12V light bulbs (two or more in series), with some regulation added to make them a constant-power load. While at it, I thought, "well we can throw in an inductor as well", then I pondered whether I can do the current regulation via a 555, so in the end I designed this:
simulate this circuit – Schematic created using CircuitLab
It is a crude DC-DC converter (PFM mode), that pushes approx. constant current thru the lamps:
- R1, D1, Q1 form a no-frills linear regulator, providing around 12V to the 555;
- When M1 is on, the current thru the lamps ramps up and is measured across the R3 shunt; when it exceeds around 2A, the trigger/threshold node exceeds 1.2V, and the On cycle stops;
- This 1.2V is approx what the control voltage is (using D2 and D3 as a crude voltage reference);
- The current thru the lamps then slowly diminishes, and a fixed amount of time (selected by R2/C2) is allowed for that; then the cycle starts again.
All in all, this is very much like a Buck converter, however the load is not ground referenced, which allows to use a NMOS for the switch (nifty!), and a very simple current measurement for the regulation.
I'm pretty sure I haven't invented something new, but I'm curious whether this topology has a name? Or it is just a transposition of Buck?