
Figure 1: H-bridge control circuit with enable and direction pins.
Power MOSFET H-Bridge Circuit Examples
by Lewis Loflin (lloflin2@gmail.com)
Circuit Overview
This article explores variations on the Power MOSFET H-bridge. The design presented here incorporates dedicated Enable and Direction pins, allowing for seamless integration with microcontroller systems. The enable functionality is particularly useful for implementing Pulse Width Modulation (PWM) to control motor speed.
Operational Logic
The circuit utilizes a CD4011B quad NAND gate as an inverter for logic control:
- Enable Functionality: A 'HIGH' signal on the enable pin activates transistor Q7, driving its collector 'LOW'. This signal, processed through the CD4011B (acting as an inverter), produces a 'HIGH' output on the gate of Q5, activating the MOSFET and powering the motor.
- Directional Control:
- LOW (0V): With the Direction pin at LOW, Q6 remains off, driving its collector 'HIGH'. This triggers Q1 and, via the CD4011, Q4. Current flows through the motor path formed by Q1 and Q4.
- HIGH (5V): The Direction pin turns Q6 'ON', pulling its collector 'LOW'. This switches off Q1 and Q4 and activates Q2 and Q3, reversing the current path through the motor.
Design Considerations
This design is optimized for 5V microprocessor interfacing. Note that the operating voltage for the logic section is limited to 15V by the CD4011B. When selecting power components, verify that the supply voltage (Vcc) does not exceed the Vgs limits of your chosen MOSFETs (typically 20V for the devices listed below).
Parts List
- Q1, Q2, Q5: IRF630 (N-Channel MOSFET)
- Q3, Q4: IRF9630 (P-Channel MOSFET)

Figure 2: CD4011 Pin Connections.

Figure 3: Alternative H-bridge MOSFET Configuration.

Figure 4: P-channel Power MOSFET used for Vcc high-side switching.
The circuit in Figure 4 can be used to cut Vcc on/off or serve as a high-side switch for PWM speed control.