Hello, I'm trying to build a little insulated enclosure with a heating pad to ferment some yogurt at warm temperatures. I found this example circuit diagram to control the heating pad on this website. I've also attached the diagram.
I don't understand the purpose of adding the diode in between the two ends of the heat pad, is it to act like a voltage divider so the pad doesn't draw too much current? Is it necessary for the operation of the circuit? I've seen other examples where they don't have the attached diode.
I also don't really understand the addition of the MOSFET, why can't I just wire the heat pad directly to the Arduino?
The pointed heat pad can drawn until 600 mA and I don't think it's good idea to plug it in Arduino 5 V since the regulator can get very hot. I think the pad should be connected directly to a 5 V power supply.
About your questions:
1 - The diode seems to be a flyback but I can't understand the reason for it since the pad is a resistive not a inductive load.
2 - The MOSFET is needed because digital pin can delivery about 40 mA only,
Hi,
this diode is recommended when the MOSFET or transistor load is an inductive load.
It is used to dampen the reverse voltage spike caused by the FCEM (Counter Electromotive Force) it produces when switching off inductive loads.
Inductive loads are motors, relays, coils in general, etc.
I don't know if this PAD is an indicative load or not.
@alto777 this question is explained on link available on post #10.
...Then remember that if the gate resistor is placed to the left of the pulldown resistor, you get a voltage divider circuit that will reduce the voltage to the gate.
If you have chosen a gate resistor that is at least 100 times smaller than the pulldown resistor, then the reduction in voltage is so small that it doesn’t matter. But if they are a bit closer in value, the voltage on your gate will be lower than the pin voltage.
With 10k pull down the voltage over the gate will be 4.95 V.
So what? That is an interesting fact and does not change where the pull down resistor shoukd be placed.
Why would you ever throw away anything like that?
The linked article ends up recommending the proper placement. Pull down or, in the case of high side switching, pull up the PWM pin directly. Attach the gate resistor there and run it to the gate.