I am trying to do PWM for motor. I was trying to hook the pwm pin to mosfet but it won't work.
the mosfet i am using is p55nf06. the voltage for the motor is rated at 36V 3.5A
the led hooked to the arduino out put seem to work fine, but the mosfet did not turn on.
What else do I need to make it works. Do I have a dead mosfet?
I wire the arduino output to pin 1 on the mosfet. What have i done wrong?
It may be important which side do you connect MOSFET to. High-side +/motor or low-side GND/motor. Had to do this only once, but if I remember right N-channel should be low side. But that's definitely not the way it should be explained
Of course, as majenko said it's hard to tell without details
Have you connected ground arduino and external 36V PSU?
Other things,
VGS(th) Gate threshold voltage
for this transistor 3-4 V , may be too high. Look for logic level MOSFET, or select the lowest value if you have a few transistors. Gate threshold voltage chart shows nice rise up above 5V, so there is a good chance you''ll find one, if your arduino isn't 3.3V version ?
Its simple, its not a logic-level MOSFET and needs 10V of gate drive - you give it 5V and not much will happen (perhaps a few tens or hundreds of milliamps might flow, depending on temperature and the specific device.
The threshold voltage is not the spec to look at for a switching application (basically ignore it). The specification that matters is the "Rds(on) at Vgs=...." one. This tells you the resistance when the device is on, and the gate-source voltage difference required to guarantee this for all operating temperatures and devices. You should provide at least that voltage to switch the device on.
So a typical logic-level MOSFET will say something like "Rds(on) at Vgs=4.5V : 0.01 ohms"
The threshold voltage (which varies a lot between devices and changes a bit with temperature and age) is the voltage below which the device switches fully OFF. For all switching applications we make Vgs=0V for off, so this spec doesn't matter.
Thank a lot for all reply. Coming from media art background, i know nearly nothing about electrical engineering.
With that said... What other component is needed to successfully drive the mosfet @36V/5A PWM
How do I safely reduce the voltage of 36V battery to 5 V for the arduino board.
Use a switching type regulator. 36V in switchers @10A or better are available on Ebay for about $7-10 from several Mfrs they are standard PSU's for large Industrial Computer main frame PSU's as local board level power supplies/converters and are available as NOS from several stores. These parts are used because it is easier to develop high current local sources (switchers) than it is to make one big 5V 50 A supply and then have to deal with the voltage losses that would be incurred in trying to distribute the 5V power. The same thing is done on all new PC mother boards for the 1 -2.5V power supplies for the Microprocessor as the IR losses would be too great if they were part of the main PSU.