Question about a MOSFET driver

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EasyGoing1
    Shock Therapist
    • Sep 2016
    • 977
    • USA

    #1

    Question about a MOSFET driver

    I'm curious about something that I can't seem to remember ... but in a circuit like this, when the source signal feeding R1 is a PWM signal, what does R2 do besides divide the voltage? Does it have some effect on the MOSFET when the PWM signal goes to 0? In other words, if the source voltage that's feeding R1 goes to 0 and stays there for some time ... does R2 do anything to make sure that the MOSFET stays off?

    sigpic
  • stj
    Great Sage 齊天大聖
    • Dec 2009
    • 30931
    • Albion

    #2
    Re: Question about a MOSFET driver

    r2 exists to shut the fet off if the microcontroller crashes or cant pull the line low or it has a low-power sleep mode
    r1 is a current limit to protect the microcontroller if the fet shorts - you dont actually need r1

    Comment

    • EasyGoing1
      Shock Therapist
      • Sep 2016
      • 977
      • USA

      #3
      Re: Question about a MOSFET driver

      Originally posted by stj
      r2 exists to shut the fet off if the microcontroller crashes or cant pull the line low or it has a low-power sleep mode
      r1 is a current limit to protect the microcontroller if the fet shorts - you dont actually need r1
      So what you're saying in a situation like this where PWM might be used to control the current through the MOSFETs source and drain is that R2 would be more sensical to ensure that the MOSFET turns off in certain situations and that R1 is generally not required?

      In a situation where the gate will be receiving either +5 or 0, what are (generally speaking) good values to use for R2? Talking about common Arduino type of circuits with a MOSFET typical like an IR540.
      sigpic

      Comment

      • stj
        Great Sage 齊天大聖
        • Dec 2009
        • 30931
        • Albion

        #4
        Re: Question about a MOSFET driver

        if your trying to partially turn on a fet, you wont do it like that.
        you either need an analog output from the microcontroller or an integrating cap to convert the pwm into a continuous voltage.
        how exactly is a potential "voltage divider" going to turn a 5v pulse into something lower???
        it's not.
        you need a cap to smooth the pulses out and if the mcu output is rail-2-rail then you probably also want a diode to prevent the mcu discharging the cap every pulse.

        Comment

        • stj
          Great Sage 齊天大聖
          • Dec 2009
          • 30931
          • Albion

          #5
          Re: Question about a MOSFET driver

          btw,
          what your doing is a bad idea,
          most fets are not designed to run in the linear region and will happily cook or explode on you.
          you need to select fets designed for linear work and make sure they have apropriate heatsinks for the load.

          i have seen so many fets explode or short because people tried to repair sine-wave invertors or expensive audio amplifiers that i'v stopped keeping track of it.

          Comment

          • EasyGoing1
            Shock Therapist
            • Sep 2016
            • 977
            • USA

            #6
            Re: Question about a MOSFET driver

            Originally posted by stj
            btw,
            what your doing is a bad idea,
            most fets are not designed to run in the linear region and will happily cook or explode on you.
            you need to select fets designed for linear work and make sure they have apropriate heatsinks for the load.

            i have seen so many fets explode or short because people tried to repair sine-wave invertors or expensive audio amplifiers that i'v stopped keeping track of it.
            This application will be providing source current to a small heating element. And when I say small, I mean sized for a lizard ... literally lol.

            I'd like to use the MOSFET to maintain a specific temp (there will be a temp sensor on another pin on the MC) without using a relay to just turn the element on and off.
            sigpic

            Comment

            • PeteS in CA
              Badcaps Legend
              • Aug 2005
              • 3578
              • USA, Unsure of Planet

              #7
              Re: Question about a MOSFET driver

              R2 will limit the effect of the Miller capacitance when the MOSFET is turning off. If you are using a driver with active turn off, putting a diode across R1 with the anode at the MOSFET Gate will also help with turn-off and the Miller capacitance.
              PeteS in CA

              Power Supplies should be boring: No loud noises, no bright flashes, and no bad smells.
              ****************************
              To kill personal responsibility, initiative or success, punish it by taxing it. To encourage irresponsibility, improvidence, dependence and failure, reward it by subsidizing it.
              ****************************

              Comment

              • eccerr0r
                Solder Sloth
                • Nov 2012
                • 8665
                • USA

                #8
                Re: Question about a MOSFET driver

                Chances are he's not running fast enough to need to worry about Miller effect, but the problem he is most likely having is that he's not driving the MOSFET properly. If he's using an IRF540 with a TTL level output, this sure isn't going to work very well.

                Comment

                • stj
                  Great Sage 齊天大聖
                  • Dec 2009
                  • 30931
                  • Albion

                  #9
                  Re: Question about a MOSFET driver

                  best thing is to use a logic-level fet and pwm the heater element.
                  keeping in mind the heater is probably a coil so it's probably going to radiate some RF at the pwm carrier frequency.

                  Comment

                  • redwire
                    Badcaps Legend
                    • Dec 2010
                    • 3900
                    • Canada

                    #10
                    Re: Question about a MOSFET driver

                    OP you can think of 50% heater output by turning the mosfet on and off every second. So one second on, one second off. That actually works OK, it's an example of low frequency PWM.
                    Instead, having a mosfet 1/2 way on works too but the mosfet is wasting the extra as heat, so it is not ideal. Most mosfets are designed only to switch and not be 1/2 way on roasting. Then there is the huge heatsink as well.

                    If you are needing the heater to have some safety, an extra "master" mosfet is typically used. This one shuts off the heater- it overrides the Arduino and other mosfet if things malfunction. Lizard lives matter.

                    Your pc board, the connector and only one via aren't enough for say 20A. I use around 1A/via max. The trace looks thick too, they are around 7-10 thou but it depends on the heater wattage and size etc.

                    Comment

                    • stj
                      Great Sage 齊天大聖
                      • Dec 2009
                      • 30931
                      • Albion

                      #11
                      Re: Question about a MOSFET driver

                      i saw a teardown of a pc mouse with a built in hand warmer, it was just a bunch of resistors across the 5v.
                      i think 100ohms - i'll try to find the link

                      Comment

                      • redwire
                        Badcaps Legend
                        • Dec 2010
                        • 3900
                        • Canada

                        #12
                        Re: Question about a MOSFET driver

                        OP, about how many watts of heat is needed?

                        Comment

                        • eccerr0r
                          Solder Sloth
                          • Nov 2012
                          • 8665
                          • USA

                          #13
                          Re: Question about a MOSFET driver

                          both these threads probably should be merged...this and https://www.badcaps.net/forum/showthread.php?t=114874 ... same topic pretty much.

                          Mainly because these must go hand in hand.

                          I suspect this probably needs to be on the order of at least 100-200W to even be somewhat useful and possibly even 500W depending on the cage size.

                          Comment

                          • stj
                            Great Sage 齊天大聖
                            • Dec 2009
                            • 30931
                            • Albion

                            #14
                            Re: Question about a MOSFET driver

                            no, he wants to create a heated surface not heat the whole vivarium.

                            Comment

                            • EasyGoing1
                              Shock Therapist
                              • Sep 2016
                              • 977
                              • USA

                              #15
                              Re: Question about a MOSFET driver

                              This thread was moved to this thread. I thought I posted in here somewhere that I was starting a new thread about this but I don't see that post. My apologies about that.
                              sigpic

                              Comment

                              Related Topics

                              Collapse

                              • Jane
                                How do you test MOSFET in laptops ?
                                by Jane
                                I tried to use this method:

                                Testing an N-channel MOSFET:

                                Step 1: Discharge the Gate (turn off the MOSFET)
                                Place the black probe (COM) on the Source (S) and the red probe on the Drain (D). The multimeter should show no continuity (high resistance or "OL" – open line).
                                Then, touch the black probe to the Source (S) and the red probe to the Gate (G). This discharges any stored charge in the Gate, turning the MOSFET off.

                                Step 2: Charge the Gate (turn on the MOSFET)
                                Now, place the red probe on the Gate (G) and the black probe on the
                                ...
                                09-27-2024, 03:31 AM
                              • Oliver111
                                Asus UX535L.Help to find name of mosfet driver
                                by Oliver111
                                Hi! Please help to find mosfet driver name. Laptop is Asus UX535L. CPU PWM - NCP81215D, Mosfets on CPU - fdpc5030sg. Driver - DYU or DYP, cannot find it on google....
                                04-08-2024, 07:47 AM
                              • sigmeyer
                                Mosfet driver trouble replacing 6005A
                                by sigmeyer
                                So this is not the first time i find a mosfet driver shorted. I am talking about the mains to DC conversion circuits. In this case its a TV , I found a shorted mosfet , shorted safety capacitor and the power resistor was open. I replaced all of those but later found that two of the pins in mosfet driver were shorted aswell. Now this is a big road block for me , as people are no willing to wait for a month for a specific IC to get shipped from china to repair their TV , Is there another solution to fixing this problem? I have some other mosfet drivers laying around and what are the chances of them...
                                01-20-2021, 06:18 AM
                              • osrex
                                LED DRIVER KEEPS DYING
                                by osrex
                                Hello, this is my first post and im just a beginner, so be easy on me guy. thanks



                                i have a LED chandeilier that switches colors from white to cool white to warm when toggling the switch, it has 24 LED arms, each arm is 30 CM length.



                                i have no datasheet at all for the LED lights, all i have is its length.



                                long story short, testing the chandelier on the ground, and it works fine for 1 - 2 - 6 hours, no problem.



                                as soon as i fix the chandelier to the ceiling and bury the driver inside the hub,...
                                05-05-2025, 03:36 PM
                              • Nooy
                                VGA MOSfet permanently shorted and loss of MOSfet pad
                                by Nooy
                                Hello everyone, I recently found this badcaps site and super Learn Electronics Repair youtube channel. And I wanted to learn how to troubleshoot power supplies and VGA cards and how to practice soldering, since I already have a properly defective piece of them. I am currently trying to solve two problems:

                                I have a Gigabyte GV-RX460WF2OC-4GD type card. I managed to find the faulty MOSfet (AON6414A) on it, which I replaced. The card starts up, but after about half a minute, the MOSfet in the same position will be shorted again. Is it possible that the PWM controller driving the MOSfet...
                                02-14-2024, 02:26 AM
                              • Loading...
                              • No more items.
                              Working...