astable
Having multiple states, none of which is stable.
astable: a circuit that never settles down
An astable circuit is an electronic oscillator that has no stable equilibrium state. Unlike a bistable circuit, which sits contentedly in one of two states until forced to switch, an astable circuit continuously toggles between its output conditions on its own, without any external trigger. It oscillates freely, generating a stream of pulses at a frequency determined by its component values.
The classic astable is built from two cross-coupled inverting gates or transistor stages. Each output drives the input of the other through a capacitor and resistor network. When power is applied, tiny asymmetries in the circuit cause one stage to turn on while the other turns off. The capacitors then charge through the resistors until the voltage at each input crosses its switching threshold, at which point the states flip. This cycle repeats continuously. The frequency depends on the RC time constants: larger capacitors or resistors slow the oscillation; smaller values speed it up.
The 555 timer integrated circuit, released in 1972, became the standard workhorse for generating astable waveforms. Its internal comparators and flip-flop are configured so that two external resistors and one capacitor set the frequency and duty cycle. A typical 555 astable with 1 kilohm resistors and a 0.1 microfarad capacitor produces oscillations in the kilohertz range. The duty cycle (the ratio of on-time to total period) is always greater than 50 percent because the capacitor charges through two resistors but discharges through only one, a constraint that matters when a 50/50 square wave is needed.
Where astables sit in the circuit
Astable circuits drive clock signals, generate test tones, flash lights, time relay pulses, and trigger sampling in analog-to-digital converters. They appear in everything from electronic metronomes to industrial timing controllers. The output frequency remains relatively stable if power supply voltage is held constant, though variations in temperature and component tolerances will shift the frequency by several percent. Precision astables use matched resistor pairs and temperature-compensated designs to hold frequency drift within narrow bounds.
The term astable comes from the Greek prefix meaning 'without' plus stable, reflecting the physics: the circuit state cannot rest. This contrasts with monostable circuits, which have one stable state and produce a single pulse when triggered, and bistable circuits, which have two stable states and require external pulses to switch between them. Understanding this taxonomy is essential for choosing the right timing architecture for a given control task.