Hi,
In the following days i'm planning to build an H bridge to help a friend that needs to control speed on a DC motor of 12V and around 6A nominal.
I have been searching information on the past weeks on how these bridges operate with mosfets and IGBT's, but I want to ask for an expert if this circuit will work for my particular case of study.
I took the Tahmid's blog H bridge using the IR2110 mosfet driver (Tahmid's blog: Debugging the Bridge: Tips for Successfully Designing (Full / Half) Bridge Circuits), and I put fast optoisolators to protect the Atmega328p (in the image there is an atmega168, but I will use and Atmega328p), and two different LM7805 in order to give full isolation between control circuit (the microcontroller) and "command circuit" (the IR2110).
I have the following questions:
-
Is it correct to operate the H bridge using only 2 pins? I mean having the following operation:
pin 3 OFF, and pin 5 OFF, then the motor has no supply on its terminals.
pin 3 ON, and pin 5 OFF, then the motor moves clockwise (for example).
pin 3 OFF, and pin 5 ON, then the motor moves anti-clockwise.
pin 3 ON, and pin 5 ON is Forbidden state. -
The IR2110 manages the timing of the bridge mosfets in its own circuit or should I worry about the possibility of cross-conduction in the bridge if I make this circuit that is controlled only by two pins?
-
Is it correct to operate this circuit with PWM on both mosfets at a time? I mean having the same PWM applied on Q1 and Q4 for example (having Q2 and Q3 off). Or is it better to have Q1 always high and apply PWM only on pin Q4?
Thank you for your time
Lucas