N Channel Mosfet – Low Side Switch

Here’s my schematic and board design for a simple low side switch using a N channel mosfet.  It’s a simple circuit that has a input for positive and negative and an output for positive and negative connections.  Pretty self explanatory.   It seems like every time I go to work with mosfets I have to spend a good 5-10 minutes reminding myself how they work.  So here’s a reminder to myself for the next time I go looking and maybe it’ll help somebody else out.

You can download the board file here.  For reference, the mosfet I’m currently using is this which is a TO-252 package, where the gate to source threshold voltage of 2.4V and a maximum gate to source voltage of 20V.  I typically prefer a high side switch for protection reasons but this has it’s use as well.  Specifically, this type of switch is often used with a microcontroller to control power to something since the 0V and 5V that a microcontroller can produce is enough to switch the circuit.

nChannelSwitch.png

In this case I’m using this circuit board as a switch to control power between the input and the output sides.  The key thing here is that the positive line passes straight through which means that the circuit will always have a connection to power.  The switch blocks the return path to ground so that no current flows until the switch is flipped.  R1 is a resistor that pulls the the gate down to ground so that if the switch becomes disconnected thigs don’t go crazy.  Even when controlling this with a microcontoller instead of a switch, you should always (yes always) have this resistor in place.  When the switch is open, the voltage between gate and source is zero so no current flows.  When the switch is closed, the gate is pulled up to the positive voltage input (8V in this case) and Vgs is 8V which is above the threshold of 2.4V so current flows through the fet.

nchannelSwitchboard.png

WARNING: Note that if you use this as a switch then you are leaving your circuit connected to power but not connected to ground.  This means that if anything comes loose and makes that connection to ground, you could be screwed.

Here are a couple good resources for fets:

Sparkfun According to Pete Mosfets
BaldEngineer Mosfets
BaldEngineer High Side Switch
Jonathan Currie Youtube – Introduciton to Mosfets

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s