High voltage drop when using Logic Mosfet. Why?

Hi everybody,

I am using a irlz44n mosfet to control a small heating element (load) using direct current. I have included a simple circuit as a picture to show how I am connecting the mosfet, arduino, and load.

When I measure voltage through the load when connecting directly to power supply, I read roughly 6 V. When I measure voltage through the load when using mosfet, I read about 4.3 V.

I believe this is too high of a voltage drop and I don't know why? Please help :slight_smile:
Also, Arduino ground is connected to ground of power supply.

Thank you

I think you have the Drain and Source pins swapped.
http://www.irf.com/product-info/datasheets/data/irlz44npbf.pdf
Drain to - of load, Source to Gnd.

CrossRoads:
I think you have the Drain and Source pins swapped.
http://www.irf.com/product-info/datasheets/data/irlz44npbf.pdf
Drain to - of load, Source to Gnd.

Hi CrossRoads,

If looking at the mosfet where the specs are written, I have the right most leg connected to the negative terminal of the load, and the center leg of the mosfet connected to power supply ground.

If I swap the connections between the right most leg and center leg, I get no voltage through the load.

Thanks

What can I say, maybe you damaged the part with it miswired.

cmore082:
If looking at the mosfet where the specs are written, I have the right most leg connected to the negative terminal of the load, and the center leg of the mosfet connected to power supply ground.

Definitely backwards. You were conducting via the body-diode of the MOSFET, hence a diode-drop
was seen.

Drain is the centre terminal for MOSFETs in TO220 package - this is always the case since the drain
is the substrate in a power MOSFET and the substrate goes to the tab (which is also the middle leg).

MarkT:
Definitely backwards. You were conducting via the body-diode of the MOSFET, hence a diode-drop
was seen.

Drain is the centre terminal for MOSFETs in TO220 package - this is always the case since the drain
is the substrate in a power MOSFET and the substrate goes to the tab (which is also the middle leg).

You are right, I fixed the connections. Therefore having the negative terminal of the load to the middle leg, and ground to the right leg. However, I am getting a drop voltage of 1 V.

Thanks

Unless your load is 45A(!), something is very wrong with a 1V drop.

The MOSFET should be 0.022 ohms when switched on. You haven't said how much current
the load is supposed to take.

MarkT:
Unless your load is 45A(!), something is very wrong with a 1V drop.

The MOSFET should be 0.022 ohms when switched on. You haven't said how much current
the load is supposed to take.

I have two loads connected in series, and each load takes about 3 V and 1.5 A. So total load is roughly 6 V and 1.5 A. I am using a power supply of 7.4 V and 5 A.

I store close to my house sells the following mosfet, http://www.irf.com/product-info/datasheets/data/irl2505.pdf

Would it be good to try that one?

Then the MOSFET voltage drop should be about 35mV when on, and off-current should be a few microamps.

I assume you are putting 0V or 5V across the gate-source circuit only - 0V for off, 5V for on.

I think I found the problem. When connecting the wires to the breadboard, connections seem to be not that strong. I found this when I would press down hard on the connections voltage would increase.

Thank you

You're using solderless breadboard? No wonder! Solderless breadboard is only suitable for low current applications - the connections have non-negligible contact resistance, and the internal conductors aren't meant to take high current either (I've seen breadboards where the plastic melted from the heat when an excessive amount of current was run through part of it)

DrAzzy:
You're using solderless breadboard? No wonder! Solderless breadboard is only suitable for low current applications - the connections have non-negligible contact resistance, and the internal conductors aren't meant to take high current either (I've seen breadboards where the plastic melted from the heat when an excessive amount of current was run through part of it)

Yeah I am using a solderless breadboard.

Thank you!