When integrating a transformer in a circuit to convert mains AC to low-voltage DC, the standard unregulated power supply topology consists of a step-down transformer, a full-wave bridge rectifier, and a bulk filter capacitor. For a 120VAC 60Hz input targeting a 12V DC output at 1A, you need a 20VA 12VAC transformer, a 50A bridge rectifier (like the KBPC5010), and a 10,000µF 25V electrolytic capacitor. This configuration yields approximately 15.5V peak DC under no-load conditions, dropping to roughly 13.5V under a 1A load with less than 1V of peak-to-peak ripple.
Topology Description and Node Labels
The unregulated linear power supply is the foundational building block for bench electronics. While switching power supplies (SMPS) are more efficient, a transformer-based linear supply offers ultra-low noise, zero high-frequency EMI, and inherent short-circuit robustness if sized correctly.
Here is the standard node topology for a full-wave bridge configuration:
- P1 & P2 (Primary Nodes): Connected to the 120VAC mains through a fuse and switch.
- S1 & S2 (Secondary Nodes): The isolated, stepped-down AC output (e.g., 12VAC RMS).
- AC1 & AC2 (Bridge AC Inputs): Connected to S1 and S2. Polarity does not matter here.
- V+ (Bridge Positive Output): The rectified, unfiltered pulsating DC.
- GND (Bridge Negative Output): The circuit common/return path.
- C1 (Filter Node): Placed in parallel across V+ and GND to smooth the ripple.
You could use a center-tapped transformer with two diodes (full-wave center-tap) or a single diode (half-wave). The full-wave bridge (four diodes) is preferred because it utilizes the entire secondary winding on both half-cycles, giving a transformer utilization factor of roughly 0.81 compared to 0.57 for the center-tap. It also allows you to use cheaper, standard two-wire secondary transformers instead of specialized three-wire center-tapped models.
Component Behavior Matrix
Understanding how a transformer in a circuit reacts to variable changes is critical for debugging. The table below details what happens when you alter a single element in the topology.
| Element Changed | Modification | Effect on V_DC (Under Load) | Effect on Ripple Voltage | Thermal / System Impact |
|---|---|---|---|---|
| Filter Capacitor (C1) | Increase Capacitance | Increases slightly (closer to V_peak) | Decreases significantly | Inrush current spikes; may blow primary fuse if not sized correctly. |
| Load Resistance | Decrease (Draw more current) | Drops (due to transformer regulation and diode Vf) | Increases linearly with current | Transformer and rectifier temperatures rise; check VA rating. |
| Rectifier Diode | Open (One diode fails open) | Drops significantly | Doubles (Frequency drops to 60Hz) | Circuit becomes half-wave; remaining diodes run hotter. |
| Mains Voltage | Drop by 10% (Brownout) | Drops proportionally by 10% | Increases (capacitor discharges further) | Downstream linear regulators may drop out of regulation. |
Design Walkthrough: Picking Real Component Values
Let us design a supply capable of delivering 12V DC at 1A continuous current. We will assume a 120VAC, 60Hz mains supply and standard silicon rectifier diodes.
1. The Transformer
A 12VAC RMS secondary yields a peak voltage of 12V × √2 (1.414) = 16.97V. Subtracting the forward voltage drop of two conducting diodes in the bridge (roughly 0.7V × 2 = 1.4V), the peak DC voltage at the capacitor will be ~15.5V.
For a 1A load, the DC power is 12W. However, transformer VA (Volt-Ampere) ratings must account for the non-sinusoidal current drawn by the capacitor-input filter, which increases RMS current in the secondary winding by a factor of 1.5 to 1.8. Therefore, a 12W DC load requires roughly 18VA to 22VA of transformer capacity.
Selected Part: Triad Magnetics F-40X (120V primary, 12.6V secondary, 20VA). Under a 1A load, the 12.6V secondary will sag to about 12V due to its internal winding resistance (regulation), which is exactly what we want.
2. The Bridge Rectifier
Peak inverse voltage (PIV) across each diode is equal to the peak secondary voltage (~17V). A standard 50V or 100V rating provides ample margin. For current, the 1A DC load translates to roughly 1.8A RMS through the transformer secondary, and each diode conducts for half the cycle.
Selected Part: KBPC5010 (50A, 1000V). While heavily over-specified for 1A, the KBPC5010 costs roughly $1.50, comes in a standard square package with a mounting hole for a heatsink, and its massive silicon die ensures it will run cool without a heatsink at 1A.
3. The Filter Capacitor
To keep peak-to-peak ripple voltage (V_r) under 1V at a 1A load, we use the approximation formula: C = I / (f × V_r). For a full-wave rectifier on 60Hz mains, the ripple frequency (f) is 120Hz.
C = 1A / (120Hz × 1V) = 0.00833 Farads, or 8,330µF.
Selected Part: Panasonic EEU-FM1E103 (10,000µF, 25V, low ESR). The 25V rating provides a 60% safety margin over the 15.5V peak, preventing dielectric stress and extending operational life.
Extreme Failure Modes: Open and Short Scenarios
A robust design anticipates how the circuit fails. Here is what breaks at the extremes when integrating a transformer in a circuit on the bench.
Shorted Filter Capacitor (C1)
If C1 fails short, the bridge rectifier effectively shorts the transformer secondary (S1 to S2). The massive inrush current will instantly exceed the transformer's thermal limits. In a properly designed circuit, the primary fuse (P1) will blow within milliseconds. If unfused, the transformer's secondary winding wire will act as the fuse, melting the internal copper, destroying the transformer, and potentially causing a fire.
Shorted Rectifier Diode (e.g., D1)
If one diode in the bridge shorts, the circuit operates normally for one half-cycle. However, during the opposite half-cycle, the shorted diode and its adjacent diode create a direct short across the secondary winding. This results in the same catastrophic failure as a shorted capacitor.
Open Rectifier Diode (e.g., D1)
If one diode fails open, the bridge loses one of its current paths. The topology degrades from a full-wave rectifier to a half-wave rectifier. The ripple frequency drops from 120Hz to 60Hz, which doubles the ripple voltage amplitude for the same capacitor value. The DC output voltage under load will sag significantly, and the remaining three diodes will have to carry the entire load current, increasing their thermal dissipation by roughly 20%.
Step-by-Step Breadboard Testing Procedure
Follow this exact sequence to safely commission your transformer circuit on a breadboard. Refer to All About Circuits for foundational rectifier theory if you need to review the waveform shapes before testing.
- Prepare the Primary Side: Wire a 1A slow-blow fuse in series with the hot mains line, followed by an SPST toggle switch, then to P1. Connect neutral directly to P2. Do not plug in the mains cord yet.
- Continuity Verification: Set your digital multimeter (DMM) to continuity mode. Check across P1 and P2 (should read low resistance, typically 10-30 ohms for a 20VA primary). Check across S1 and S2 (should read near 0 ohms, typically < 2 ohms). Check V+ to GND on the bridge; it should read open in one direction and show a diode drop (~0.6V) in the other.
- First Power-On (Transformer Only): Plug in the mains cord and flip the switch. Set your DMM to AC Voltage. Measure across S1 and S2. You should read between 12.0V and 13.5V AC (transformers read high under no-load conditions). Power off and unplug.
- Wire the Secondary: Connect S1 and S2 to the AC1 and AC2 nodes on the bridge rectifier using 18 AWG solid wire. Connect the V+ and GND outputs to the breadboard power rails using 22 AWG jumpers.
- Install the Capacitor: Insert the 10,000µF capacitor across the V+ and GND rails. Verify polarity: The negative stripe on the capacitor must align with the GND rail. Reversing this will cause the capacitor to vent electrolyte violently when powered.
- Final Power-On and Measurement: Plug in and switch on. Set the DMM to DC Voltage and measure across the capacitor. It should read ~15.5V DC. Apply your 1A test load (e.g., a 12-ohm, 20W power resistor). The voltage should settle between 12.5V and 13.5V DC. If you have an oscilloscope, probe the V+ rail with AC coupling to verify the peak-to-peak ripple is under 1V.
By strictly following this topology, selecting components based on RMS and peak realities rather than nominal labels, and verifying the node behavior, you ensure a reliable, low-noise DC supply that will serve as a robust foundation for any linear regulator or analog circuitry you connect downstream.






