I have some LED’s I would like to turn on with my Arduino.
They have a wall plug that converts 220v AC to 12V 10A DC output. Decided to keep this always plugged in after my previous question about switch 220v
Upon motion, I would like to have my Arduino to allow this power to flow through to the LED’s
Looking at this.
So my questions are, which of the above 2 options is the best?
Do I need to add shotky diodes or capaciters anywhere?
Such as a 1N4001 Diode rectified on the connection back to the Arduino?
Or does it go on the link where the 12V, 10A are coming in from? Or both?
I was advised to properly use isolation so with the above options, how to properly protect this ?
Can you explain what you mean by 10k pull down resistor on the gate.
Did you mean 10k resistor (unless pull-down is a special kind) between the 5V arduino to FET?
Or did you mean between the arduino and the AC Adapter that's providing the 10A/12V ?
Or did you mean from the FET to the LED strips?
If I think it's between the FET and the Wall AC Adapter, what value does it provide since the AC adapter puts out 12V/10A which is what the LED's want.
This is my first project, first time seeing a Arduino (Uno and Nano) and my first time wiring.
It applies to FET gates as well as Arduino inputs.
Hi Grumps.
Gave this a read and the mention of
"said to be floating. In practice this usually results in reading a succession of highs and lows, seemingly at random. In fact what is happening is that the input is acting as an antenna and picking up lots of signals out of the air."
That makes sense to me. However, the amount of noise would never be enough to trigger a pin high/low or to trigger the coil to closed the FET circuit right?
Am I correct in stating that this is for best practice to ensure a properly functioning design but not for safety reasons correct?
No, the amount of noise would trigger the FET.
We are dealing with very high impedance so here so a small electric field can result in a very high voltage, enough to trigger a FET.
Have you ever touched the signal wire on a scope where there is no ground connected? You can easily see a reading of 50V.
IRLB8721 is not bad, 13 to 16mOhm Rds at 4.5V and 25A current flow.
It will dissipate P = I^2 * R = 10A x 10A x .016ohm = 1.6W when on, you may want to add a heatsink.
If I'm using it in intervals of about 1 minutes on, maybe 10 minutes off as it'll be for a staircase.
I'm expecting to mount the cables/arduino and such inside a electric box (small white one from the local DIY shop) - So your commend about the heatsink does indeed concern me.
The Source will likely always have power coming in (12V, 10A) as I don't want to mess with 220v AC so i'm wondering if they will create heat even if the FET is closed?
Recommendations on heatsinks for this application?