Difference between revisions of "Switching regulator"

From OpenCircuits
Jump to navigation Jump to search
(→‎further reading: yet another "Switching power supply topology review")
(more SMPS design links)
Line 12: Line 12:
  
 
The [[MCP1252/3]] Flyback Switching Regulators can generate an output voltage greater than the input voltage -- something impossible with linear voltage regulators.
 
The [[MCP1252/3]] Flyback Switching Regulators can generate an output voltage greater than the input voltage -- something impossible with linear voltage regulators.
 +
 +
While learning about SMPS, teachers typically try to gradually ease you into understanding them by starting with perhaps the easiest-to-understand switching converter, the buck converter.
 +
Then they move on to the other "simple" converters than can be built using 1 inductor, 1 switch, 1 diode, and 1 capacitor (and some stuff that turns the switch on and off "appropriately"): the buck converter, the boost converter, and the inverting converter.
 +
Then they throw every equation even remotely related to SMPS at you, making them sound far more complicated than they really are.
 +
 +
In practice, it seems that many switchers are "flyback" converters -- although some people say that Cuk converters are better than flyback converters; some even go so far as to say that Cuk converters are the "optimum topology".
 +
  
 
== further reading ==
 
== further reading ==
Line 25: Line 32:
 
* [http://electronicdesign.com/Articles/ArticleID/15420/15420.html "Germanium Dual-Boost Starts At 260 mV"] by Clayton B. Grantham 2007
 
* [http://electronicdesign.com/Articles/ArticleID/15420/15420.html "Germanium Dual-Boost Starts At 260 mV"] by Clayton B. Grantham 2007
 
* [http://focus.ti.com/lit/ml/slup067/slup067.pdf "Switching power supply topology review"] by Lloyd H. Dixon, Jr. 2001
 
* [http://focus.ti.com/lit/ml/slup067/slup067.pdf "Switching power supply topology review"] by Lloyd H. Dixon, Jr. 2001
 +
* [http://www.national.com/onlineseminar/2001/bpease/switching_controllers.html National: "Designing DC-DC Power Supplies Using High Performance Switching Controllers"]
 +
* "High-voltage, low-noise dc/dc converters" http://www.edn.com/article/CA6582859.html?spacedesc=readersChoice and http://www.edn.com/blog/1700000170/post/440031844.html : has nice photos of dead-bug solid-copper-plane wiring style.
 +
* [http://www.national.com/nationaledge/mar03/article.html "Comparing Topologies and the (Design) Rules of the Game"] by Sanjaya Maniktala 2002 ... emphasizes "r", the ripple factor, the ratio of the ripple in the inductor to the average current in the inductor, which applies to practically every SMPS topology. It describes "The formal design procedure for any converter design".

Revision as of 22:51, 5 February 2010

A "voltage regulator" is designed to hold a constant output voltage.

A "switching voltage regulator", usually called a switching regulator, also called a DC to DC converter, accomplishes this goal by rapidly switching a transistor from full on and full off.

A "linear voltage regulator", usually called a "linear regulator", accomplishes the same goal by holding a transistor in its active region, somewhere between full on or full off.

The 723 Voltage Regulator can be used as either a linear or a switching regulator.

The Linuxstamp uses a the LTC3407-3 switching regulator.

The ARMUS Embedded Linux Board uses ...

The MCP1252/3 Flyback Switching Regulators can generate an output voltage greater than the input voltage -- something impossible with linear voltage regulators.

While learning about SMPS, teachers typically try to gradually ease you into understanding them by starting with perhaps the easiest-to-understand switching converter, the buck converter. Then they move on to the other "simple" converters than can be built using 1 inductor, 1 switch, 1 diode, and 1 capacitor (and some stuff that turns the switch on and off "appropriately"): the buck converter, the boost converter, and the inverting converter. Then they throw every equation even remotely related to SMPS at you, making them sound far more complicated than they really are.

In practice, it seems that many switchers are "flyback" converters -- although some people say that Cuk converters are better than flyback converters; some even go so far as to say that Cuk converters are the "optimum topology".


further reading