Electricity6 hours total2.5 h on the project

Diodes, LEDs and Rectification

Use the diode's non-linear behaviour deliberately: rectify, clamp, steer, protect and drop voltage, and choose between silicon, Schottky, Zener and TVS with reasons.

Learning material0/17
Project0/11
Competence checklist0/6

Two ways in. Work the material, or if you already know this, go straight to the project and prove it.

How this skill is structured

  1. 1. Concepts — the ideas stated plainly, with the equations worth memorising.
  2. 2. Worked example — one real problem solved end to end, numbers included.
  3. 3. Tool demonstration — do the thing in a real open-source tool.
  4. 4. Resources — the specific free readings and videos, and what part of each to use.
  5. 5. Project — built alone, producing something a reviewer can check.
  6. 6. Competence checklist — what you must be able to do. This is also the audit rubric.

1. Concepts

Read these first. Tick each one when you could explain it to someone else without notes.

0/6

2. Worked example

Sizing a reservoir capacitor for a bridge rectifier

ProblemA 12 V RMS transformer secondary feeds a bridge rectifier and a reservoir capacitor, supplying 500 mA to a 9 V linear regulator that needs at least 11 V at its input. Mains is 50 Hz. Choose the capacitor.

  1. 1
    Peak secondary voltage: 12 V RMS x sqrt(2) = 17.0 V.
  2. 2
    A bridge puts two diode drops in the path: 17.0 - 2 x 0.8 = 15.4 V peak at the capacitor (using 0.8 V for a bridge diode at 500 mA, not 0.7 V).
  3. 3
    The regulator needs 11 V minimum, so the allowed ripple is 15.4 - 11.0 = 4.4 V peak-to-peak. Use 3 V to leave margin for low mains.
  4. 4
    A full-wave bridge recharges the cap twice per mains cycle, so the discharge interval t = 1/(2 x 50) = 10 ms.
  5. 5
    C = I x t / V_ripple = 0.5 x 0.010 / 3 = 1667 uF.
  6. 6
    Round up to a standard 2200 uF. Actual ripple = 0.5 x 0.010 / 2200e-6 = 2.3 V.
  7. 7
    Voltage rating: peak is 17 V with no load and can be higher at +10% mains, so 17 x 1.1 = 18.7 V. Choose a 35 V electrolytic, not a 25 V one.
  8. 8
    Now check ripple current, which is what actually kills electrolytics: the cap only conducts in short charging pulses, so RMS ripple current is roughly 1.5 to 2x the DC load, i.e. about 1 A RMS. The chosen part must have an Irms rating above that at 100 Hz.

Answer2200 uF, 35 V, ripple-current rating >= 1 A at 100 Hz. Resulting ripple 2.3 Vpp, minimum input to the regulator 13.1 V.

3. Tool demonstration

Build the bridge rectifier from the worked example and measure the ripple you predicted.

0/7

Tool: ngspice - rectifier transient

4. Resources

Free and, wherever possible, openly licensed. The note tells you which part to actually use — do not read them cover to cover.

0/4

5. Project — build this on your own

About 2.5 hours. This is the artifact that proves the skill. Work it without a walkthrough.

0/11

Design the front end of a small 12 V DC-input board: reverse-polarity protection, transient protection, a power-path OR between a 12 V jack and a 9 V battery, and a status LED. Every part is specified from a real datasheet.

Deliverables

Acceptance criteria — how you know it is good enough

If you want to push further

  • Add inrush current limiting with an NTC or a soft-start P-FET and calculate the peak current into the input capacitance without it.
  • Model the TVS clamping action against a simulated 100 V, 1 us transient and check the clamp voltage.

6. Competence checklist

Tick these honestly. If you are auditing this skill, this is your rubric — you should be able to demonstrate every line from the project you just built.

0/6
Tick every line above first — 6 remaining.