IR2110 Based High Voltage H-Bridge Motor Control

แชร์
ฝัง

ความคิดเห็น • 95

  • @Jose-tw9bl
    @Jose-tw9bl 2 ปีที่แล้ว +4

    Can't believe how lucky i am i have access to such well-explained technical content on topics i would otherwise have absolutelly no idea. Thank you so much!!

  • @QuintBUILDs
    @QuintBUILDs 2 ปีที่แล้ว

    OMG, my son and I have been struggling with an H-bridge controller for an electromagnet for days. We finally got it working last night with the addition of p-channel mosfets but then discovered if the input voltage went over 8v it started to short out. Thanks to you, I now know we need a hi/lo ic driver! In the interest of time we'll probably go with an off the shelf solution for now but this was a great, relatively inexpensive, learning experience. Thanks for working out all the bugs and posting this!

  • @salvatorebarbaro5862
    @salvatorebarbaro5862 2 ปีที่แล้ว +11

    Hi Lewis
    I have tested his design and it works very well.
    I have however made some changes both hardware and software.
    As Mosfet I used some IRF1405 which are higher in current for my needs.
    I made these changes to the software:
    1) moved the arduino output pins to 3 and 11, this to be able to set a PWM frequency 31000 Hz without interfering with the Delay and Millis functions which would otherwise be altered by modifying the PWM frequency on pins 5 and 6 of the original soft..
    2) to change the PWM frequency I simply added this line in 'void setup'
    TCCR2B = TCCR2B & B11111000 | B00000001; // for PWM frequency of 31372.55 Hz in pins 3 and 11.
    The basic pwm frequency in 'digitalWrite' is low (about 900 Hz), the motors produce noise, and at high rotation speeds with the frequency modification they maintain greater torque and no noise, the Mos work even better.
    Yours is a great project, thanks for sharing it.

  • @stevetobias4890
    @stevetobias4890 2 ปีที่แล้ว +1

    Looking forward to visiting your website and reading up on this. Thank you for the in depth explanation. Take care mate.

  • @lesliepieterse1072
    @lesliepieterse1072 2 ปีที่แล้ว +1

    Nice to see another of your wonderful projects. I have used some of your previous examples which work well. Greetings and many Thanks.

  • @kryptocat4240
    @kryptocat4240 2 ปีที่แล้ว

    Thanks for making video on IR2110

  • @atiframazanoglu
    @atiframazanoglu 11 หลายเดือนก่อน

    Thanks so much. I hit the target from 12 👍😉

  • @LewisLoflin
    @LewisLoflin  2 ปีที่แล้ว +4

    Everybody note I ran some more tests. The gate voltage VCC can also be the the motor power voltage. I tested it at 12 and 15 volts and it worked fine. Do not exceed 15V for VCC.

    • @michaelsilverhouse2122
      @michaelsilverhouse2122 2 ปีที่แล้ว

      Hi, I wonder if we can use this circuit to drive a 18V motor or not. My Vcc voltage (connected to IR2110) is 12V.

    • @LewisLoflin
      @LewisLoflin  2 ปีที่แล้ว

      @@michaelsilverhouse2122 12V will drive an 18V motor but not as well as 12V would.

    • @oscarlara122
      @oscarlara122 2 ปีที่แล้ว +1

      Hi @@LewisLoflin , I wonder if I can drive a 90V DC motor with this circuit?.
      Also I have doubt with one of your answers. You said that circuit only need PWM signal on the high side gate activation MOSFET but when we interconnected HIN to LIN you also have a PWM in the low side gate activation MOSFET, is this a problem for the correct operation of the h-bridge?.

    • @optix3100
      @optix3100 2 หลายเดือนก่อน

      Lewis, i know its an old topic but do we use 4 arduino pins or 2, if 2 it means pwm going to high and low side?

    • @LewisLoflin
      @LewisLoflin  2 หลายเดือนก่อน

      I would use 4.

  • @clarkso65
    @clarkso65 2 ปีที่แล้ว

    Thank you Sir for this enlightening video.

  • @farukben
    @farukben 2 หลายเดือนก่อน

    fffffffffffffThank you so much for the details. As a beginner on Ardunio, this video will help me greatly to create a half bridge circuit.

  • @nickush7512
    @nickush7512 2 ปีที่แล้ว

    Great video Dude, thanks.

  • @jp040759
    @jp040759 2 ปีที่แล้ว

    Pretty smart circuit.

  • @L2.Lagrange
    @L2.Lagrange 4 หลายเดือนก่อน

    Really nice video. Thanks!

    • @LewisLoflin
      @LewisLoflin  4 หลายเดือนก่อน

      Welcome.

  • @MUHAMMADYAWARIFRAHEEM
    @MUHAMMADYAWARIFRAHEEM 2 ปีที่แล้ว

    Very informative video Sir

  • @awaitingthetrumpetcall4529
    @awaitingthetrumpetcall4529 ปีที่แล้ว

    Thanks for the tutorial.

  • @gkdresden
    @gkdresden ปีที่แล้ว

    Is the motor noise coming from the PWM frequency? Probably a PWM frequency above the audible range would help to get a quieter solution.

  • @EngineeringPortalPractice
    @EngineeringPortalPractice 2 ปีที่แล้ว

    Great tutorial! Can you show circuit for 1 phase and 3 phase AC Motors? A quick circuit of Variable Frequency Drives. Many thanks!

  • @shanepander6654
    @shanepander6654 ปีที่แล้ว

    On the bottom right side of the 10ohm resistors...Are those components pull down resistors?? I don't see those components on your schematic..thank you..

  • @benjaminmarotte2924
    @benjaminmarotte2924 2 ปีที่แล้ว

    I made an h-bridge basically utilizing this schematic to power some 120vdc (250-300w) motors I have. It works great for lower voltages such as 24v, but when powering higher voltage motors, I am getting some blown mosfets when powering off while the motor is spinning. Would redundant diodes across the mosfets help this failure? Mosfets are 600v 10a rated. Thanks for your helpful video!

    • @LewisLoflin
      @LewisLoflin  2 ปีที่แล้ว +2

      The 10A rating is the MOSFET D-S not the diode. Try a higher current diode across the MOSFETs it can't hurt.

  • @fursino
    @fursino 2 ปีที่แล้ว

    will the IR2110 work to realize a Buck converter? thanks.

  • @germana.victoriapizo559
    @germana.victoriapizo559 8 หลายเดือนก่อน

    Gracias por compartir

  • @anwaralfawdaei3381
    @anwaralfawdaei3381 ปีที่แล้ว +1

    thank you for this project. one question : how the cp capacitor going to charge and discharge while your code state that low side gate either a constant high or a constant low ? as i know for the cp to charge and discharge we need to inject high side with pwm and the low side with it is inverted one

    • @LewisLoflin
      @LewisLoflin  ปีที่แล้ว

      Discharge is internal to the IC with the PWM input.

  • @kleetus92
    @kleetus92 2 ปีที่แล้ว

    For the bootstrap gate supply you need PWM to charge the cap, I get that. For the low side however, is PWM required? For example to get a 4 quadrant motor control with regen, you just run one of the two low side devices with the high side off. I also realize your code is just going for simplified H bridge motoring and not braking. Just figured I'd ask before I let some magic smoke out.

    • @LewisLoflin
      @LewisLoflin  2 ปีที่แล้ว

      PWM isn't needed for the lower MOSFET.

  • @coucouj2781
    @coucouj2781 ปีที่แล้ว

    Sir,
    Question on HiIN and LoIn of ir2110.
    Shouldn’t there be a pause between the signal?
    Otherwise is there a chance that both mosfet gets open at the same time. HiIN and Loin are 180 degree apart from eachother.

    • @LewisLoflin
      @LewisLoflin  ปีที่แล้ว +2

      The IR2110 prevents this.

  • @SanskarTOP_G
    @SanskarTOP_G 9 หลายเดือนก่อน

    were the outputs sinusoidal enough? im thinking of making a project on resonant inductive power transfer. will it be fine to use a coil instead of a motor used in this circuit. thanks

    • @LewisLoflin
      @LewisLoflin  9 หลายเดือนก่อน

      The output is a square wave.

  • @user-hn4tg2su4d
    @user-hn4tg2su4d 3 หลายเดือนก่อน +1

    It is possible to connect pin 9 with pin 3 with the same voltage (12 volts, for example)

    • @LewisLoflin
      @LewisLoflin  3 หลายเดือนก่อน +1

      Yes. if VDD is rated 5-15V, the voltage isn't exceeded.

  • @Ferrotandil
    @Ferrotandil 3 หลายเดือนก่อน

    Excellent. What frequency did you use to create the pwm? Sound like under 10KHz because of the beeeep sound from the motor. Thanks

    • @LewisLoflin
      @LewisLoflin  3 หลายเดือนก่อน

      It was the normal PWM from an Arduino nano.

    • @Ferrotandil
      @Ferrotandil 3 หลายเดือนก่อน

      @@LewisLoflin what value? Thanks.

    • @LewisLoflin
      @LewisLoflin  3 หลายเดือนก่อน

      @@Ferrotandil Don't understand the question. The PWM frequency is fixed by Arduino.

  • @brajmohan1987
    @brajmohan1987 3 หลายเดือนก่อน

    Hi sir can we use full bridge ic IRS2453DSTRPBF in place of two half bridge driver ic IR2110 in your designed circuit.

  • @tenlittleindians
    @tenlittleindians 2 ปีที่แล้ว +3

    At first glance this looks like it might work to run the typical 90V DC brushed treadmill motors. If so I can think of several projects that could benefit from having a programmable control interface.

    • @LewisLoflin
      @LewisLoflin  2 ปีที่แล้ว +2

      I tested it on a salvaged 100 volt treadmill motor.

    • @tenlittleindians
      @tenlittleindians 2 ปีที่แล้ว

      @@LewisLoflin That's even more good news. Looking forward to the follow up video. You mentioned it needed to be pulse width modulated but gave no specifics. I'm guessing the Arduino programming description covers those details.
      Three applications come to mind. The first is a basic treadmill controller to replace an obsolete model. Second is a spindle motor controller for a manual or a CNC lathe. I have a couple of small lathes with treadmill style motors that I converted to cnc. The third application would be for those trying to build electric vehicles using surplus motors.

    • @LewisLoflin
      @LewisLoflin  2 ปีที่แล้ว +1

      @@tenlittleindians That is on the webpage. The HIGH side MOSFET or HIN on the schematic must be pulse-width modulated. That is what controls the charging action of the 0.22uF bootstrap capacitor Cb.

    • @tenlittleindians
      @tenlittleindians 2 ปีที่แล้ว

      @@LewisLoflin I found the link in your drop-down after trying the dead link web address posted on the schematic within the video.
      I was looking over your diagram and noticed you used a discontinued MOSFET. When I looked it up I noticed it had a far lower value than the 500 volts you mentioned. So I did a search for MOSFET chips designed for a higher voltage and found several that go far beyond your 500 volt limit. That's got me wondering which part of your circuit is limiting it to 500 volts? Not that I need anything higher but I'm just trying to figure out how this thing works. I had basic electronics in the 70's so I'm rather limited when I try and understand these things on my own.
      I'm in no immediate need of this circuit but I do sometimes like to breadboard things like this if I've got the parts laying around. (I don't have the MOSFET's)
      I also noticed you have a couple of LED's on your board but I don't see them in the schematic. Oversight or maybe the circuit was changed after you built the one shown in the video and in the photos? Did you point to point wire that on the bottom?

    • @salvatorebarbaro5862
      @salvatorebarbaro5862 2 ปีที่แล้ว

      @@LewisLoflin hi I'm 'using it to make a remote controlled lawnmower with 2 24V 330W motors, to increase the deliverable current I have paralleled some IRF1405 which without cooling fins work very well over 50A

  • @usenthil
    @usenthil 3 หลายเดือนก่อน

    Hi, thanks for the great video. I have couple of questions
    1. What are the n channel MOSFETS used in this circuit?
    2. Will this circuit work fine for a 48v 5000W 3 phase BLDC motor?
    Thanks for your help!

    • @LewisLoflin
      @LewisLoflin  หลายเดือนก่อน

      Depends on the MOSFETs. Just because the spec claims say 50 amps in reality derate it to 35 amps.

    • @usenthil
      @usenthil หลายเดือนก่อน

      @@LewisLoflin thanks

  • @lenslens7379
    @lenslens7379 3 หลายเดือนก่อน

    Please what's the pwm frequency? You changed it on Arduino code or you are using default??

    • @LewisLoflin
      @LewisLoflin  3 หลายเดือนก่อน +1

      Default.

  • @user-hn4tg2su4d
    @user-hn4tg2su4d ปีที่แล้ว

    Is there isolation between the ground inside the integrated circuit 2110

  • @ybaboy6403
    @ybaboy6403 ปีที่แล้ว

    hi pls anyone know whats happening?: i only have IR2110smd in my area and i buyed it and i build exact circuit and here is problem, high side is allways full open i cant turn off and low side is sometimes work some times dont i dont rly cant get it Q:(where i but my arduino ground? , its means if i give 5V at HI - HO will puy out 15v?, if i give 5V at LI- LO will give 15v?) or (i connect my arduino ground at LI and PWM at HI?)

    • @LewisLoflin
      @LewisLoflin  ปีที่แล้ว +1

      You have to use PWM.

  • @carlosdiazvelazco1410
    @carlosdiazvelazco1410 3 หลายเดือนก่อน

    Hello, this can be applied to a 72 vdc three-phase bldc motor?

    • @LewisLoflin
      @LewisLoflin  หลายเดือนก่อน

      Not in its present form.

  • @martinp3089
    @martinp3089 2 ปีที่แล้ว

    So there is no need for pulldown gate resistors?

    • @LewisLoflin
      @LewisLoflin  2 ปีที่แล้ว

      No. I tried them and they create problems. You might try a value like 10K.

  • @raimmehmed9847
    @raimmehmed9847 2 ปีที่แล้ว

    hello. for inverter electrode cb capacitor what values ​​are used and what type of capacitor for 50khz. thanks.

    • @LewisLoflin
      @LewisLoflin  2 ปีที่แล้ว

      I really don't know. Why operate at 50KHz?

    • @raimmehmed9847
      @raimmehmed9847 2 ปีที่แล้ว

      mr i will use ir2110 for welding machine and i wanted to ask you about capacitor cb (bootstrap) what type and what values ​​can i use.

  • @danam579
    @danam579 ปีที่แล้ว

    Would it help to add freewheeling diodes?

    • @LewisLoflin
      @LewisLoflin  ปีที่แล้ว +1

      They are built into the MOSFETs.

  • @hassanhussain5450
    @hassanhussain5450 ปีที่แล้ว

    Can this module run 220v single phase induction motor?

    • @LewisLoflin
      @LewisLoflin  ปีที่แล้ว

      This is for DC motors.

  • @LewisLoflin
    @LewisLoflin  2 ปีที่แล้ว +1

    Other H-bridge videos:
    High Voltage IGBT H-Bridge Using Photovoltaic Optocouplers
    th-cam.com/video/azJo4h-ei6I/w-d-xo.html
    Pt. 1 Interfacing Microcontrollers to CMOS and MOSFET Circuits
    th-cam.com/video/XzetdwzcOrY/w-d-xo.html
    Pt. 2 Simplified CMOS-MOSFET H-Bridge Circuit
    th-cam.com/video/rExHPqTUBuA/w-d-xo.html
    Pt. 3 Tri-State H-Bridge using CD4093B CMOS Circuit
    th-cam.com/video/b8O4ihdHx8U/w-d-xo.html
    Pt. 1 TB6600 Stepper Motor Driver with Arduino
    th-cam.com/video/PHe2MK9CvQM/w-d-xo.html
    Pt. 2 Program TB6600 Stepper Motor Driver with Arduino
    th-cam.com/video/jtX0t7-m69M/w-d-xo.html
    Arduino Unipolar Stepper Motor Driver Board with Arduino Code
    th-cam.com/video/HTVYiLOY8SQ/w-d-xo.html
    Pt. 1 TB6600 Stepper Motor Driver with Arduino
    th-cam.com/video/PHe2MK9CvQM/w-d-xo.html
    Pt. 2 Program TB6600 Stepper Motor Driver with Arduino
    th-cam.com/video/jtX0t7-m69M/w-d-xo.html

  • @map3033
    @map3033 2 ปีที่แล้ว +1

    Sir, do we need the common ground here? Thank you!

    • @LewisLoflin
      @LewisLoflin  2 ปีที่แล้ว

      In this case yes. For isolation use optocouplers.

    • @map3033
      @map3033 2 ปีที่แล้ว

      @@LewisLoflin OK. Thanks! You are my hero....btw. on your web page there is written: "....It does this without the use of p-channel MOSFETs or photovoltaic opto-couplers...." So now I am a bit confused :)

    • @LewisLoflin
      @LewisLoflin  2 ปีที่แล้ว +1

      @@map3033 Exactly as it says - no p-channel MOSFETs nor photovoltaic optocouplers. Just n-channel MOSFETs.

    • @map3033
      @map3033 2 ปีที่แล้ว

      @@LewisLoflin ok..by the way.. do I need to provide 20V to Vcc of ir2110 when the Uge of mosfet is 20V? Now I supply +15V and do not know if it is enough...

    • @LewisLoflin
      @LewisLoflin  2 ปีที่แล้ว

      @@map3033 There are two supplies here, the logic voltage in this case I also used to power Arduino, and the motor voltage. The gate voltage is created from the logic voltage.

  • @necbd8893
    @necbd8893 ปีที่แล้ว

    How it's upgrading 3phase

    • @LewisLoflin
      @LewisLoflin  ปีที่แล้ว

      3=phase is AC, this is DC.

  • @filaliaziz971
    @filaliaziz971 2 หลายเดือนก่อน

    how much Power(Watts) from the 24v and the 15v and thx

    • @LewisLoflin
      @LewisLoflin  หลายเดือนก่อน

      Depends on the motor. This can work with several amps.

    • @filaliaziz971
      @filaliaziz971 หลายเดือนก่อน

      @@LewisLoflin if you don't mind , i made this circuit with irf1404 , i connected the ir2110 ground with motor power supply ground and the 15v(-) and 5v(-) , it worked fine with 12v 1amp motor then i used a 12v 7amp motor sadly the gate resistor of the high side and the low side blow up with the ir2110, could you give some advise for how to connect every ground or if you suspect the problem and thx

    • @LewisLoflin
      @LewisLoflin  หลายเดือนก่อน

      @@filaliaziz971 What do you mean by "hooked to ground." 5V is not the motor supply. There should be no motor current through the gate resistor.

  • @wolfgangboettcher3126
    @wolfgangboettcher3126 2 ปีที่แล้ว

    Für sowas brauchst du schon Doppel Thyristoren

  • @jugaatbaat8891
    @jugaatbaat8891 ปีที่แล้ว

    Your website is not working

    • @LewisLoflin
      @LewisLoflin  ปีที่แล้ว

      It is. What does your browser say?

  • @wolfgangboettcher3126
    @wolfgangboettcher3126 2 ปีที่แล้ว

    Tyristor Welletyristor Blocker

  • @wolfgangboettcher3126
    @wolfgangboettcher3126 2 ปีที่แล้ว

    Ohne viel Schnickschnack

  • @wolfgangboettcher3126
    @wolfgangboettcher3126 2 ปีที่แล้ว

    Das war früher einfacher ohne ic

  • @wolfgangboettcher3126
    @wolfgangboettcher3126 2 ปีที่แล้ว

    So dünne Leiter unlogische

  • @mrbeatsgiveaway5133
    @mrbeatsgiveaway5133 ปีที่แล้ว

    maybe i am a dumbass