The 555 Timer IC
One of the most-produced chips in history — an 8-pin IC that can blink lights, generate tones, or create precise delays with almost no other parts.
The 555 timer has been in continuous production since 1971, and for good reason: with just a resistor or two and a capacitor around it, this single 8-pin chip can do jobs that would otherwise take a handful of transistors and careful design. It's sold under many manufacturer names (NE555, LM555, TLC555) but they're all pin-compatible and work the same way.
Inside, the 555 combines a couple of voltage comparators, a flip-flop, and a transistor, all pre-wired so you don't have to design that logic yourself. You mainly interact with three of its eight pins:
- Threshold & Trigger — watch the voltage across an external capacitor and decide when to flip the output.
- Output — swings between near-0V and near-supply-voltage, strong enough to directly drive an LED or a small speaker.
- Discharge — connects to ground internally to drain the timing capacitor and restart the cycle.
The two most common setups are astable mode, where the chip free-runs and continuously flips its output on and off — perfect for blinking an LED or generating a tone — and monostable mode, where a trigger pulse produces one single, precisely-timed output pulse, useful for things like a timed delay or a "stays on for 10 seconds" button.
The timing in both modes is set entirely by the resistor and capacitor values you choose around the chip — bigger resistors or capacitors mean slower timing. This is the same RC relationship you'll dig into properly in Lesson 26.