Member #279197 / about a year ago / 1
I’m using this in a battery & motor setup to stop accidental reverse polarity (motor running backwards). I’m also
using a slide switch. My question is, where do I put the switch - closer to the motor? I’m also wondering if there
is any drain off of the battery from the MOSFET when the switch is off.
unexpected62 / about 7 years ago / 3
I just want one of these things…. but dang shipping? Can’t ya fire it in an envelope with a $.44 stamp and call it
a day? I don’t want a transistor!!!!
Young Maker / about 7 years ago / 2
I see where your comin from but ya gotta check out some other parts too. not only will it make your
shipping worthwhile, but you’ll get cool parts and support sparkfun!
Member #588016 / about 4 years ago / 1
Is this the same MOSFET that comes with the Official Arduino Starter Kit?
http://arduino.cc/en/Main/ArduinoStarterKit
The kit only came with 2. I want to get more so I can experiment with the various logic possibilities but I don’t
know which to get. The ones in the kit don’t say anything about P-Channel or N-Channel nor do they say
anything about 60V or 27A. I thought all this stuff was like 5 volts?
Member #207526 / about 4 years ago / 1
Would this mosfet work in this circuit?
http://www.edn.com/design/power-management/4390934/Simple-automatic-shutoff-circuit-uses-few-
components
I’m trying to use this PIR module:
https://www.sparkfun.com/products/8630
To keep a load powered for a minute or two after motion is sensed.
(Obviously the capacitor is going to be swapped out for something a little larger.)
Member #452841 / about 5 years ago / 1
I’m looking at using this to control a motor with an Arduino. The power supply for the motor puts out 11.1v.
Does this mean I need an additional element to provide the gate voltage, to bring Vgss up to 0v to switch off
the MOSFET?
Member #378036 / about 5 years ago / 1
What’s the difference between a P-channel and an N-channel MOSFET?
yoleaux / about 5 years ago / 2
don’t quote me on this, im no expert: a p channel mosfet is used on the positive side of the load whereas
an n channel mosfet is used on the negative or ground side of the load. When triggered, a p channel
mosfet connects the input on the load to the positive source whereas an n channel mosfet connects the
output from the load to ground or the negative source.
LordFuzzz / about 5 years ago / 2
That’s actually a fairly good description of how they’re used 99% of the time.
A bit more details: The difference between a P and an N is that an N-channel fet will turn on (aka,
conduct) when a voltage greater than the drain&source voltages is applied to the gate, while a P-
channel fet will turn on when a voltage less than the drain&source voltage is applied to the gate.
Now, in your example, if you wanted to switch something off from the high side (the +5V side), you
would use a P-Fet. To turn on the device, connect the gate of the FET to ground. To turn off the
device, connect the gate to +5V. This gets a bit trickier when it comes to switching something that
needs a higher voltage than what your microcontroller is using, but that can be solved by using an N-
fet to invert, then connect it to a P-fet in succession.
Hope that helps.
Member #400415 / about 2 years ago / 1
Not sure if that’s correct. As far as I know, a P channel should be used as a high side switch and
an N channel should be used as a low side switch but isn’t necessarily the case but usually is.
Then for both types, an enhancement mode mosfet will be normally on when the gate is high
and for depletion mode the mosfet will be normally on when the gate is low.
Member #400415 / about 2 years ago / 1
I was technically correct but because Vgs means totally different things when used on the