So yeah i got one of those big washing machine motors. I recently made a circuit to measure its speed, which works fine. So now i want to control its speed with my arduino to hold a wanted RPM under load. Because i dont want to fry my 500V Mosfets (and to not electrocute myself) i thought i should test my circuit design with 30V. First problem was that i have a IRFZ44N which needs 10V for switching. so i read i should just use a normal transistor to switch that. For that i wanted to use one of my NPN transistors (80V, 1A). And here where the trouble starts. i got everything wired up like this:
When im now powering up the PSU the motor just starts spinning. Which it shouldnt. the mosfet should be pulled to GND and not conduct anything. When i just control the mosfet as a single unit everything works fine. it turns on and off when touching vcc or gnd. but when putting it in my circuit with the NPN it just starts conducting. I dont know what i do wrong =/ is it even possible to switch a N channel mosfet with a NPN? or do i have to use a PNP? im a bit terrified of PNPs because if i connect their base to my controller the thing just turns on and pulls its power from the transistors base =/
hope someone can help me. thx