Skip to main content

555 Timer

Pin Configuration

Pin Number
Pin Name
Description
1
Ground
Ground Reference Voltage 0V
2
Trigger
Responsible for transition of the flip-flop from set to reset. The output of the timer depends 2 I on the amplitude of the external trigger pulse applied to this pin
3
Output
This pin is normally connected to load as it is the only pin with output driven waveform
4
Reset
Negative pulse applied to this pin to disable or reset the timer. When not used for reset 4 I purposes, it should be connected to VCC to avoid false triggering
5
Control
Controls the threshold and trigger levels. It determines the pulse width of the output 5 Voltage I waveform. An external voltage applied to this pin can also be used to modulate the output waveform
6
Threshold
Compares the voltage applied to the terminal with a reference voltage of 2/3 Vcc. The 6 I amplitude of voltage applied to this terminal is responsible for the set state of the flip-flop
7
Discharge
Open collector output which discharges a capacitor between intervals (in phase with output). 7 I It toggles the output from high to low when voltage reaches 2/3 of the supply voltage
8
Vcc
Supply Voltage (Typical = 5V, Maximum = 18V)

555 Timer IC Features

  • Typical operating voltage is +5V, can withstand a maximum of +18V.
  • The source/sink current of the output pin is 200mA
  • Consumes up to 3mA when operating at +5V
  • Trigger Voltage is 1.67 when operating at +5V
  • Operating Temperature is 70 degree Celsius.
  • Available in 8-pin PDIP, SOIC, and VSSOP packages
Note: The above values are mentioned for PDIP package, Complete Technical Details can be found at the datasheet given at the end of this page.

555 Timer IC Equivalent

LM556, NE556

Brief Description on 555 Timers

555 Timer IC is the most commonly used ICs for timing and Pulse generation applications. They can adopt itself into various applications due to its different operating modes. They are very simple to understand if we take a look at the components present inside as shown below
555 Timer Internal Structure
There are three resistors of value 5K, which gives this IC it’s iconic name “555 Timer”. It has dual comparators and flip-flop which will make this IC operated in three different modes such as Astable, Monostable and Bistable(Schimitt) Mode.  

Astable Mode:
In this mode a square wave is produced at the output pin. This wave is usually used to turn ON and OFF a load at specific intervals like, blinking a LED. This mode is also used to generate clock pulse signals for digital IC’s. The ON time (T1) and OFF time (T2) of the wave can be controlled by the Resistors (RA, RB) and Capacitor (C) shown in below figure
555 Timer Astable Mode

Monostable Mode:
In Monostable mode a pulse of pre-defined length is produced when a trigger button is pressed. The output pin stays low until the button is pressed and once pressed it remains high for a period of time decided by the value of resistor (RA) and Capacitor (C) shown in the below circuit.
555 Timer Monostable Mode

Bi-Stable Mode:
The Bi-stable mode is also called as Schmitt Trigger Mode. This mode is used when a load has to be turned on and off using a push button. This mode does not have major practical importance hence it is rarely used.

Applications

  • Time Delay Generation
  • Pulse Width Modulation
  • Pulse generation
  • Precision Timing
  • Sequential Timing circuits

Comments

Popular posts from this blog

Voltage booster from 1.5 to 12 volt

Lighting up 12 volt LED strip with 1.5 volt battery This is a simple voltage booster circuit. It can increase the voltage of a power source by changing the constant low voltage signal into a series of rapid pulses at a higher voltage. You most commonly see this kind of circuit used to power LEDs with a “dead” battery, but there are many more potential applications for a circuit like this. Any NPN transistor like BC547 1K Resistor 12 Volt LED strip Enamel coated Copper wire preferable SW32 Ferite Ring You can source Ferite ring from dead CFL Bulb Please check out below demo Background: How Does a it Work? This circuit is a self-oscillating voltage booster. It takes a steady low voltage signal and converts it into a series of high frequency pulses at a higher voltage.  Here is how a basic it works, step by step: 1. Initially the transistor is off. 2. A small amount of electricity goes through the resistor and the first coil to ...

Coupling

AC Coupling : AC coupling consists of using a capacitor to filter out the DC signal component from a signal with both AC and DC components. The capacitor must be in series with the signal. AC coupling is useful because the DC component of a signal acts as a voltage offset, and removing it from the signal can increase the resolution of signal measurements. AC coupling is also known as capacitive coupling. DC Coupling:  DC coupling allows both AC and DC signals to pass through a connection. When using DC coupling, no additional capacitor is added to filter the signal. The DC-coupled configuration is usually best if the signal source has only small amounts of offset voltage, less than ±100 mV, or if the DC content of the acquired signal is important. Download Excel Simulator

Sample Calculations

NPNs need current to turn them on - 1st transistor is used to drive higher current into the 2nd. Voltage drop across the 2nd transistor collector-emitter is pretty high, 2 to 4V depending on current. N-channel MOSFET is driven by voltage level instead, needs very little current. Voltage drop across drain-source is dependent on the Rds of the device and the current flow. Rds can be very low, like 0.030 ohm, so for 360 LEDs, arranged in 90 parallel strings of 4 LEDs in series, drawing 20mA/string, so 90 * 0.02 = 1.8A, the voltage drop across the MOSFET would be 1.8A * 0.03ohn = 0.054V http://aosmd.com/res/data_sheets/AOI516.pdf This might allow strings of 5 LEDs from 12V even, reducing your current draw even more - 360/5 = 72 * 0.02 = 1.44A. Power dissipated = Current * Voltage So for TIP120, 1.8A * 2V = 3.6W, gonna need heatsinking. For a MOSFET, 1.8 * 0.054 = 0.09W,  heat sink likely not needed. MOSFET, want to  switch voltage levels quickly, so go from high resi...