Hello,
I'm a beginner, and I'm creating a project using an Arduino UNO to create a heater for my pet hedgehog. I have a DHT11 (which is fluctuating a great deal lately) reading the temperature near a heating pad I bought from Adafruit that takes 5-12V. I'm using a MOSFET to handle the voltage onto the pad. The code is written so the pad is turned off once it reaches a desired temperature.
I know the power at least is going through all the way to the pad, because when I connect both the USB and a DC wall power supply, I get a 3.5V reading on my multimeter and the pad gets warm. However, once I remove the USB, the voltage drops to around 2.7V. The only question I have wiring wise is where the positive end of the pad would go. The negative goes into the Drain pin on the MOSFET and here I just put the positive pin in my breadboard power rail. Is that okay?
My question is why is this voltage so low? am I using to big of a resistor (10k) or is the MOSFET I'm using the problem? I don't understand since I'm adding both the USB and the DC wall power supply (12V) for power. Would a relay work better in this case? Why?
Any help is much appreciated. Let me know if you want to take a look at the code