Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

71%
+3 −0
Q&A Using FET based followers and design rules

FET source-followers are generally less predictable than BJT (bipolar junction transistor, like NPN or PNP) emitter-followers. An emitter follower output is one diode drop below the input. The vo...

posted 3y ago by Olin Lathrop‭  ·  edited 3y ago by Olin Lathrop‭

Answer
#6: Post edited by user avatar Olin Lathrop‭ · 2020-11-11T20:34:14Z (over 3 years ago)
#5: Post edited by user avatar Olin Lathrop‭ · 2020-11-11T14:14:10Z (over 3 years ago)
#4: Post edited by user avatar Olin Lathrop‭ · 2020-11-09T17:00:09Z (over 3 years ago)
#3: Post edited by user avatar Olin Lathrop‭ · 2020-11-08T22:41:57Z (over 3 years ago)
#2: Post edited by user avatar Olin Lathrop‭ · 2020-11-08T19:16:41Z (over 3 years ago)
#1: Initial revision by user avatar Olin Lathrop‭ · 2020-11-08T19:12:35Z (over 3 years ago)
FET source-followers are generally less predictable than BJT (bipolar junction transistor, like NPN or PNP) emitter-followers.

An emitter follower output is one diode drop below the input.  The voltage across a diode varies little as a function of the current, so this offset remains fairly constant.  The absolute voltage across this diode is also reasonably predictable.

The input to output drop of a FET source-follower is whatever gate voltage is required to pass the source current.  The absolute value of that voltage is less well specified than the drop on a silicon diode.  

Take a look at <i>gate threshold voltage</i> specifications for some common FETs.  I just looked up the IRLML2502 as an example of a low voltage FET meant to be driven with logic level gate voltages.  Even this FET is specified for a gate threshold voltage anywhere from 600 mV to 1.2 V, and that's just at 250 &micro;A.

Take a look at the typical characteristics of what gate voltage is required to sustain what collector current:

![Image](https://electrical.codidact.com/uploads/aYdLCP12jmGw5Z2rQWEwHMhU)

First, notice how little this graph really tells you.  It only shows currents from around 15 mA to a bit over 30 mA.  It's not of much help if your current is only, 2 mA, for example.

Second, notice the rather large change in gate voltage to get different channel currents.  Even at the single fixed temperature of 25 &deg;C, it takes 2.5 V to get 20 mA, and over 3 V to get 30 mA.  At 150 &deg;C it takes over 3.4 V to get the same 20 mA.

Another characteristic to consider is the how much D-S voltage is needed before it not longer matters much:

![Image](https://electrical.codidact.com/uploads/LUEGNuMJRNWQUBJaDzH1XnDF)

It takes about 1 V or so at 15 mA, and over 2 V at higher currents.  Contrast that to a BJT where this is well under 1 V except at quite high currents for the device.

So even for this one example low voltage FET, the G-S voltage varies much more than the B-E voltage of a BJT, and more D-S voltage is required before that stops being much of a dependency.  These characteristics are even worse for higher voltage FETs which are usually intended to operate with a 10 V or so gate range.

All around, This means that the G-S voltage of a FET is less predictable to start with, and will vary more, than the B-E voltage of a BJT in similar conditions.  Since all the G-S or B-E voltage variations show up directly on the output of follower circuits, FETs simply don't make as good followers as BJTs do.