⚡ Spark Academy53 lessons

The 555 Timer

Twenty-five transistors, eight pins, fifty years of blinking, beeping and timing — meet the chip you'll build with.

lesson 3 of 3 in this unit

Builds on: 2.3 Capacitors & the RC Time Constant2.2 Voltage Dividers3.2 Transistors

A chip you can actually understand

Designed by Hans Camenzind in 1971, the 555 timer is the best-selling chip of all time — billions made every year, half a century on. Inside are just ~25 transistors implementing three things you already know:

  • A voltage divider — three internal 5 kΩ resistors (often said, a little apocryphally, to be the origin of the name) — creating two reference levels: ⅓ Vcc and ⅔ Vcc.
  • Two comparators watching pins 2 and 6 against those references, flipping an internal memory (a flip-flop) that drives the output pin 3.
  • A discharge transistor on pin 7 that can drain an external capacitor on command.
5551GND2TRIG3OUT4RESET8VCC7DISCH6THRESH5CTRLnotch marks pin 1 side ⟶
The 555 in its 8-pin DIP package, viewed from above. Pin 1 is the first pin counter-clockwise from the notch — bottom-left here.

Astable mode: the electronic heartbeat

Wire R1 from Vcc to pin 7, R2 from pin 7 down to the capacitor, and the capacitor to ground, with pins 2 and 6 watching the capacitor. Now trace one cycle:

  1. Charge: output HIGH, discharge transistor off. C charges through R1 + R2, its voltage climbing your Lesson 2.3 curve.
  2. Trip high: C reaches ⅔ Vcc → the threshold comparator flips the flip-flop. Output snaps LOW, pin 7 switches on.
  3. Discharge: C drains through R2 only into pin 7, sliding back down the curve.
  4. Trip low: C hits ⅓ Vcc → the trigger comparator flips everything back. Output HIGH, and the cycle repeats — forever.
t_high = 0.693·(R1+R2)·C · t_low = 0.693·R2·Cf = 1.44 / ((R1 + 2·R2)·C) · the capacitor ping-pongs between ⅓ and ⅔ Vcc

Every piece of this you have already mastered: the RC curve sets the pace (Lesson 2.3), a divider defines the thresholds (Lesson 2.2), a transistor does the draining (Lesson 3.2), and Ohm’s law picks the part values (Lesson 1.2). The 555 just packages the loop.

Same chip, endless tricks

Slow it to ~1.5 Hz and you have your capstone blinker. Speed it to 440 Hz on a piezo and it plays an A. One-shot (“monostable”) wiring gives timed pulses — toasters, game-show buzzers, windshield-wiper delays. All from R, C and two thresholds.

⚡ Lab — The Astable Heartbeat

A full 555 astable on the scope: capacitor voltage in cyan ping-ponging between the ⅓ and ⅔ lines, output in amber, LED blinking along.

  • Start with R1 = 1 k, R2 = 47 k, C = 10 µF — your exact capstone values. Note f ≈ 1.5 Hz.
  • Grow C to 100 µF: ten times slower. Shrink R2: faster — but the duty cycle heads toward 100%. Grow R2 to approach 50%… why?
  • At faster settings the sim slows the display so you can still see the shape (your eye couldn’t).
1 kΩ
47 kΩ
10 µF
f = 1.44 / ((R1 + 2·R2) · C)
1.5 Hz
Why duty > 50%
C charges through R1+R2 but discharges through R2 only

Check your understanding

Q1. In astable mode, the capacitor voltage oscillates between…

Q2. With R1 = 1 kΩ, R2 = 47 kΩ, C = 10 µF, the frequency f = 1.44/((R1+2R2)C) is about…

Q3. The output of a 555 appears on pin…

Q4. Why is the astable's HIGH time always longer than its LOW time?