Speed control of 12V 0.24A 120mm brushless fan.
My goal is to control the speed of a 12V 0.24A 120mm 2 wire pc fan.
After googling PWM seemed like a valid approach. I used an nchannel mosfet (LR7843) to turn the 3.3V raspberry pi PWM signal into a 12V signal and wired the fan accordingly.
Now this worked perfectly fine with one fan I have but a newer fan did not respond as expected. After some more googeling I found out that most 2 wire brushless pc fans should not be controlled via a pwm signal but an analog signal.
Using a potentiometer I can vary the speed as desired on both fans. Now I would like to vary the speed via software.
This is where I'm currently stuck at. How do I turn my 12V PWM signal into an analog signal?
[link] [comments]