PWM controlled fan responds unexpectedly

  • Thread starter Thread starter Artlav
  • Start date Start date
  • Tags Tags
    Fan Pwm
AI Thread Summary
Controlling the speed of a 12V CPU cooler fan using PWM with a 555 timer and MOSFET has resulted in unexpected behavior, where the fan's RPM does not correlate linearly with the duty cycle. The fan exhibits a peak RPM at 60% duty cycle, with erratic performance at higher settings, suggesting it may be a brushless DC motor with its own controller. This complexity likely causes the fan to respond poorly to PWM signals, unlike simpler fans that operate smoothly. Suggestions include checking the gate-source voltage with an oscilloscope and considering the use of a power MOSFET with an electrolytic capacitor to stabilize the PWM control. Ultimately, using a simpler fan design has proven to yield better results.
Artlav
Messages
161
Reaction score
1
Hello.

I'm trying to control the speed of a fan (12V cpu cooler) with PWM (555 + MOSFET).
Should be quite straightforward, but i noticed that the speed of the fan does not seem to always change in the same way the duty cycle does.

With an optical RPM meter I'm seeing that the lowest RPM is at about 5% of POT's range, and goes slightly higher below that.
In the 5%-60% range the RPM climbs steadily with the duty cycle.
At 60% there is the maximum RPM.
Between 60% and about 80% it decreases.
Then between 80% and 90% it increases again, but at 90% it's less than at 60%.
And 90% to 100% it decreases again.

Even better, that 60% peak is higher that the RPM of the fan just hooked up to the 12V directly, while 100% is less than that.

An LED hooked up to the same controller seem to change brightness linearly.

What is causing such a strange behaviour?
Or rather, how to fix it?

Schematics:
pwm_fan.png
 
Engineering news on Phys.org
Sounds odd indeed, with those resistors and pot your duty cycle should be within ~5-50%.

Do you have access to an oscilloscope? I would have a look at the gate-source voltage of your MOSFET to see what it's actually doing. It's probably hard to judge visually with the LED if there's any problem with your switching waveform.

Edit:
I didn't notice the charging diode, duty cycle should be within ~5-95%.
 
Last edited:
Your fan is no ordinary motor, it is a brush-less DC motor with some controller chips on board. So, I am not sure its safe/good to PWM control it. The Odd behavior has got to do something with the BLDC motor controller on your fan.
 
The electronics in that fan motor is in all likelihood completely "dumb" and only handles commutation:
AVR442: PC Fan Control using ATtiny13

You might have a super weird fan motor but the PWM scheme in your circuit has always worked for me.
 
You could try a power MOSFET charging an electrolytic capacitor from the + rail. Your motor could be connected across that electrolytic.

You can get the same effect by connecting an electrolytic across your motor terminals in the arrangement you have. Current pulses may be higher than anticipated.
 
I_am_learning said:
brush-less DC motor with some controller chips on board.
Looks like that's what the problem is - the fan is too "smart".
I tried a "dumber" fan with only 2 wires, and everything works nicely.
The new fan won't start spinning unless given nearly full power, but once spinning it can be throttled up and down cleanly.

So, once again - if it does not make sense, look elsewhere :)
Thanks all.
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top