← Block library

Bridge Rectifier

@electrace/bridge-rectifier@1.0.0 · CC-BY-4.0
vac_in 9–24 Vvdrop 1.4 Viout_max 1 A

Bridge Rectifier

Turns an AC input into DC using four diodes in the classic bridge arrangement, then smooths it with a bulk capacitor. Both half-cycles of the AC waveform are routed the same way through the load, so you get full-wave rectification (not just half).

  • D1–D4 — the bridge. On each half-cycle two diodes conduct: one steers the live phase up to V+, the other returns the opposite phase to ground. Swap which two each half-cycle and the output polarity stays fixed.
  • C1 — the reservoir cap. The bridge output is bumpy (it pulses at twice the line frequency); C1 holds the voltage up between peaks. Bigger C → less ripple.

Exposes: ac1 / ac2 (the AC input, either way round) and vout / gnd (smoothed DC).

Each diode drops ~0.7 V, and two are always in the path — so Vout ≈ Vac_peak − 1.4 V. The cap is polarized: V+ must stay positive or it fails.

Exposed nets

ac1in · power
ac2in · power
voutout · power · 11–32 V
gndout · gnd

Inside this block

D1
1N4007
conducts on one half-cycle, steering current into V+
D2
1N4007
conducts the other phase into V+
D3
1N4007
returns the negative half-cycle to ground
D4
1N4007
returns the other phase to ground
C1
470uF
smooths the rectified pulses into steady DC (sets ripple)

Limits & gotchas

vac_in.max 30VDiodes are 1 A / 100 V parts; sustained AC above ~30 V eats into their reverse rating.
This page is generated from the block's source — the same content powers the editor's explanations and live checks.