NapkinCalc

Electronics 1 — Filters & Op-Amps

Sizing a real part: the LED resistor

continues from lesson 3 — values defined earlier in the course stay live here

Every LED needs a resistor or it dies — the resistor absorbs the difference between supply and the LED's fixed ~2 V drop, at a current you choose:

Vcc:=5VV_{cc} := 5 V = 5 V supply
Vled:=2VV_{led} := 2 V = 2 V red LED forward drop
Iled:=15e3AI_{led} := 15e-3 A = 0.015 A bright but safe
Rled=VccVledIledR_{led} = \frac{V_{cc} - V_{led}}{I_{led}} = 200 ohm = 200 Ω — use the next standard value up
✓ pass (VccVled)Iled<0.25W(V_{cc} - V_{led}) * I_{led} < 0.25 W a quarter-watt resistor survives

Where next: AC Motors — and then Power Systems, where these signal-level ideas scale up to kilovolts.