H-bridge

Status
Not open for further replies.

modi88

New Member
Hi everyone, i want help about controlling the DC motor using a PIC microcotroller through H-bridge ((including appropriate C-code))
 
Here's you a H-bridge
Code:
void main() {

   init_ports();
   
   while(1) { // infinite loop
   
      GPIO = 
                    // put what pin is to be high
      
      GPIO = 
                    // put what pin it be low
  }
}
 

Attachments

  • h-brige.PNG
    12.7 KB · Views: 669
Last edited:
my wish

there are so many h-bridge control ics are available.such as IR2111, IR2113.... like that. the circuit is depending on the ics. as well the c code is also varying according to that. so the best thing is to choose a circuit, then start to write down the coding.

all the best
 
H brige

i want a complete H -brige circuit diagram along with microcontroller inputs terminals provided..
& sme broef explanation about its functionality
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…