PWM Generator Kit Instructions

PWM Generator Kit Instructions

Table of Contents

Introduction

What Is Pulse Width Modulation (PWM)?

Pulse width modulation involves taking a square wave and changing the duty cycle of the wave to convey information. But this explanation is too complex for those who do not know what PWM actually is or have never used PWM signals. So let’s start with the basics, the duty cycle!

The graph below shows a square wave with a frequency of f (the actual value does not matter). Two times are shown, Ton and Toff. Ton is the time for which the wave is at its maximum and Toff is the time for which the wave is at its minimum. The time period, t, of the wave is Ton + Toff.

Now the frequency is determined by the time period so therefore the frequency is also dependent on the Ton and Toff values. But realise one thing, the frequency is determined by the sum of Toff and Ton and NOT the individual values.

This means that the frequency can be kept the same BUT the values of Ton and Toff can be changed. This is the basics of PWM and now a new term comes to play, duty cycle!

Schematic

Simulation

How Does The PWM Generator Work?

The Main Components

The core of the PWM Generator is a triangle wave generator which is fed into a comparator as shown in the simplified diagram below.

The potentiometer sets the PWM duty cycle by feeding a voltage into the positive pin of the comparator while the triangle oscillator provides the comparative voltage to create a square wave. This can be seen in the graph below more clearly.

How The Potentiometer Adjusts The PWM Frequency

In the graph above, the red line represents the voltage being created by the potentiometer RV1, and after a few seconds the potentiometer is turned to output a lower voltage (as shown by the drop in the red line). This lower voltage from the potentiometer output will result in a smaller duty cycle.

If the triangle wave is larger than the potentiometer voltage the comparator outputs a low voltage. This is because V- is larger than V+. If the triangle wave is smaller than the potentiometer voltage then the comparator will output a high voltage because V+ is larger than V-. That’s it! Nothing else to it!

The PWM Generator not only has a potentiometer to adjust the duty cycle but also has a second potentiometer to adjust the frequency (RV2). Adjusting the frequency potentiometer changes the frequency of the triangle generator and thus changes the output frequency of the PWM signal.

Component List

ComponentPCB ReferenceQuantityLooks Like
8 DIP SocketU1, U21
LM358 Dual Op-AmpU1, U21
100nF CapacitorC1, C2, C33
47K ResistorR21
100K ResistorR1, R3, R43
100K PotentiometerRV1, RV22
Red WireVCC1
Blue WirePWM OUT1
Black WireGND2

PCB

Project Ideas

Motor Speed Controller

One excellent use for PWM signals is controlling motors without using linear devices (such as voltage regulators and transistors in their active region). Not only does the PWM signal result in an average voltage output (which directly adjusts the speed of the motor), but the fast switching reduces energy losses in the switching device (such as a large MOSFET).

Motors almost always use a speed controller, and they use PWM!

LED Brightness Controller

Just as PWM signals can be used to adjust the speed of a motor, they can also be used to adjust the brightness of an LED by turning an LED on and off quickly. If an output switching transistor is used to provide power to LEDs, the PWM signal will adjust the LED brightness, and just like in the motor controller the switching device will experience very little energy waste.

LEDs can easily be controlled by PWM for brightness control

Basic Synthesiser

PWM signals are not only excellent for controlling power to devices, but they also produce some interesting sounds. We all know what a square wave sounds like (anyone who has used an ancient games console will know this sound), but PWM square waves have an interesting saw-tooth-like component to them. If this kit replaces RV1 with an external exponential converter (Google this and 1V/Octave Keyboards), you can make a pretty snazzy sound system!

Use the PWM Generator to create interesting sounds

Construction Tips

Electronics Construction Guide

To learn more about how to solder electronic components, download the Electronics Construction Manual free using the button below

Component Order

Solder the components in this order to keep things simple

  1. Resistors
  2. IC Sockets
  3. Capacitors
  4. Potentiometer
  5. Wires
 

Double-check your components BEFORE soldering!

  • MitchElectronics kits use double-sided PCBs with plated through-holes
  • This makes the PCBs extremely strong
  • It also makes desoldering very hard, so be sure components are inserted correctly

Final Thoughts

Here are some ideas that you can try with your PWM Generator Kit

  • If combined with a few external circuits, this can be converted into a basic switch-mode power supply! We won’t tell you how, but a hint is to think about how you can use negative feedback from the output 😉
  • Connecting a resistor ladder network to the input can turn this PWM generator into a digitally-controlled PWM source
  • You can use this kit to control micro servos commonly found in RC projects. They require a pulsed input, but these are PWM signals representing analogue values!