Another Mosfet Question


Closed Thread
Results 1 to 15 of 15

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default

    PIC gives you 5V, but your load is 12V; you can not ignite the gate.

    To drive NPN mosfet with the load going to GND, consider the following way.


    <img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=2860&d=1221917652" >

    ---------------
    Attached Images Attached Images  
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

  2. #2
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    Another solution to drive an N-channel MSOFET with the load going to GND is to use a hi/lo gate driver such as IRS2001, LM5101, FAN7842 (all come in an 8-pin packages). They provide sufficient gate drive current and will allow you to PWM at pretty high frequencies - up to 1MHz depending on the application. I typically use them at 5-50KHz. Also, because they have hi and lo side drivers, they are very useful in bridge type situations using N-channel MOSFETs only.

  3. #3
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Default

    Hi,

    Or output 50% PWM signal to drive the fet ... via a simple voltage doubler - or more - ( diodes + capacitors )


    Hi, Sayzer

    not so good for high current load ...

    you'll drop at least 3 v in your Mosfet ( Vgs on + Vbe BC 337 + V diode ! ) ...

    Bootstrap only works at "firing" the Mosfet ... not while steady conduction ...

    Alain
    Last edited by Acetronics2; - 21st September 2008 at 14:11.
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  4. #4
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default

    Hi Alain,

    This way of "driving" is an issue that I always encounter with.

    I have the following idea but not fully developed it yet.

    Any comment is appreciated.


    <img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=2865&d=1222017290" >
    Attached Images Attached Images  
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

  5. #5
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    I would just use a dedicated gate driver such as FAN7371 (less than US$1).
    The FAN7371 is a monolithic high-side gate drive IC, which can drive high-speed MOSFETs and IGBTs that operate up to +600V. It has a buffered output stage with all NMOS transistors designed for high pulse current driving capability and minimum cross-conduction.

    * Floating Channel Designed for Bootstrap Operation to +600V
    * 4A/4A Sourcing/Sinking Current Driving Capability
    * Common-Mode dv/dt Noise Canceling Circuit
    * 3.3V and 5V Input Logic Compatible
    * Output In-phase with Input Signal
    * Under-Voltage Lockout for VBS
    * 25V Shunt Regulator on VDD and VBS
    * 8-Lead Small Outline Package (SOP)

  6. #6
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Wink

    Quote Originally Posted by sayzer View Post
    Hi Alain,

    This way of "driving" is an issue that I always encounter with.

    I have the following idea but not fully developed it yet.

    Any comment is appreciated.


    >
    Hi, Sayzer

    Same problem ... the gate must be 5 + volts MORE than V+ for the mosfet to be fully ON.

    and no existing turnaround ... except voltage multipliers ( dedicated drivers also have their own voltage multipliers inside !!! )

    Alain
    Last edited by Acetronics2; - 21st September 2008 at 19:53.
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  7. #7
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    Ace, is correct. A driver IC, like the ones that I mention above typically apply 12V above V+. So if your circuit is running from say 20V, the voltage applied to the gate of the MOSFET is 32V - this will ensure that is turned on fully.

  8. #8
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    I've used this 'STN2E10L' logic level N channel MOSFET before, kicking the gate with a PIC at 5v, switching a 24V load with little if any Rds(on), at least none my meter could measure.
    A bit spendier than a standard N channel MOSFET, but it eliminates the whole driver issue, for me anyways...

  9. #9
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    Logic level MOSFETs are definitely the way to go. Most recently released MOSFET's are logic level and are spec'd (for Rds ON) at both 4.5V and 10V gate drive voltages.

    There 2 issues though with an N-Channel MOSFET. The load cannot be ground referenced and has to be on the high side - may or may not be a problem depending on the application.

    Secondly, they are OK to be driven directly from the MCU if you are just turning them on (and/or OFF). For PWM type applications, they MCU cannot supply the current (and voltage) to efficiently overcome the gate charge/capacitance. With many applications running in the many KHz to MHz region (for reasons of efficiency), gate drivers become a necessity.

  10. #10
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by rmteo View Post
    With many applications running in the many KHz to MHz region (for reasons of efficiency), gate drivers become a necessity.
    True...I guess I should've quantified those statements a bit.
    The bulk of those MOSFETs are driving a load of LEDs at 76Hz, a few are driving motors at 4882 Hz in other projects (yes, I know, the whine from the motors rocks!!! but I don't have to listen to it!). I've never measured I(g)...probably should. Might be the exact reason why I've had 3 pins fail to 'open-drain wanna-be' in the past couple of years.

Similar Threads

  1. Help needed - MOSFET driven by PWM
    By bcd in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 2nd April 2008, 05:02
  2. Mosfet problems
    By Agent36 in forum General
    Replies: 7
    Last Post: - 2nd February 2008, 22:37
  3. Driving a mosfet directly?
    By passion1 in forum mel PIC BASIC Pro
    Replies: 21
    Last Post: - 12th July 2007, 07:45
  4. Question for a math guru
    By Christopher4187 in forum General
    Replies: 3
    Last Post: - 22nd November 2006, 09:45
  5. Please answer my first question
    By John_001 in forum Off Topic
    Replies: 1
    Last Post: - 15th September 2006, 06:49

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts