12
\$\begingroup\$

My basic understanding is that a transformer can step down a voltage by the ratio of the primary and secondary windings, since this is a ratio the output is not constant.

Thus my question is, how are chargers like the apple phone charger (a Fly-back Switch mode power supply) able to take an input of 100v-240v ~ 50/60 Hz to create a constant 5v output?

Apple Phone Charger Curcuit Above is a supposed circuit diagram of the apple phone charger.

is this constant output voltage an effect of the flyback transformer? (i have little experience in AC to DC power supplies) Any help is appreciated.

\$\endgroup\$
8
  • \$\begingroup\$ Feedback is used to control the amount of current by PWM control of the GD gate driver to store energy which is released to regulate the voltage \$\endgroup\$ Commented Mar 14, 2018 at 6:26
  • \$\begingroup\$ The feedback is an analog voltage using a programmable zener multiplier (IC3) to regulate an optocoupler, PC1 then scaled (with thermal feedback in PC2 for OTP )and filtered to control the primary side switching regulator PWM. \$\endgroup\$ Commented Mar 14, 2018 at 6:30
  • \$\begingroup\$ the AC voltage is rectified by the bridge rectifier and becomes DC voltage .... that voltage is sensed by pin3 (VFF) of IC1 ... the IC1 adjusts its output depending on the voltage being sensed \$\endgroup\$
    – jsotola
    Commented Mar 14, 2018 at 6:32
  • 2
    \$\begingroup\$ @DiscreteTomatoes, "regulating the voltage through frequency" - no, not through frequency, but through modulation of pulses width, usually at constant frequency. \$\endgroup\$ Commented Mar 14, 2018 at 7:25
  • 1
    \$\begingroup\$ TLDR: it blinks higher voltages and averages the pulses into a steady lower voltage. \$\endgroup\$
    – dandavis
    Commented Mar 15, 2018 at 3:47

4 Answers 4

26
\$\begingroup\$

Modern AC-DC power supplies do the voltage conversion in three steps. Roughly speaking, the process is as follows.

First, they rectify the AC into DC, so 100 V AC gets into about 140 V DC, and 240 V AC results in about 340 V DC. This is a first step. This is the range of voltages that the second stage of converter is dealing with. And this voltage has horrible ripples at 100-120 Hz.

The second stage is a "chopper" that modulates the high-voltage DC into high-frequency pulses, 100 kHz or something. There is a controller IC that drives a pair of powerful MOSFETs, which are loaded with primary winding of the isolation transformer. The transformer, as you duly noted, has a fixed winding ratio, so the output pulses would have the variable amplitude proportional to the input DC (which is 140 to 340V, not counting ripples from 50/60 Hz primary rectification).

However, the chopper also makes these pulses of different width, which is called PWM - Pulse-Width-Modulation. Thus the output of the transformer, when rectified by "half-way" diode rectifier and smoothened with a large output capacitor, on average can have variable amplitude: narrow pulses make lower average amplitude, and vice versa. This is the third stage of AC-DC converter.

So, while the transformer has a fixed winding ratio, the PWM still allows to change the output of rectifier in considerable range, thus accommodating the fixed transformer ratio and vast input voltage range, including voltage ripples.

The final control and voltage stabilization is done via negative feedback mechanism using linear opto-isolators. If the rectified voltage goes too high, the feedback makes the controller IC to produce narrower pulses, so the voltage goes down, and vice versa. This feedback mechanism not only takes care of the voltage, it also controls the overall power delivered into PSU load.

There are some fine details how the transformers tolerate the asymmetic waveforms, there are some fine engineering tricks behind the scenes, but basically that's it.

\$\endgroup\$
8
\$\begingroup\$

If you want to identify one 'component' that's responsible for the constant output voltage, then it's the 'feedback'.

The forward path which includes the flyback transformer pushes a controllable amount of power to the output. The voltage on the output is measured, and the feedback requests a smaller or larger amount of power moment by moment, to keep the voltage constant.

The forward path is designed to be able to run from any voltage in the input range, which needs a bit of care with design, but is fairly straightforward.

The way a flyback converter works is that its output voltage adjusts to whatever voltage is needed to deliver the power it's been asked to deliver. It can step up or down by a large ratio, to allow it to match the input and output voltage ratio.

\$\endgroup\$
3
\$\begingroup\$

The phone charger has to do several things in addition to regulating the voltage. It has to convert AC to DC, step down the voltage substantially and provide substantial isolation between input and output.

Since we're only concerned with regulation lets instead consider a DC-DC "in car" charger, that accepts DC over a typically wide voltage range possibly up to 28V, and converts it to 5V.

The charger probably uses a fast switching transistor and diode to rapidly switch between the input voltage and ground, then an LC filter to smooth out the switching and output the average voltage. The resulting transfer function is Vout=D*Vin, where D is a PWM duty cycle. For reasonable input voltages there will be a "D" value that yields 5v.

In its simplest form D is set by a controlling "error amplifier" comparing Vout with a reference voltage.

In more refined versions the PWM circuit is modified to cancel out the influence of Vin, two examples of this are "feedforward" and "current mode". In current mode the PWM pulse ends when the current in the inductor reaches a value. If the input voltage is higher the value is reached sooner but the output is relatively unaffected.

If this DC-DC design is "upgraded" to include a transformer then it gives the popular "forward" configuration which can be more compact and efficient than flyback as the transformer can use magnetic parts optimized for transformer use (ferrite), and the inductor can use parts for inductor use (iron powder).

\$\endgroup\$
2
\$\begingroup\$

The "transformer" in a flyback converter is technically not a transformer but two coupled inductors. Unlike a transformer it stores magnetic energy in an air gap. The energy store is charged via a switch (transistor) during the scan and discharged via a diode during flyback. Source and load are never connected simultaneously, and thus the ratio of turns does not apply.

Instead, the duty cycle, or the on-off ratio, is what matters, since the average voltage over any inductor must be zero. This ratio is easily varied. The output voltage is usually actively regulated, i.e. stabilized against load variations, by a regulator with feedback.

The flyback converter generates the high voltage for a CRT display, making use of the fast flyback (or retrace) of the horizontal deflection, hence its name.

Edit: the turns ratio matters too, but not as much.

\$\endgroup\$
1
  • \$\begingroup\$ Yes, the origin of the name is important. I once read that 'flyback' came from the magnetic field building up, then "flying back in to" the inductor when the source voltage was switched off. I always thought that was a dubious reason to call it that. Your explanation is much better. \$\endgroup\$
    – user56384
    Commented Mar 14, 2018 at 19:58

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