+ Reply to Thread
Page 1 of 3
1 2 3 Last
Results 1 to 15 of 36

Thread: MOSFET operation

  1. #1
    fabbie Newbie
    Join Date
    Oct 2004
    Location
    msia
    Posts
    126

    Default MOSFET operation

    Hi hi,
    IM rather confuse with MOSFET operations on how it works. If i intend to saturate a N-channel MOSFET, all i have to do is overcome its threshold voltage is it? IS the MOSFET Vgs similar to the BJT's Vbe?


  2. #2
    evandude Good evandude Good evandude Good
    Join Date
    Oct 2003
    Location
    Maine, USA
    Posts
    1,395

    Default

    for saturation, Vgs-Vt < Vds

    also note that saturation is a very confusing term when you are looking at mosfets vs. bjt's. they mean sort of opposite things... if you look at the V/I curves, the sort of linear region close to the y-axis is the saturation region in a BJT, but the ohmic or triode region in a mosfet. In a mosfet, the saturation region refers to the constant-current region (near-horizontal line) on the V/I curve, so it is usually a good idea to refer to it as the ACTIVE region with a MOSFET so you don't confuse yourself with BJT operation.

  3. #3
    Russlk Newbie
    Join Date
    Nov 2003
    Location
    New Hampsire, USA
    Posts
    2,457

    Default

    The MOsfet Vgs is not like the BJT Vbe. You should drive a logic level MOSFET with 5 volts or drive other MOSFETs with 10 volts minimum.
    see my website: www.geocities.com/russlk

  4. #4
    fabbie Newbie
    Join Date
    Oct 2004
    Location
    msia
    Posts
    126

    Default

    Is it a MUST to drive other mosfets with 10V? Since im using a PIC to drive my MOSFET( H-Bridge), im only limited to approximately 5V. When dealing with MOSFETs, what are the most important characteristic to look in the datasheet? Currently, im only experienced with BJTs. I have no idea what am i suppose to look at

  5. #5
    evandude Good evandude Good evandude Good
    Join Date
    Oct 2003
    Location
    Maine, USA
    Posts
    1,395

    Default

    look at the I/V characteristic curves for the MOSFET. they can be found in the datasheet. You aren't going to want to use the MOSFET in the active (saturation) region if you are trying to switch a large load, because it will dissipate a lot of power. You will want to use it in the ohmic region, which will give you a much lower Vds which corresponds to lower power dissipation (P=Vds*Id)

    Look on the I/V curves for the device you are using. find the current level you need to drive the motor, and look at the curve for the Vgs you intend to use. if the current level falls in the ohmic region (ie- the part before the line goes semi-horizontal) then you will be OK. If not, you will either need to choose a device in which it does, or increase the voltage with which you drive the gate. the higher the Vgs you use, the lower the value of Vds for a particular current, and thus the lower the power dissipation in the MOSFET.

    as long as you aren't trying to drive a huge motor, you shouldn't have too much trouble finding a mosfet that can drive a few amps in the ohmic/triode region at a gate voltage of around 4.5 or 5v as you will get from a PIC. Try looking at the IRF540. that can give you around 10 amps with a gate voltage of 4.5v, with a Vgs of only 1v, meaning only 10 watts of power, and since the device is rated for 130W of power dissipation (with proper heatsinking of course) you should be fine. If you need more than 10 amps, then you can use a separate power source and another transistor (or an optoisolator) to switch the MOSFET gate at a higher voltage from the PIC.

  6. #6
    williB Good williB Good
    Join Date
    Aug 2004
    Location
    New Jersey
    Posts
    2,226

    Default

    You aren't going to want to use the MOSFET in the active (saturation) region if you are trying to switch a large load, because it will dissipate a lot of power. You will want to use it in the ohmic region, which will give you a much lower Vds which corresponds to lower power dissipation (P=Vds*Id)
    but Vds is fixed by the battery and motor windings. you cant really control Vds

  7. #7
    fabbie Newbie
    Join Date
    Oct 2004
    Location
    msia
    Posts
    126

    Default

    THX ALOT for the explanation.
    One thing i dont understand, what is the threshold voltage purpose? From evandude explanation, all i have to do is apply the right amount of Vgs to obtain the sufficient amount of Id i require. I dont understand the purpose of the threshold.

    Thx in advance for the explanation!!!!

  8. #8
    Styx Good Styx Good
    Join Date
    Dec 2003
    Location
    UK
    Posts
    1,724

    Default

    The threshold "purpose" is such that a minimul Gate-Source voltage is needed for it to start to conduct.

    This threshold is different from different type of FETS, higher voltage,higher current, different structure.

    There is a depletion region (non conductive) in a FET and when you apply a voltage across the GATE and SOURCE you provide a voltage field that starts to draw charge into the depletion region.

    Increase the voltage and more charge enters this region. Once a certain voltage (the threshold voltage) has been reached there is enough charge in the depletion region to form a conductive (high ohmic) path from DRAIN to SOURCE.

    Increase the voltage further and more charge enters the depletion region and the thus the resistance of this region falls (decreasing the D-S imedance). You will eventually hit a saturation voltage where any more increase in voltage will not result in an increase in charge in the depletion region.

    Now the device is saturated and the D-S resistance is at its minumum (for given environement/load conditions)

  9. #9
    williB Good williB Good
    Join Date
    Aug 2004
    Location
    New Jersey
    Posts
    2,226

    Default

    Id increases as (Vgs-Vt) increases assuming that Vds>or equal to (Vgs-Vt )
    as styx said Vt ( threshold Voltage ) is just the turn on point of the transistor

  10. #10
    fabbie Newbie
    Join Date
    Oct 2004
    Location
    msia
    Posts
    126

    Default

    ok i just want to get this right.
    Assuming if the is Vt= 2V and Vds=12V.
    If i apply a voltage of 5V to the Mosfet's gate, that would mean i have already TURNED ON my MOSFET and able to get around 15A of Id current ( referring to the IV curve). Am i right or wrong?
    Attached Images

  11. #11
    williB Good williB Good
    Join Date
    Aug 2004
    Location
    New Jersey
    Posts
    2,226

    Default

    i would say yes, you are correct..

  12. #12
    evandude Good evandude Good evandude Good
    Join Date
    Oct 2003
    Location
    Maine, USA
    Posts
    1,395

    Default

    right. If you are running your motor at more than 5v, as i said before, you can easily add a couple transistors to operate the gates of the motor switching MOSFETs at the higher voltage, which would increase efficiency. Basically the higher the voltage on Vgs, the larger the induced channel is, and thus the more the MOSFET will look like a switch.

    yes, the power supply voltage and motor windings are going to determine Vds, but if you are using a large gate voltage, then a Vds of more than a volt or two corresponds to a VERY high current, more than a reasonably-sized motor would ever draw, so Vds will remain pretty low. and of course at Vds of 1 volt, you only get 1 watt per amp of current... and with a decent Vgs you should be well below 1 volt for Vds.

  13. #13
    williB Good williB Good
    Join Date
    Aug 2004
    Location
    New Jersey
    Posts
    2,226

    Default

    agreed

  14. #14
    fabbie Newbie
    Join Date
    Oct 2004
    Location
    msia
    Posts
    126

    Default

    Got it. My current rating is about 7A max, therefore i dont think i need a higher Vgs.

    Since im going to use P-channel mosfets for my H-bridge, am i suppose to supply nagative voltage to my gate? the threshold voltage for p-channels are negative in value and that would mean i wouldnt be able to ON them without a negative signal

  15. #15
    evandude Good evandude Good evandude Good
    Join Date
    Oct 2003
    Location
    Maine, USA
    Posts
    1,395

    Default

    that's negative relative to the SOURCE, not relative to ground. with a PMOS transistor the source is at the more positive terminal (typically the positive supply terminal)

    for instance, for a PMOS with the source connected to +5v, applying 0v (ground) to the gate means Vgs equals -5v.

+ Reply to Thread
Page 1 of 3
1 2 3 Last

Tags for this Thread