Home Back

Overview of the 555 Integrated Circuit

Introduction

pinoutThe 555 timer IC is a simple 8 pin DIL package IC.

It can be used as a monostable, be used as an astable, source or sink current of at least 100mA which is significantly more than the logic gates or other digital ICs and use supply voltages of 5v to 15v making it very versatile. However, it can also disrupt the power supply when the output changes state and so it is sometimes necessary to use a decoupling capacitor.


Using the 555 as a buffer

bufferA buffer circuit allows an input circuit to be connected to an output circuit, it is like an interface between one circuit and another. The buffer circuit requires very little input current can supply a significant output current.

The 555 can supply in excess of 100mA of current and so can be used as a convenient buffer for logic gates which cannot supply much current. The 555 can also 'sink' a similar amount of current.

As shown in the diagram, The circuit acts like an inverter or NOT gate. When the input is held LOW, the output is HIGH and will provide (source) current. When the input is held HIGH, the output is LOW and will sink current.


Using the 555 as a monostable

monostableThe 555 can be used as a monostable using the circuit shown.

The output is normally LOW but will go HIGH for a short length of time depending on the values of the other components. R and C determine the time period of the output pulse. The input is normally HIGH and goes LOW to trigger the output (falling edge triggered). The length of the input pulse must be less than the length of the output pulse

The equation to work out the time period is: T = 1.1xRxC where T is in seconds, R is in ohms and C is in Farads

The minimum value of R should be about 1kΩ to avoid too much current flowing into the 555. The maximum value of R should be about 1MΩ so that enough current can flow into the input of the 555 and there is also current to allow for the electrolytic capacitors leakage current. The minimum value of C should be about 100pF to avoid the timing equation being too far off and the maximum value of C should be about 1000µF as any bigger and the capacitors will discharge too much current through the chip

These maximum and minimum values give a minimum period of 0.1 µs and a maximum period of 1000s

The 47µF capacitor shown decouples the power supply which means it helps to stop the 555 IC affecting other parts of the same circuit when the output changes.


Using the 555 as an astable

astableThe 555 can be used as an astable using the circuit shown

The output will oscillate between HIGH and LOW continuously - the circuit is not stable in any state. Ra, Rb and C determine the time period of the output. The reset, pin 4, must be held HIGH for the circuit to oscillate. If pin 4 is held LOW then the output remains LOW. Pin 4 can be used to turn the astable 'on' and 'off' in effect.

The equation to work out the time period is T = 0.7( Ra + 2Rb)C where T is in seconds, R is in ohms and C is in Farads

As with the monostable the minimum value of Ra should be about 1kΩ to avoid too much current flowing into the 555. The maximum value of Ra or Rb should be about 1MΩ so that enough current can flow into the input of the 555 and there is also current to allow for the electrolytic capacitors leakage current. The minimum value of C should be around 100pF to avoid the timing equation being too far off. The maximum value of C should be about 1000µF as any bigger capacitors will discharge too much current through the chip. These maximum and minimum values give a minimum frequency of 0.001Hz and a maximum frequency of 4.8MHz (in reality it would not be able to attain these frequencies).

Considering the oscillations in more detail, the output is controlled by the charging and discharging of the capacitor. The capacitor charges through Ra and Rb but discharges through the discharge pin (pin 7) and thus only through Rb. The time that the capacitor takes to charge or discharge is given as T = 0.7RC. Thus the charge time is 0.7(Ra + Rb)C and the discharge time is 0.7RbC giving a total time of 0.7(Ra + Rb)C + 0.7RbC = 0.7(Ra + 2Rb)C. The time the output is high (mark) is thus always longer than the time the output is low (space). The 555 astable cannot produce a square wave!


Operation of the 555

schematicIt is not necessary to know how the 555 works. In fact a systems approach to electronics would never consider how any such sub-block works. However, a knowledge of how the 555 functions is useful. A much simplified block diagram of the 555 timer is shown.