Drive high currents


Closed Thread
Results 1 to 4 of 4
  1. #1

    Default Drive high currents

    Hi all,

    i have a project where i'm trying to control a glow plug with a pic.

    The pic will turn on and off the glow plug.

    Since i will use an 1.2V rechargeble battery i will use an DC-DC ( as sugested here before ) to raise up to 5V to power up the pic and use 1,2V directly to power the glow plug.

    The problem is that i need a component that can drive the plug ( which will need 4A at least ).

    I've searched the net and found the PVN012 ( Power Mosfet photovoltaic relay ) BUT it is not available here !

    Do you guys know of a better ( and easyer ) solution ?

    Thanks

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by ruijc View Post
    Do you guys know of a better ( and easyer ) solution ?
    Thanks
    Lever switch placed near the servo arm that trips the switch and turns on the G/P...

    Search for N-channel, enhancement mode, logic level, MOSFET. Lots of them out there. If you don't get a logic level type, the PIC might not be able to drive it 'hard enough'.

    Wiring goes like this:
    Power to glow plug +, glow plug - to MOSFET source, MOSFET drain to ground.
    MOSFET gate to PIC pin. N-channel MOSFETs are generally setup to apply a 'ground' to a circuit. High level on the gate, MOSFET conducts across source-drain, low level, open circuit across source-drain.

    Actually, come to think of it, glow plugs ground thru the case, so you'll probably want a P-channel, which is generally setup to apply power to a circuit (but P-channel type generally aren't as efficient as N-channel).
    Set up for those is the same, but different.
    Power goes to MOSFET drain, MOSFET source to glow plug +. MOSFET gate to PIC pin.
    Problem here is the logic is backwards. Low level on MOSFET gate starts conducting, high level cuts it off, so you'll probably want a 10K resistor across the Gate and Drain to keep it shut off unless the PIC turns it on.

    But it's early, and I'm sticking with the lever switch. Less crap to fail.

  3. #3


    Did you find this post helpful? Yes | No

    Default

    Thanks skimask,


    The mosfet is a good idea...and yes...it has to be a P-channel.

    Do you have a reference for a common good mosfet for this ?

    Thanks

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by ruijc View Post
    Thanks skimask,
    The mosfet is a good idea...and yes...it has to be a P-channel.
    Do you have a reference for a common good mosfet for this ?
    Thanks
    Nope, that's why I suggested a search, such as Digikey or a similar electronics distributor.

Similar Threads

  1. SERIN MIDI out of Synch?
    By jncortes in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 9th June 2009, 20:08
  2. Old and beyond help ?
    By DavidFMarks in forum mel PIC BASIC Pro
    Replies: 46
    Last Post: - 11th December 2008, 15:23
  3. confused problem with interrupt in a working program
    By illuminator4 in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 14th November 2008, 17:01
  4. sample code for M25P32
    By Pedro Santos in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 9th January 2007, 02:37
  5. Serin and TMR0
    By capitano in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 17th May 2006, 14:58

Members who have read this thread : 1

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