Hi,
I made this Mosfet circuit to control a solenoid and I was wandering if I could use it for controlling the speed of a DC motor as well? The DC motor will be either 12V or 24V.
The max Vgs (voltage, gate to source) for FQP30N06L is 20V, your schematic puts 24 on it.
What is the motor's stall current? 1N4002 is rated 1 Amp max continuous.
Nice schematic, and you are close. I am assuming D1 is for reverse polarity. I am assuming that D1 will support your load current (1A Max). I am also assuming you will be using an Arduino UNO (5V output on port). If so then eliminate U4 entirely then connect what was pin 3 to the output pin of the Arduino. D2 should not be needed as you chose an avalanche rated MOSFET. You can leave it there if you want but it should be sized to the motor; at 1A you are OK. The gate will not be fully enhanced with 5V but it should work for small motors. PWM will be fine. If the MOSFET gets hot you need to select one with a lower Vgs and or add a heatsink. If my assumptions are wrong please post information showing what you have.
Thanks this is great!
comparing the IRL540 with the IRLZ44N
it seems the IRL540 have a regular diode between Source and Drain while the IRLZ44N have a Zener diode between Source and Drain.
What is the difference and is it matter for the above application? (turning on and off a 12V DC motor/solenoid) ?
for the VDS - if* the Maximum VDS is rated for 100V - the meaning is that I can control a load (DC motor, solenoid, lamp etc that is voltage is up to 100V?
What does the VGS mean? The Maximus Voltage at the gate? for opening it?
“for the VDS - is the Maximus VDS is rated for 100V - the meaning is that I can control a load (DC motor, solenoid, lamp etc that is voltage is up to 100V?”
Suggest you stay 10% under this value, i.e. 90V or less.
“What does the VGS mean? “
The voltage applied, Gate to Source.
“The Maximus Voltage at the gate?” Do not exceed VGS maximum values, in this case no more than +10V, no less than -10V.
A zener across or voltage divider on the Gate can keep you within these levels.
if using arduino (or other microcontrollers) that operate only with 5V signal I will never exceed the +-10V right?
in what condition I could exceed this voltage Vgs?
for using a small DC motor/solenoid with current rated of no more then 1A can I be fine omitting the optocoupler and using this circuit instead?
how much is really important having the optocoupler ?