555
The 555 timer IC is a timer created by Signetics (Philips, aka NXP).
There are many variations of the 555 timer IC. The most common is the NE* variation, which is the original version of the 555.
Pinout
The pinout of the 555 looks like so:
By Inductiveload - Own work, Public Domain, https://commons.wikimedia.org/w/index.php?curid=7102271
- GND: ground, or reference voltage.
- TRIG: trigger pin. When voltage on TRIG falls below 1/3 VCC, OUT will go to a high state and will remain in that high state so as long as TRIG stays at that low voltage.
- OUT: output pin that outputs the signal generated by the timer, where the signal switches between VCC voltage and GND voltage.
- RESET: when the reset pin is pulled low, the timer resets. If this is unused, it should be connected to VCC.
- CTRL: control voltage pin that provides access to the internal voltage divider. By applying an external CTRL voltage, one can change the width of the OUT signal. If CTRL is unused, it should be connected to GND with a 10 nF capacitor.
- THR: threshold voltage pin. When THR > 2/3 VCC, OUT goes from a high to a low state.
- DIS: discharge to GND pin for the external timing capacitor during the discharge phase of the timing cycle.
- VCC: input voltage. For NE555 timers, this is defined as anywhere from 4.5 V to 16 V.
Operating Modes
The 555 has 3 primary operating modes:
- Astable
- Monostable
- Bistable
Astable
In astable mode, the 555 operates as a rectangle wave oscillator.
Note that , , and should be chosen such that they generate the desired high and low times:
These equations can be extended to calculate the period , frequency , and duty cycle in terms of and :
For example, the following rectangle waves are generated when , , and :
When , , and :
When , , and :
Monostable
In monostable mode, the 555 operates as a one-shot pulse generator.
Note that the values of and should be chosen such that . will be the output pulse width in units of seconds.
Under an oscilloscope, with and , the circuit shown generates the following pulse width:
For contrast, when and , then the following pulse width is generated instead:
Bistable
In bistable mode, the 555 operates as a set-reset latch.
Note that the resistor values in the schematic shown were chosen arbitrarily.