555 timer ic

a tiny timing chip that can beep, blink, and gate. two classic modes: astable (square-wave) and monostable (one-shot).

pinout (NE555): 1-gnd, 2-trig, 3-out, 4-reset, 5-ctrl, 6-thresh, 7-disch, 8-vcc.

astable (free-running oscillator)

use two resistors (R1, R2) and a capacitor C. standard topology (no diode):

example: R1 = 1 kΩ, R2 = 10 kΩ, C = 10 µF → f ≈ 6.9 Hz (cute blink).

555 vcc gnd R1 R2 C out

astable with ≈50% duty (diode trick)

add a diode in parallel with R2 so the capacitor charges through R1 only (via the diode) and discharges through R2. orient the diode so it conducts from the R1 side toward the capacitor node (cathode/stripe toward pins 2/6).

555 vcc gnd VCC R1 R2 0V 2/6 diode (stripe → 2/6) out

tip: a Schottky diode (e.g., 1N5819) gives a smaller forward drop; then pick R1 ≈ R2 for ≈50% duty.

monostable (one-shot)

press a button to trigger a single pulse.

wiring tips