I have a circuit that requires to switch on/off the load using arduino control signal. The load uses 5V DC and upto 3A current. MOSFET or relay must be used to switch the load supply on/off. Input to my circuit is continuous 5V DC.
Which should I use either a relay or MOSFET?
I have used IRF540 MOSFET which works but after it switches on the load voltage is only 3V, which is very less power to the load.
If I have to use a MOSFET what type of MOSFET is preferrable?
Best Answer
If you want to use a MOSFET, my preference, you need to chose one suitable for the application. This includes current, voltage, load, etc. With the Arduino you need a Logic Level preferably a UIS rated mosfet. The MOSFET must be properly enhanced (see graph on data sheet) to determine the Vgs voltage required to do this. Keep your load and allowable voltage drop in mind. Be sure the grounds are connected. When it is on measure the voltage between the source and drain, it should be less than 0.2 volts, if more you are not properly driving it. The IRF540 is not designed for logic level inputs. Its threshold can be as high as 4 volts. With the Arduino it is wise to put a pull down or pull up resistor to guarantee the output state while it is in reset and your code takes over. This will prevent output glitches.