9

2

How do most voltage regulator ICs work? Are they the same as hooking up a variable resistor and a voltmeter and turning the knob until you get the desired voltage?

flag

3 Answers

12

Voltage regulators achieve "stiffness" via a feedback control loop, where "stiffness" means that a large change in load current causes a small change in voltage.

Both switching and linear regulators include a control loop (historically analog... some of the newer switchers use digital control loops) to adjust some parameter of the circuit so that the output voltage remains constant in the presence of load current changes and input voltage changes.

In a linear regulator the circuit parameter is the pass transistor drive circuit (which produces base current for an NPN/PNP power transistor, gate voltage for a MOSFET).

In a switching regulator the circuit parameter is the duty cycle of the switching element(s).

So there's really two areas you need to understand if you want to get into the details of how regulators work:

  • topology design (achieve required limits of current/voltage/etc)
  • control loop tuning + stability
link|flag
1 
I went for a more basic description, your description is very astute though. – Kortuk Dec 7 at 22:29
7

This is an excellent way to understand the theory. A linear regulator will use a transistor to step the voltage down as an inline resistor(the transistor can be modeled as a variable resistance) with feedback changing its resistance to get a very dependable output voltage. This method is very low noise but not power efficient in general.

The wikipedia page is not half bad to learn about them. Switching regulators use a method that can be though of more as a charge pump, taking advantage of inductors changing voltage to push a continuous current.

link|flag
I always visualized buck/boost regulators as big flywheels that you load on one side and kick on the other side to keep the spin going at the right speed. – XTL Jul 11 at 8:30
not a bad way to think of it. There are a million ways to think of it, and multiple ways to implement it, so it is different from person to person. – Kortuk Jul 11 at 13:32
2

Essentially, yes. There is a pass transistor that changes in resistance so that the output voltage stays constant. It's like a variable resistor, though, not a potentiometer:

variable resistor vs pot

The amount of resistance is controlled by a feedback amplifier. It adjusts the resistance so that the voltage at the output is constant, regardless of changes in the source voltage or the load resistance.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.