Top Banner
“H-BRIDGE QUAD MOSFET DRIVER FOR DC MOTOR CONTROL” Submitted by Ritesh Kakkar 2011-12 DEPARTMENT OF ELECTRICAL & ELECTRONICS ENGINEERING SHIVALIK COLLEGE OF ENGINEERING DEHRADUN (UTTARAKHAND)-248001 1
19

hbridge

Oct 24, 2014

Download

Documents

Ritesh Kakkar

The AIM of this document is to describe how to control speed of dc motor from pic 16f676 from software..!!
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: hbridge

“H-BRIDGE QUAD MOSFET DRIVER

FOR DC MOTOR CONTROL”

Submitted by

Ritesh Kakkar

2011-12

DEPARTMENT OF ELECTRICAL & ELECTRONICS ENGINEERING

SHIVALIK COLLEGE OF ENGINEERING

DEHRADUN (UTTARAKHAND)-248001

1

Page 2: hbridge

Acknowledgement

A special thanks to Mr.Rohan Raj of the Department of

Electrical & Electronics Engineering for his support and guidance

throughout the Project preparation. Also, special thanks to

Er.A.K.Gupta, Head of Department, Department of Electrical &

Electronics Engineering for supporting our endeavor .

2

Page 3: hbridge

I. Introduction

An H-Bridge is an electronic power circuit that allows motor

speed and direction to be controlled. Often motors are controlled from

some kind of ”brain” or micro controller to accomplish a mechanical

goal. The micro controller provides the instructions to the motors, but

it cannot provide the power required to drive the motors.

An H-bridge circuit inputs the micro controller instructions and

amplifies them to drive a mechanical motor. This process is similar to

how the human body generates mechanical movement; the brain can

provide electrical impulses that are instructions, but it requires the

muscles to perform mechanical force. The muscle represents both the

H-bridge and the motor combined. The H-bridge takes in the small

electrical signal and translates it into high power output for the

mechanical motor.

3

Page 4: hbridge

II. Project Requirment

1. MOSFET IRF 9540/540 2. MICRO-CONTROLLER (PIC16F67X)3. COMPARATOR LM3394. PMDC MOTOR5. DIODE 1N40076. PCB, WIRES, RESISTANCE, POTTENTIAL METER, REQULATOR

7805, etc.

4

Page 5: hbridge

III. Design Schematic

The integrated circuit allows N-Channel Power MOSFETS driving in a full H-bridge configuration and is best suited for DC Motor Control Applications. The four drivers outputs are designed to allow MOSFET switching.

The speed and direction of the motor are to be set by two pins. Voltage across the motor is controlled by low side Pulse Width Modulation (PWM). This PWM feature can be made internally when the input pin is connected to an analog signal, or it can be given directly from a digital source.

Fig. Design schematic of H-BRIDGE QUAD MOSFET DRIVER FOR DC MOTOR CONTROL

5

Page 6: hbridge

Fig. Microcontroller (PIC16F676) pin diagram

Moreover, integrates a 5V voltage regulator suitable as a power supply output for the microcontroller.Using this circuit speed control of DC motor is achieved.

6

Page 7: hbridge

III.WORKING

Bridge : The power electronics actually form a letter H configuration, as shown in figure. The switches are symbolic of the electronic Power MOSFETs which are used for switching.

If it is desired to turn the motor on in the forward direction, switches 1 and 4 must be closed to power the motor. Figure below is the H-Bridge driving the motor in the forward direction.

7

Page 8: hbridge

If it is desired to turn the motor on in the reverse direction, switches 2 and 3 must be closed to power the motor. Figure below is the H-Bridge driving the motor in the reverse direction.

8

Page 9: hbridge

IV.Test Results

Fig. PWM Voltage Waveform on CRO

The advantages possessed by PWM techniques are as under:

(a) The output voltage control with this method can be obtained without any additional components.

(b) With the method, lower order harmonics can be eliminated or minimized along with its output voltage control. As higher order harmonics can be filtered easily, the filtering requirements are minimized.

9

Page 10: hbridge

V.Picture of Final PCB

10

Page 11: hbridge

VI. Picture of Simulation

11

Page 12: hbridge

VII. Rating of MOSFET

12

Page 13: hbridge

13

Page 14: hbridge

VII. Programing Microcontroller

14

Page 15: hbridge

15

Page 16: hbridge

V. Applications and conclusion

Most often H-bridges are used to control rotational direction of DC motor. And unless you buy a potentially expensive motor-driver, you need an H-bridge to control any robot with a motor.

16