Questions tagged [mosfet]

A transconductance (using voltage to control current) electronic component used for switching and amplification. Acronym for Metal-Oxide-Semiconductor Field-Effect Transistor. (from [Wikipedia](http://en.wikipedia.org/wiki/Transistor)

A MOSFET is a three-terminal device which is used to control current flow in a circuit. The amount of current allowed to flow between drain and source is proportional to the voltage applied to the gate of the device.

This is a major difference from a conventional bipolar junction transistor; the BJT collector-emitter current is controlled by the base current, while the MOSFET drain-source current is controlled by the gate voltage.

The physical construction of a MOSFET creates a parasitic diode between drain and source, which must be taken into account when designing MOSFET circuits.

Major classifications of MOSFETs:

  • Enhancement mode or depletion mode
  • N-channel or P-channel

Depletion P-channel MOSFETs aren't used.

They are more often used as switches than as amplifiers.

Further reading:

6630 questions
87
votes
8 answers

When is a MOSFET more appropriate as a switch than a BJT?

In my experimentation, I've used only BJTs as switches (for turning on and off things like LEDs and such) for my MCU outputs. I've been repeatedly told, however, that N-channel enhancement-mode MOSFETs are a better choice for switches (see here and…
Mark
  • 4,650
  • 10
  • 48
  • 53
72
votes
2 answers

When to use what transistor

So there are several types of transistors: BJT JFET MOSFET Combine all that with the various flavors of each (NPN, PNP, enhancement mode, depletion mode, HEXFET, etc) and you've got a wide array of parts, many of which are capable of accomplishing…
Joel B
  • 3,477
  • 2
  • 29
  • 37
71
votes
3 answers

MOSFET: Why the drain and source are different?

Why the drain the source terminal of the MOSFET function differently while their physical structure is similar/symmetrical ? This is a MOSFET: You can see that the drain and source are similar. So why do I need to connect one of them to VCC and the…
Dor
  • 1,145
  • 2
  • 11
  • 16
58
votes
2 answers

Calculating the pulldown resistance for a given MOSFET's gate

I searched and read many similar questions, but did not find a specific answer for how to calculate the correct value for a pulldown resistor for a MOSFET's floating gate. It seems like everyone dodges the question with a 1K, 10K, or 100K "ought to…
rdivilbiss
  • 919
  • 1
  • 7
  • 12
48
votes
6 answers

MOSFET as a Switch - When is it in Saturation?

I have the following circuit hooked up on a breadboard. I vary the gate voltage using a potentiometer. Here is what confuses me: according to wikipedia, the MOSFET is in saturation when V(GS) > V(TH) and V(DS) > V(GS) - V(TH). If I slowly increase…
Saad
  • 5,319
  • 12
  • 60
  • 93
44
votes
5 answers

Is there an ideal PWM frequency for DC brush motors?

I'll be using a microcontroller to create a PWM signal for motor control. I understand how PWM and duty cycle works, however I am unsure about an ideal frequency. I do not have my motor in yet, so I can't just test it and find out. The picture…
Nate San
  • 485
  • 1
  • 5
  • 9
44
votes
3 answers

Switching DC with MOSFET: p-Channel or n-Channel; Low Side Load or High Side Load?

I think, it is time I understand working principle of MOSFET transistors... Suppose that; I want to switch voltage on a resistive load by a MOSFET transistor. Any control signal between -500V and +500V can be easily generated. The transistor…
hkBattousai
  • 13,913
  • 31
  • 114
  • 190
41
votes
3 answers

Sizing MOSFET gate resistor

I have an N-MOSFET gate connected to a 4043 logic. Id is about 100 mA. Both the 4043 and MOSFET have +5 V. I plan to use a 2N7000. How large a gate resistor do I need between the 4043 and MOSFET? The logic output is sometimes switched rapidly. How…
hanukas
  • 413
  • 1
  • 4
  • 5
40
votes
6 answers

Designing a *linear* MOSFET driver stage

I'm looking for a MOSFET driver circuit that can be placed between an op-amp and a power MOSFET to operate the transistor as a linear amplifier (as opposed to a switch). Background I'm developing an electronic load circuit that must be able to step…
scanny
  • 7,062
  • 5
  • 47
  • 87
37
votes
2 answers

Selecting a MOSFET for driving load from logic

I'm looking to drive a magnetic door lock from an Arduino. I've found a question about driving a solenoid from an Arduino, which includes a circuit that looks perfect for this kind of situtation: What I don't understand is how to select a MOSFET…
Polynomial
  • 10,562
  • 5
  • 47
  • 88
33
votes
6 answers

In an NMOS, does current flow from source to drain or vice-versa?

In an NMOS, does current flow from source to drain or vice-versa? This Wikipedia page is confusing me: http://en.wikipedia.org/wiki/MOSFET The above image confuses me. For the N-channel, it shows the diode's polarity going towards source in some,…
PitaJ
  • 485
  • 1
  • 6
  • 12
30
votes
6 answers

Parallel MOSFETs

When I went to school we had some basic circuit design and stuff like that. I learned that this was a bad idea: simulate this circuit – Schematic created using CircuitLab Since the current will almost certainly not flow equally over these three…
BufferOverflow
  • 677
  • 1
  • 8
  • 15
30
votes
2 answers

Does MOSFET let current flow through source to drain as it allows it from drain to source?

Does a MOSFET allow current flow in reverse direction (i.e.; from source to drain)? I made a Google search, but couldn't find a clear statement about this matter. I have found this similar question, but it is about detecting current direction from…
hkBattousai
  • 13,913
  • 31
  • 114
  • 190
29
votes
5 answers

MOSFET symbol - what is the correct symbol

I've been on this site now a couple of months and I notice various symbols used for MOSFETs. What is the preferred symbol for an N Channel MOSFET and why?
Andy aka
  • 434,556
  • 28
  • 351
  • 777
29
votes
5 answers

Is it safe to drive a MOSFET from an output pin of a microcontroller?

I have used commonly-available BJTs such as the 2N2222 and 2N3904 as switches by operating them in "saturation mode" from my MCU. I believe, however, that for these sorts of applications, a MOSFET is a more appropriate device. I have a few…
Mark
  • 4,650
  • 10
  • 48
  • 53
1
2 3
99 100