Monday 5 December 2016

555 timer - how its works - simple and easy tutorial

555 timer



PinNamePurpose
1GNDGround reference voltage, low level (0 V)
2TRIGOutput of the timer totally depends upon the amplitude of the external trigger voltage applied to this pin.
3OUTThis output is driven to approximately 1.7 V below +VCC, or to GND.
4RESETA timing interval may be reset by driving this input to GND, but the timing does not begin again until RESET rises above approximately 0.7 volts. Overrides TRIG which overrides THR.
5CTRLProvides "control" access to the internal voltage divider (by default, 2/3 VCC).
6THRThe timing (OUT high) interval ends when the voltage at THR ("threshold") is greater than that at CTRL (2/3 VCC if CTRL is open).
7DISOpen collector output which may discharge a capacitor between intervals. In phase with output.
8VCCPositive supply voltage, which is usually between 3 and 15 V depending on the variation.

The IC 555 has three operating modes:

  1. Bistable mode or Schmitt trigger – the 555 can operate as a flip-flop, if the DIS pin is not connected and no capacitor is used. Uses include bounce-free latched switches.
  2. Monostable mode – in this mode, the 555 functions as a "one-shot" pulse generator. Applications include timers, missing pulse detection, bounce-free switches, touch switches, frequency divider, capacitance measurement, pulse-width modulation (PWM) and so on.
  3. Astable (free-running) mode – the 555 can operate as an electronic oscillator. Uses include LED and lamp flashers, pulse generation, logic clocks, tone generation, security alarms, pulse position modulation and so on. The 555 can be used as a simple ADC, converting an analog value to a pulse length (e.g., selecting a thermistor as timing resistor allows the use of the 555 in a temperature sensor and the period of the output pulse is determined by the temperature). The use of a microprocessor-based circuit can then convert the pulse period to temperature, linearize it and even provide calibration means.



Bistable Mode :



circuit diagram for bistable mode





The 555 timer in bistable mode is also known as a flip-flop circuit. A flip-flop circuit alternates between two stable states, in this case the output of electrical current from the output pin. This is a fairly basic 555 timer circuit and unlike monostable mode and astable mode, it does not depend on a resistor and capacitor to set the timing of the circuit. In fact there is no timing in this circuit. There are only two stable states (on and off) controlled directly by the trigger pin and reset pin.


monostable mode:

circuit diagram



This is the circuit diagram of 555 Timer wired in Monostable mode. 8th pin and 1st pin of the 555 timer are used to given power Vcc and Ground respectively. 4th pin is the Reset pin of 555 Timer, which is active low so it is connected to Vcc to avoid accidental resets. 5th pin is the Control Voltage pin used to provide external reference voltage to internal comparators. Since it is not used here, it is grounded via a capacitor C’ (0.01µF) to avoid high frequency noises. When a negative trigger is applied on the Trigger input of 555, output goes high and capacitor starts charging through resistor R. When the capacitor voltage becomes greater than 2/3 Vcc, ouput goes low and capacitor starts discharging through the Discharge pin of 555 Timer. Time period of the unstable state is given the tye expression, T = 1.1RC.


Astable mode :
circuit diagram



The astable configuration, with two resistors, cannot produce a 50% duty cycle. To produce a 50% duty cycle, eliminate R1, disconnect pin 7 and connect the supply end of R2 to pin 3, the output pin. This circuit is similar to using an inverter gate as an oscillator, but with fewer components than the astable configuration, and a much higher power output than a TTL or CMOS gate. The duty cycle for either the 555 or inverter-gate timer will not be precisely 50% due to the fact the timing network is supplied from the devices output pin, which has different internal resistances depending on whether it is in the high or low state (high side drivers tend to be more resistive).it will create 0 and 1's pulse rate as output.

No comments:

Post a Comment