Author Topic: STP16NF06 datasheet confusion  (Read 2748 times)

0 Members and 1 Guest are viewing this topic.

Offline The Magic RabbitTopic starter

  • Regular Contributor
  • *
  • Posts: 108
STP16NF06 datasheet confusion
« on: March 03, 2016, 01:44:45 am »
I know there are better FETs for what I'm doing, but I have about 40 of these doing nothing so would rather use than waste.

I have a small 20W 12VDC heater that I want to control from a PIC, which will run a timer and thermostat. The output is 5V.

How do I work out how much power the FET would dissipate? I thought there would be a graph showing how RDS changes with VGS, but there isn't. The FET is a STP16NF06

Thanks

Sent from my XT1039 using Tapatalk

 

Offline michaeliv

  • Frequent Contributor
  • **
  • Posts: 260
Re: STP16NF06 datasheet confusion
« Reply #1 on: March 03, 2016, 02:06:48 am »
It's not in there most likely because it's not guaranteed. You can try and measure it yourself.
 

Offline Paul Moir

  • Frequent Contributor
  • **
  • Posts: 926
  • Country: ca
Re: STP16NF06 datasheet confusion
« Reply #2 on: March 03, 2016, 07:11:36 am »
Given that the Vgs threshold (the part where the MOSFET just starts conducting) is 4v max, you'll likely need more than 5v out of the pic to drive it reasonably on.  Note that the I/O output of your PIC might be somewhat less than 5v, often Vcc-0.6 or 0.7 v.  However, a single small transistor should be more than enough to get you some decent Vgs. 

I assume you're doing digital full on/full off control here.

(** some PICs have an open drain output which can be exploited to give you a little higher voltage.  RA4 on the 16F84A times to mind.)
 

Offline Phoenix

  • Frequent Contributor
  • **
  • Posts: 422
  • Country: au
Re: STP16NF06 datasheet confusion
« Reply #3 on: March 03, 2016, 09:24:58 am »
http://www.st.com/web/en/resource/technical/document/datasheet/CD00002501.pdf

Figure 5 gives you the information you need to estimate the conduction loss. For a given Vgs and Id you find the Vds.
 

Offline The Magic RabbitTopic starter

  • Regular Contributor
  • *
  • Posts: 108
Re: STP16NF06 datasheet confusion
« Reply #4 on: March 03, 2016, 01:59:39 pm »
OK, so assuming it was 4.5V from the PIC, that would still be be over my 2A IDS requirement with VDS at 12V... am I reading that correctly?

... however there's no figure for RDS at those values, so it's "suck it and see" essentially?

Sent from my XT1039 using Tapatalk

 

Offline biffster

  • Contributor
  • Posts: 16
  • Country: gb
Re: STP16NF06 datasheet confusion
« Reply #5 on: March 03, 2016, 08:31:25 pm »
Figure 6 plots VGS against ID at a constant VDS. You can calculate RGS from VDS/ID.

Beware though, Figure 8 tells you that RDS(ON) varies significantly with temperature even if VGS is held constant. The temperature of the FET will depend on how much power is being dissipated by it and how good the thermal conductivity to the surroundings are i.e. if you're dissipating a lot of power and you have no heat sink it will get hot and RDS(ON) will go up a lot so your current might be limited.

I'd try breadboarding it and see what you get.
 

Offline The Magic RabbitTopic starter

  • Regular Contributor
  • *
  • Posts: 108
Re: STP16NF06 datasheet confusion
« Reply #6 on: March 04, 2016, 12:22:55 am »
What motor? It's driving a heater.

I've breadboarded it and ran it for a couple of hours. The heater got monstrously hot but the FET wasn't even noticeably warm. Maybe 1 or 2 degrees above ambient. :-)



Sent from my XT1039 using Tapatalk

 

Offline Phoenix

  • Frequent Contributor
  • **
  • Posts: 422
  • Country: au
Re: STP16NF06 datasheet confusion
« Reply #7 on: March 04, 2016, 07:04:12 am »
OK, so assuming it was 4.5V from the PIC, that would still be be over my 2A IDS requirement with VDS at 12V... am I reading that correctly?

... however there's no figure for RDS at those values, so it's "suck it and see" essentially?

Sent from my XT1039 using Tapatalk

Each curve in Figure 5 is for a different Vgs. You're applying 4.5V so we will need to visually interpolate between the 4V and 5V curves, sort of.
You're trying to conduct 2A so you go up along the Y axis to 2A; the very large scale is hard to accurate read 2A, it's right down near the bottom.
Go right until 2A intercepts the 4.5V curve (somewhere between the 4V and 5V curve) and go down to read Vds is about 700mV.

This is the process, but because you're using such a low gate voltage the MOSFET may not actually be turning fully on, then your Vds will be a higher and your Id will be smaller.

FYI - you can think of RDSon as a useful approximation of the "fully on" (also called the linear or ohmic region) region of the curve in Figure 5. The caveat is that the MOSFET is fully switched on.
https://en.wikipedia.org/wiki/MOSFET#Modes_of_operation
In your circuit the MOSFET may not be operating in this region because Vgs is so low, which means RDSon doesn't apply anyway.
 

Offline The Magic RabbitTopic starter

  • Regular Contributor
  • *
  • Posts: 108
Re: STP16NF06 datasheet confusion
« Reply #8 on: March 05, 2016, 03:41:42 pm »
Thank you! This makes a lot more sense now. :-)

Sent from my XT1039 using Tapatalk

 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf