Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I've been researching switchmode regulator ICs recently, and I've been doing some searches on Digi-Key. When I do my searching, three main types of regulators are listed:

  • Buck
  • Boost
  • Inverting

I know what buck is (step-down), and I know what boost is (step-up), and I believe I know what inverting is (negative output voltage from positive input voltage).

Besides these main types, "flyback" variants of each are listed. What is a flyback power supply, or flyback regulator?

share|improve this question

2 Answers

up vote 4 down vote accepted

Wikipedia is a good source of info here.

Basically a flyback converter is an isolated switching topology derived from the boost topology. With the boost, charging and discharging of the inductor happens on the same winding. With the flyback, the energy is put into the primary of the transformer while the switch is on and transferred to the output capacitor from the secondary of the transformer when the switch is off. During the charging phase, the switch is on and energy is stored in the magnetic field of the transformer. Then the switch is opened and the magnetic field collapses, transferring energy into the circuit connected to the secondary of the flyback transformer.

As I mentioned, the primary use of flyback technology is for isolation of the primary and secondary halves of the power supply. You can also obtain secondary voltages by having multiple secondary windings. Regulation is usually achieved with either an optocoupler or a small feedback winding which provides the necessary information back to the regulator so that it can maintain a constant voltage (the most common case) or a constant current in the secondary.

While always using the concept of a step-up (boost) converter, flyback converters can be, by using different winding numbers on the primary and secondary sides, built into regulators with a higher output voltage compared to the input voltage (step-up voltage conversion, but not a step-up converter topology), or a lower output voltage compared to the input voltage (step-down voltage conversion, but not a step-down converter topology), or both, and can supply multiple isolated output voltages, limited only by the input supply, switch and transformer. Since flyback regulators require a transformer, they are often more expensive than simpler non-isolated designs.

share|improve this answer

Flyback transformers were used with CRTs to control the electron beam scan. They produced a series of sawtooth wave forms That could be used to move the beam across the tube then quickly return it back to the beginning of the next scan.

Flyback regulators and power supplies are modern versions of these transformers.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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