0% found this document useful (0 votes)
32 views10 pages

H-Bridge Motor Control Using Power MOSFETS

The document discusses H-Bridge motor control using power MOSFETs, recommending the use of newer MOSFET models like IRFZ44N and IRF4905 for better performance. It explains the basic operation of H-bridges, including motor direction control and the importance of avoiding shoot-through conditions. Additionally, it provides insights into circuit design, including the use of opto-couplers for electrical isolation and various configurations for controlling motor speed and direction.

Uploaded by

keerthick vaasan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views10 pages

H-Bridge Motor Control Using Power MOSFETS

The document discusses H-Bridge motor control using power MOSFETs, recommending the use of newer MOSFET models like IRFZ44N and IRF4905 for better performance. It explains the basic operation of H-bridges, including motor direction control and the importance of avoiding shoot-through conditions. Additionally, it provides insights into circuit design, including the use of opto-couplers for electrical isolation and various configurations for controlling motor speed and direction.

Uploaded by

keerthick vaasan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

H-Bridge Motor Control Using Power MOSFETS https://www.bristolwatch.com/ele/h_bridge.

htm

Figure 1 very basic H-bridge.

H-Bridge Motor Control with Power


MOSFETs
by Lewis Loflin

Update Dec. 2019. I no longer recommend using IRF630 n-channel and IRF9630
p-channel MOSFETs. These devices are dated and have a high turn on resistance or
rDS(on). This wastes power and the p-channel in particular runs hot.

Replace the IRF630 with the IRFZ44N. Replace the IRF9630 with the IRF4905. My
recent tests have proven these devices work far better. Their low on resistance
delivers more power to the motor.

See the following page for test results:

Test Power MOSFET Transistors, IGBTs Results, Observations.

• Related videos:
• Power MOSFET H-Bridge Update
• Build Power MOSFET H-Bridge for Arduino

1 of 10 12/3/21, 14:44
H-Bridge Motor Control Using Power MOSFETS https://www.bristolwatch.com/ele/h_bridge.htm

Any number of solid-state switches can be used for H-Bridges. This depends on
motor voltage and current that determines the H-Bridge construction. Here I
emphasize power MOSFETs.

It is just as easy to use combinations of MOSFETs, bipolar transistors, and even


insulated gate bipolar transistors.

The information below is 100% relevant today. Using the newer transistors the
operating voltage is 5V to 20V. The 20-volt limit is due to the Vgs (voltage gate-
source max) of the MOSFETs.

The newer material addresses these issues but is still based on material below. Go
through that first. MOSFETs can be connected in parallel for high power and lower
ON resistance.

All of this is addressed in the following videos and links at the bottom of the page.

Update Dec. 2019. Many micro-controllers today are using 3.3-volt Vcc. This is also
true of Raspberry Pi. I found two MOSFETs that work at 3.3-volts.

The IRFZ44N is an N-channel device rated at 55V and RDS(on) resistance of 0.032
Ohms max. The other is a P-channel device rated at 55V and a RDS(on) of 0.02
Ohms max.

See the following spec sheets:

• irfz44n.pdf
• irf4905.pdf

Also see Test Power MOSFET Transistors, Results, Observations

Permanent magnet DC motors have been around for many years and come in a
variety of sizes and voltages. Their direction of rotation is dependant upon the
polarity of the applied voltage. Reverse the voltage, the direction of rotation reverses.
One of the most common solid-state controls is known as the H-bridge.

In figure 1 we have a very basic H-bridge using two spring-loaded, single-pole,


double-throw switches. The normally closed (NC) contacts are grounded and
normally open (NO) contacts are connected to +12 volts. A DC motor is connected
between the two commons. In its normal state, both motor connections are grounded
through the switches. Both switches are spring loaded.

If we press SW1 the NC contact opens and the NO closes supplying +12 volts to one
side of the motor while the other side is still grounded through SW2. The motor will
spin at full speed say counter-clockwise. Release Sw1 and press SW2 and +12 volts
is supplied to the '+' side of the motor while the negative side is grounded through
SW1. The direction now is clockwise. Press both switches and both sides of the
motor will be at +12 volts and won't run.

• Basic Transistor Driver Circuits for Micro-Controllers

2 of 10 12/3/21, 14:44
H-Bridge Motor Control Using Power MOSFETS https://www.bristolwatch.com/ele/h_bridge.htm

• Opto-Isolated Transistor Drivers for Micro-Controllers

Figure 2 MOSFET H-Bridge with motor voltage isolation.

In Fig. 2 illustrates how the use of opto-couplers OC1 and OC2 allows electrical
isolation of motor voltage from the microcontroller circuits.

Figure 3 MOSFET H-Bridge with motor voltage common with control circuit.

Fig. 3 illustrates a common ground between microcontroller control circuits and the
h-bridge common ground.

3 of 10 12/3/21, 14:44
H-Bridge Motor Control Using Power MOSFETS https://www.bristolwatch.com/ele/h_bridge.htm

Figure 4 MOSFET H-Bridge control truth table.

This was based on a Toshiba TA8050P H-bridge. See the spec sheet ta8050p.pdf.

Figure 5 MOSFET H-Bridge motor control in break mode.

In break mode both sides of the motor are grounded through the lower N-channel
MOSFETs. Counter EMF from the motor motion acts to break the motor direction of
rotation..

Figure 6 MOSFET H-Bridge motor control clockwise rotation.

4 of 10 12/3/21, 14:44
H-Bridge Motor Control Using Power MOSFETS https://www.bristolwatch.com/ele/h_bridge.htm

When a HIGH turns on opto-coupler OC1, Q1 is turned off while Q3 is turned on.
This creates a current path for the motor through Q2 and Q3. The motor will rotate I'll
say clockwise.

Figure 7 MOSFET H-Bridge motor control counter-clockwise rotation.

Here we turned off opto-coupler OC1 (turns Q1 on and Q2 off) and turned on OC2.
This turns off Q3 and turns on Q4. Q1 and Q4 provide a current path for the motor,
but in the opposite direction for the current flow. This results in counter-clockwise or
reversal of rotation of the motor.

Figure 8 MOSFET H-Bridge motor control in stop mode.

Fig. 8 illustrates stop mode - the motor is simply turned off as Q2-Q4 are turned on
while Q1-Q3 are turned off.

5 of 10 12/3/21, 14:44
H-Bridge Motor Control Using Power MOSFETS https://www.bristolwatch.com/ele/h_bridge.htm

Figure 9 MOSFET H-Bridge motor control with shoot-through.

Now I'll address the problem of shoot through. This is a condition where a transistor,
let's say Q2, has not switched fully off as Q1 is switched on. This creates power
supply overload and possible damage to MOSFETs. I've used this circuit without
problem, but we can't ignore this problem.

This can be a particular risk with high speed motor direction change or using pulse-
width modulation to control motor speed.

Figure 10 MOSFET H-Bridge motor control with motor power on-off control.

Fig. 10 illustrates the use of a motor power switch to turn off a generic h-bridge
circuit. Based on the above schematics simply switch motor voltage off, change
direction, then motor voltage back on. That prevents any chance of shoot-trough. We
can also pulse-width modulate the switch to control motor speed.

6 of 10 12/3/21, 14:44
H-Bridge Motor Control Using Power MOSFETS https://www.bristolwatch.com/ele/h_bridge.htm

Figure 11

Fig. 11 illustrates a possible power switch circuit.

The circuit above: Design 10-Amp 2N3055 Based Power Switch

7 of 10 12/3/21, 14:44
H-Bridge Motor Control Using Power MOSFETS https://www.bristolwatch.com/ele/h_bridge.htm

Figure 12

Now I will address other issues.

I will be normal for the p-channel MOSFET to get hotter than the n-channel. This is
due to higher DS-on resistance of the p-channel.

Rb serves to discharges the gate-source circuit to turn off Q2. In the past I used a
10K resistor, it can be dropped to 1000 ohms. This can result in faster turn off.

The 1N914 diode across Rb suppresses any gate-source discharge noise with Rb.

Finally we can use a NPN transistor instead of an opto-coupler.

Another set of devices for H-bridge controls are photovoltaic opto-couplers and
insulated gate bipolar transistors.

• High Voltage IGBT H-Bridge Using Photovoltaic Optocouplers


• Arduino Controlled IR2110 Based H-Bridge HV Motor Control
• Power MOSFET H-Bridge Update
• Build Power MOSFET H-Bridge for Arduino

• CMOS circuits used with H-bridge controls:


• Pt. 1 Interfacing Microcontrollers to CMOS and MOSFET Circuits
• Pt. 2 Simplified CMOS-MOSFET H-Bridge Circuit
• Pt. 3 Tri-State H-Bridge using CD4093B CMOS Circuit

• Web Master
• Hobby Electronics
• E-Mail

• LM317 Adjustable Voltage current Boost Power Supply


• LM317 High Power Constant Current Source Circuit
• Constant Current Circuits with the LM334
• LM334 Constant Current Source with Resistive Sensors
• LM317 Constant Current Source Circuits
• Introduction Hall Effect Switches, Sensors, and Circuits
• Using Ratiometric Hall Effect Sensors
• Pulse Width Modulation Power Control for Microcontrollers
• Introduction to PIC12F683 Programming
• Basic Transistor Driver Circuits for Micro-Controllers
• Opto-Isolated Transistor Drivers for Micro-Controllers

• Introduction to Python Bitwise Operations
• Python Bitwise Operations by Example

• New Nov. 2014

8 of 10 12/3/21, 14:44
H-Bridge Motor Control Using Power MOSFETS https://www.bristolwatch.com/ele/h_bridge.htm

• Using the ULN2003A Transistor Array with Arduino YouTube


• ULN2003A Darlington Transistor Array with Circuit Examples

• Using the TIP120 & TIP120 Darlington Transistors with Arduino YouTube
• Tutorial Using TIP120 and TIP125 Power Darlington Transistors
• Driving 2N3055-MJ2955 Power Transistors with Darlington Transistors

• Using Power MOSFETS with Arduino YouTube
• N-Channel Power MOSFET Switching Tutorial
• P-Channel Power MOSFET Switch Tutorial

• Using PNP Bipolar Transistors with Arduino, PIC YouTube
• Using NPN Biploar Transistors with Arduino, PIC YouTube
• Understanding Bipolar Transistor Switches

• How to build a Transistor H-Bridge for Arduino, PIC YouTube
• Build a High Power Transistor H-Bridge Motor Control

• Build a Power MOSFET H-Bridge for Arduino, PIC YouTube
• H-Bridge Motor Control with Power MOSFETS
• More Power MOSFET H-Bridge Circuit Examples

• Basic Triacs and SCRs


• Constant Current Circuits with the LM334
• LM334 CCS Circuits with Thermistors, Photocells
• LM317 Constant Current Source Circuits
• TA8050P H-Bridge Motor Control
• All NPN Transistor H-Bridge Motor Control
• Basic Triacs and SCRs
• Comparator Theory Circuits Tutorial

• Constant Current Circuits with the LM334


• LM334 Constant Current Source with Resistive Sensors
• LM317 Constant Current Source Circuits
• Introduction Hall Effect Switches, Sensors, and Circuits
• Using Ratiometric Hall Effect Sensors
• Pulse Width Modulation Power Control for Microcontrollers
• Introduction to PIC12F683 Programming
• Basic Transistor Driver Circuits for Micro-Controllers
• Opto-Isolated Transistor Drivers for Micro-Controllers

• Added Nov. 16, 2014


• ULN2003A Darlington Transistor Array with Circuit Examples
• Tutorial Using TIP120 and TIP125 Power Darlington Transistors
• Driving 2N3055-MJ2955 Power Transistors with Darlington Transistors
• Understanding Bipolar Transistor Switches
• N-Channel Power MOSFET Switching Tutorial
• P-Channel Power MOSFET Switch Tutorial
• H-Bridge Motor Control with Power MOSFETS
• More Power MOSFET H-Bridge Circuit Examples
• Build a High Power Transistor H-Bridge Motor Control

9 of 10 12/3/21, 14:44
H-Bridge Motor Control Using Power MOSFETS https://www.bristolwatch.com/ele/h_bridge.htm

• Comparator Theory Circuits Tutorial


• Arduino Projects Revisited Revised
• Schematic for Following Projects
• Programming ADS1115 4-Channel I2C ADC with Arduino
• Arduino uses ADS1115 with TMP37 to Measure Temperature
• Connect Arduino to I2C Liquid Crystal Display
• Arduino Reads Temperature Sensor Displays Temperature on LCD
Display
• Arduino with MCP4725 12-bit Digital-to-Analog Converter Demo

• Youtube videos:
• Driving High-Power Darlington Transistors
• Four MOSFET Tri-State Switch
• Overview Toshiba IGBT Application Notes
• MOSFETs and Electron Flow
• 3.3 Volt Logic Controls H-Bridge TTL Input
• H-Bridge Driving Large Motor
• Simple Digital Interface Circuits
• OptoCoupler Interfacing H-Bridge Circuits
• Why Your MOSFET Transistors Get Hot

And the following two videos:

• Safely Program H-Bridge Motor Controller


• Build H-Bridge Motor Control without Fireworks

© Copyright 2018 Lewis Loflin E-Mail

10 of 10 12/3/21, 14:44

You might also like