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.
Bookmarks