Questions tagged [fet]

Field Effect Transistor, a transistor in which most current is carried along a channel whose effective resistance can be controlled by a transverse electric field. Commonly used types of FETs include the Metal Oxide Semiconductor FET (MOSFET), and less common in recent designs, the Junction Gate FET (JFET or JuGFET).

The field-effect transistor (FET) is a transistor that uses an electric field to control the shape and hence the conductivity of a channel of one type of charge carrier in a semiconductor material. FETs are unipolar transistors as they involve single-carrier-type operation. The concept of the FET predates the bipolar junction transistor (BJT), though it was not physically implemented until after BJTs due to the limitations of semiconductor materials and the relative ease of manufacturing BJTs compared to FETs at the time. (source)

273 questions
31
votes
3 answers

Can you make a CPU out of electronic components drawn by hand on paper?

I explored a lot of literature about paper-based electronics recently, and one particular paper caught my interest: “Handwritten Oxide Electronics on Paper” (DOI: 10.1002/admt.201700009) by Elvira Fortunato et al. It explains a method to make…
Zoé Martin
  • 491
  • 4
  • 9
29
votes
5 answers

Why does a single AND gate need 60 transistors?

Looking at the datasheet for the MC74VHC1G08, under the features section, it states Chip Complexity: FETs = 62. Why does this IC need 62 transistors, while an AND gate can be made with only 6 transistors? What are the other 56 transistors being…
eeze
  • 642
  • 1
  • 9
  • 18
20
votes
3 answers

Why have both: BJT and FET transistors on IC output?

This is the structure of FAN3100 gate driver IC: (taken from its datasheet) As you can see - there are two ouput switches: CMOS and BJT. Why they put them both?
Roman Matveev
  • 2,942
  • 7
  • 32
  • 75
17
votes
6 answers

Why (not) put a resistor on FET gate?

While thinking of ways to protect a MOSFET one idea was to put an extremely high resistance in front of the gate: The idea being that current is never supposed to flow through the gate, so if some transient threatened the gate, the resistance would…
feetwet
  • 2,322
  • 9
  • 31
  • 55
15
votes
2 answers

Why does this simple FET circuit behave this way?

In the circuit above, when S1 is pressed and released, the LED turns ON and stays ON. Why is this so? I can't directly measure the Gate Voltage with a DMM since connecting the DMM results in the LED not staying ON. If the LED is ON (S1 pressed…
PhilosophStein
  • 419
  • 3
  • 13
14
votes
3 answers

Is it good practice to run large amounts of current through a MOSFET?

I have been looking for a good way to control the flow of a lot of current in my project. This may at some points be 40-50 amperes at 12-15 V. While relays are a good choice, they are mechanical and therefore take time to activate and wear out over…
John Leuenhagen
  • 436
  • 6
  • 14
13
votes
4 answers

Best transistor to use for audio amplifier

This term, we will be designing an audio amplifier. So far in our lecture, we are still at BJT and based from what I've heard, FETs will just be partly discussed unlike the thorough one on BJT. Anyway, I would like to have an idea this early so I…
ellekaie
  • 350
  • 4
  • 9
  • 15
12
votes
3 answers

What can cause a Drain-Source short in a FET?

Background: I am using a Si7456CDP N-channel MOSFET in a switching power supply. The power supply and load are housed in a plastic enclosure. Yesterday, the power supply and load were working perfectly. This morning, when I came to power it on,…
Rocketmagnet
  • 26,933
  • 17
  • 92
  • 177
10
votes
4 answers

Why is a high value resistor necessary for grounding a MOSFET gate?

New to electrical engineering. I am following an introductory Cambridge university course but not entirely clear on what the lecturer is saying, and have nobody to consult because I am self-teaching this part of the course under huge time…
10
votes
4 answers

Using transistor as switch, why is load always on the collector

I find in reference circuits that when BJT is used as switch when it will be used in saturation mode, the load is always at the collector. For NPN the emitter is connected to the ground, for PNP the emitter is connected to power supply like…
quantum231
  • 11,218
  • 24
  • 99
  • 192
9
votes
2 answers

Identifying GaAs FET Structures

I found a photo in my grandfather's effects that I believe to be of an RF GaAs FET. He was working in a GaAs FET lab at the time this photo was dated (1975). It was labeled on the back "300μm gate width on mesa". I believe it was related to US…
Mark Omo
  • 487
  • 6
  • 20
8
votes
2 answers

Why would you use a shared-gate multi-channel MOSFET device?

This device has 8 drain channels, shared source, and a single shared gate: DMN1250UFEL How is this different from tying all the drains together and using a single FET? I suppose you could have different drain voltages, but what might be a…
KJ7LNW
  • 1,350
  • 6
  • 16
8
votes
9 answers

Logic-level transistor not switching

I am trying to use a transistor to drive a lamp from a Raspberry Pi (3B+) and I went after one that can be switched by the 3.3V logic. I found the FQP50N06L to have a max Vgs threshold of 2.5V, so it should work (right?). Here's the circuit I am…
Lurosset
  • 83
  • 1
  • 1
  • 5
8
votes
4 answers

Insulated gate SCR, does it exist?

Is there such a thing as an insulated gate SCR or anything fitting that description?
8
votes
2 answers

Choosing and biasing a MOSFET controlled by a microcontroller, does current matter?

I need some help choosing a MOSFET for the circuit that I described here, which I originally designed using a BJT but decided that FETs make more sense in this case. The FET will be controlled by a PIC24 that sends a logic high or logic low to the…
Christina
  • 347
  • 4
  • 17
1
2 3
18 19