Tuesday, 12 December 2017

arduino - Circuit with switching MOSFET not working


I have this circuit built (updated to remove short-circuit):


Circuit



I'm experiencing some weird behavior though that I don't understand.
1. When I close the switch, nothing happens. No current flows through the MOSFET, according to the Ammeter.
2. If I disconnect the ground of the Arduino from the negative terminal of the power supply, current flows through the MOSFET, even when the switch isn't closed!


Have I hooked this up incorrectly? Why is the MOSFET letting current through? Any ideas?


Note: Data Sheet for MOSFET
Note 2: When I use this exact setup but replace the 12V power supply with a battery, and the component with a resistor and an LED, it works fine.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...