Generate Pulse Width Modulation (PWM) Signal using 555 Timer IC

22,830 views

PWM (Pulse Width Modulation) is an essential feature of today’s microcontroller because of the need to control many devices in almost every field of Electronics. 555 Timer IC is a highly convenient and versatile IC that you can use in many applications. Here we will use a 555 timer IC for generating PWM.

Pulse Width Modulation is a digital signal most commonly used in control circuits. It sets this signal high (5V) and low (0V) within a predetermined time and speed. Signal remains high during the on-time and remains low during the off-time. 

ne555-timer-ic

Hardware Components

The following components are required to make PWM Generator Circuit

S.NoComponentValueQty
1.Breadboard1
2.Battery9v1
3.Connecting Wires1
4.ICNE555 Timer1
5.Potentiometer10k1
6.Resistors100 ohm,1k1, 1
7.Ceramic Capacitor 100nF1
8.LED5mm1
9.Multimeter1
10.Diode1N41482

555 IC Pinout

555 timer ic pinout

For a detailed description of pinout, dimension features, and specifications download the datasheet of 555 Timer

PWM Generator Circuit

PWM Generator Circuit_Diagram-Schematic

Working Explanation

We have applied a variable resistor in place of fixed resistors to change the duty cycle of the output signal. Charging a capacitor through diode D1 and discharging through diode D2 will generate a PWM signal on the output pin of the 555 timers.

Application

We use PWM for motor controlling, lighting control, etc. At times we do not use a microcontroller in our applications. If we desire to make PWM without a microcontroller, then we go for some general-purpose ICs like op-amp, timers, pulse generators, etc.

3 thoughts on “Generate Pulse Width Modulation (PWM) Signal using 555 Timer IC”

Comments are closed.