Electronic – Controlling 12V 12A DC Pump using PIC

dcmotorrelay

For part of my project for college I have co control a 12V DC pump which requires 12A. I was wondering what is the best solution for allowing the PIC to complete this as the output from the PIC is only 5V. Would a relay be best or a FET?

Best Answer

Last time I had a similar need I used a transistor and a control signal from MIC. I recomend you to check this link : MOSFET.

It's a very good guide. I used a very similar circuit, however inster of a MOSFET I used a FET transistor.

Here is a simple control circuit: Simulation

Edited: In your case change the square source to PIC output.