Hello!
I have a problem with my Arduino-Project. I am trying to light up some LED-stripes, which need 12V and take ~5 Watts.
For this I want to use some MOSFET IRF3708 transistors to light up the LEDs. My 12V Power source also Powers my Arduino Nano. The Digital Pins on the Arduino are set to "Output" and one PIN should switch one transistor. It basically works, but unfortunately it behaves just the wrong way round.
:o
When I set the digital PIN to HIGH, the transistor does not switch. The LEDs are staying dark. But as soon as I set the digital PIN to LOW, the transistor switches and the LEDS light up!
What am I doing wrong?
In the cicuit I have only drawn one LED-Stripe with transistor. But in total I have 3.
