Site icon Circuit Ideas for You

Adjustable DC Motor Speed Controller Circuit

Adjustable DC Motor Speed Controller Circuit with Reverse Forward Facility discusses about how to make one simple circuit to control DC motor speed and direction.

It uses one popular chip called IC 555 and one special switch.

We can change motor speed by turning one knob which controls power and send to motor using PWM.

Also we can make motor go forward or backward by pressing a switch.

This article also give some formula to help understand how it work but we should not be number expert to make it.

WARNING: Making circuit with motor can be dangerous.

Please do this only if trained person is near and watching.

What is a Adjustable DC Motor Speed Controller Circuit with Reverse Forward Facility:

This circuit is to control DC motor speed and also to change direction form forward or reverse.

It uses simple electronic parts and this type of circuit is useful when we need to control motor speed and direction very exact like in robot or small electric car.

Components Functions:

IC 555 is set to make PWM signal.

It work in astable mode to give square wave all the time.

Two diodes are connected to control how fast timing capacitor charges and discharges.

PWM output can be change by adjusting this.

One potentiometer is used to change charge and discharge time of capacitor.

This help to change PWM duty cycle so we can control speed of DC motor.

One transistor is used to make PWM signal strong from IC 555.

It work like a switch to control current going to motor.

How the Circuit Works:

Parts List:

CategoryComponentQuantity
Resistors1k 1/4W CFR1
33Ω 1/4W CFR1
1W 1Ω1
Potentiometer 47k1
CapacitorsPPC 0.1µF1
PPC 0.01µF1
SemiconductorsDiode 1N54021
Diode 1N41482
IC 5551
Transistor TIP1221
Switch DPDT 10 amp1

The 555 IC is set in astable mode to make square wave signal again and again.

Diodes and one potentiometer can change how fast capacitor charges and discharges.

This make PWM signal at 555 output pin.

User can turn potentiometer to change duty cycle of PWM.

When duty cycle changes, motor speed also changes.

PWM signal from 555 connects to base of one transistor.

Transistor make signal strong and work like switch for DC motor.

One DPDT switch is used to change motor direction.

By changing switch side, motor goes forward or backward.

Formulas:

Frequency of 555 Timer (f):

f = 1.44 / (R1 + 2 * R2) * C

where:

Duty Cycle (D) of PWM Signal:

D = R2 / (R1 + 2 * R2)

where:

What is PWM Duty Cycle?

PWM means Pulse Width Modulation which shows how long signal stay ON in one cycle.

It is given in percent like 0% to 100%.

Role of Resistor:

Resistors help make PWM signal.

In some circuits resistors do not change duty cycle directly.

But in this formula it can help:

D = R2 / (R1 + 2 * R2)

they do change duty cycle.

PWM is used with microcontroller, comparator and timers to control duty cycle.

Charge Time (t1) of Capacitor:

t1 = 0.693 * (R1 + R2) * C

where:

Discharge Time (t2) of Capacitor:

t2 = 0.693 * R2 * C

where:

Total Time (T) of One Cycle:

T = t1 + t2

where:

This total cycle time depends on values of R1, R2 and C.

This formula is good for simple calculation and for complex circuit we need more advanced method.

How to Build:

To build a Adjustable DC Motor Speed Controller Circuit follow the below mentioned steps:

DPDT Switch Connection:

Power Supply:

Operation:

Testing:

References:

Motor controller

Datasheet TIP122

Exit mobile version