Home     Contact     Projects     Experiments     Circuits     Theory     BLOG     PIC Tutorials     Time for Science     RSS     Terms of services     Privacy policy  
   
 Home      Projects     Experiments     Circuits     Theory     BLOG     PIC Tutorials     Time for Science   

26 January 2010
Author: Giorgos Lazaridis
PC System Health Monitor




Worklog - New faster fans - new controller circuit (February 12 2010)

My new powerful 120mm @ 1800rpm Zalman fans

In the meanwhile, i received a pair of 120mm Zalman fans for test. The only reason that i bought these fans is because they could rotate up to 1800rpm! Moreover, these fans draw 350mA, almost half a watt (0.42 Watts)! And at that speed, they sound like a helicopter... So, as you understand, i had to attach the rpm controller circuit (yeah, like i wouldn't). For my great disappointment, this circuit refused to co-operate with these two fans.




More problems

I use to say that the more the problems in a design, the more the pleasure when it works. But sometimes, this becomes ridiculously tiring. I used this circuit:


PIC 3-Wire Fan RPM Controller

Although i have test it with several fans from different brands, it seems that it can only co-operate with fans that rotate up to 1200rpm and not faster. The problem is the rpm feedback - of course. The signal from the feedback is rather noisy to drive it in the buffer. So, i used the good old Schmitt Trigger method. Hopefully, i do not have to further explain the ST, as i already have some pages for this:



F.Y.I., i used a 741 Op-Amp to perform a single power supply Schmitt Trigger. I have make an on-line calculator for this kind of ST circuit that i used for my calculations:



You can find more calculators for other kinds of ST circuits in the Dr.Calculus pages.

Of course, i had a 3-days research to make them work properly. I used several different methods, different PWM frequencies (up to 90KHz!), different fan drivers, different filters. Only with the ST i managed to get a nice and smooth signal. So, except this, the rest of the circuit as well as the PIC program was exactly the same. The PWM frequency slightly differs. For these fans i preferred to use a frequency around 50KHz, as it gave me a better rpm response.

At this point, i must admit that i am astonished by the performance of these fans. I managed to rotate them with a speed as low as 300rpm!!!!!! The feedback at this speed was still very clear and rectangular. And something more. It rotates with maximum speed (1750 rpm 10% tolerance) with just 10% duty cycle with no load (no filter-no pressure). Before this project ends, i will measure the pwer consumption of the fans, which i am sure it will be incredibly lower than the nominal power consumption.




The new circuit

the new controller has 2 PICs to control 2 fans

Because of the 741 chip addition and the high frequency pulses, the PCB had to be bigger than the ones i made for the other fans. Thus, i decided to make one PCB for both fans. During the research, i made actually two PCBs. The first one rests in peace in the local junk-yard. The high frequency pulses increased the difficulty dramatically. It almost drive me crazy. Imagine this: One PCB carries two completely identical circuits, one for the left fan and one for the right. They have exactly the same parts. The left circuit works perfectly. The right circuit refuses to work correct. It runs for about 1 minute and then the PIC program flow collapses. There is NO obvious cut or line break on the PCB. After many hours over the PCB with a magnifying lens and a bucket of Greek instant coffee, i found one single line that carried the PWM pulses and was going through some pins of the PIC. This damn line interfered with the micro controller. I cut this line with a razor and connected directly a wire pin to pin. From then on, the controller works heavenly good.





The first test-run with all 4 fans (February 14 2010)

I have to re-design the inside of the box because i had bad air flow due to many obstacles.

Until now, i have only test the fans in pairs. I have not connect all the 4 fans on the bus together. Well, it is just about the time to do it. I slightly modified the bus cable, as (if you remember) i will completely change the entrails of the box. I had very low efficiency with the arrange i had before. Too many obstacles for the air to flow freely.

As for the fans, i will use the fast 1800rpm fans for the inlet, and the slower 1200 rpm for the outlet. I chose the fast ones for the inlet for two main reasons: A] I need more power at that point due to the filters that increase the airflow resistance and B] If there is a pressure difference in the box, then it is better to have higher pressure than lower, so that the dust will not sneak through every hole.

I am testing the new circuit for one day, and has not given me a slight sign of failure. Hopefully, it will not go crazy after a week. This is the new circuit:




The main difference with the other circuit used for the Cooler Master fans is the rpm feedback filtering. I used a Schmitt trigger to make the pulses rectangular. The R7-R8 voltage divider will make the 12 volts output of the ST circuit capable to be driven to the PIC input, and the D2 is a 5.2V zener diode in case that something goes wrong. If you are sure about the 741 and all the things around it, then this diode can be omitted.

In case that you try to copy this circuit with different fans (remember i use Zalman), then you may consider changing the ST thresholds or the R7-R8 voltage divider. One point that you need to take into account with the voltage divider: The logic 1 of the St output is 12Volts, while the logic 0 is unfortunately NOT 0 volts. It is about 2 to 3 volts, depending on the speed and the type of this fan. So, when you calculate the resistors for the voltage divider, do it according to the LOGIC LOW instead of the LOGIC HIGH. After all, the Zener will keep it down to 5 volts. For your calculation, you need to know the Input HIGH Voltage characteristic. For the PIC i use, this is 2 Volts. During my first experiments, i failed to receive rpm feedback not because the voltage on the pin was not high enough (to read logic HIGH), but because during the LOW level of the pulse, the voltage was slightly above 2Volts, so the PIC received always HIGH. To make the circuit more "Universal", you could add a switching transistor.




The results

The circuit above is just for one fan. On my PCB, i host two identical circuits together. The other 2 fans use separated controlling circuits. And this is what i got on the first run:





Just for the record, i have increased the rpm threshold on the controllers to 80rpm. This means that if i set the rpm for example to 1000 (as i did during the first test), the controllers will consider the fan "centered" for rpm values between 920 and 1080.
















Comments

  Name

  Email (shall not be published)

  Website

Notify me of new posts via email


Write your comments below:
BEFORE you post a comment:You are welcome to comment for corrections and suggestions on this page. But if you have questions please use the forum instead to post it. Thank you.


      

  • At 14 February 2010, 17:23:23 user Kammenos wrote:   [reply @ Kammenos]
    • I should have mention it in the article. I may add it later on. I add the cap because i could not drive with PWM this fan and get rpm feedback at low rpms. I have face the stall problem myself using other fans. But this fan has not any particular problem by reducing the voltage. After all, i will never drive them below 800rpms. And this circuit can go even lower w/o stalling the fan.
      Actually, the problem with PWM was that (maybe you have face it also) from lower to higher rpms, the duty cycle was changed only a couple of steps %. I tried from very low frequencies up to very high frequencies, still the regulation was terrible. That's the reason for this cap.


  • At 14 February 2010, 16:41:19 user Tom Hargrave wrote:   [reply @ Tom Hargrave]
    • I have not even had time to build your initial circuit - I\'m too busy supporting our original speed controller and designing a new temperature controller right now but will get to this soon. And when I do I\'ll send you the results.

      I see that you have added a 470uF cap across your FET, converting your PWM back to a noisy switching power supply. Can you explain why you added the cap?

      We tried a cap across our switching tansistor but found that the motor tended to stall at lower RPMs. But we did come up with a design using a smaller cap & second resistor in the power transisitor drive circuit that stretches the transistor on ramp and reduces the on-pulse kick from a loud growl to very soft pulses. This change would not work with your circuit because you are running at a much higher frequency than we are.


  • At 14 February 2010, 12:35:41 user Kammenos wrote:   [reply @ Kammenos]
    • Tom, i posted the new circuit. Will you test it with your fans? I look forward to hear the results.


  • At 13 February 2010, 14:37:54 user Tom Hargrave wrote:   [reply @ Tom Hargrave]
    • I realized after my last post that my logic behind sampling only when the fan is on flawed. With your higher frequency design, your RPM pulse train is slower than your drive frequency. To make this design work for you, you would need to convert the incoming RPM pulse into a shutter or gate then count the number of PWM pulses riding in on the pulse. And since the PWM frequency is a constant, you can translate the PWM pulse count into RPM.


  • At 13 February 2010, 7:40:56 user Kammenos wrote:   [reply @ Kammenos]
    • Yes, i changes the 4049 with an 741 that i have in stock. The reason for the 741, is that i have a lot of them to foll around. I will post the circuit or course.
      As for the second post, i suppose that this would work as well. This will dramatically reduce of course the signal reading interval(i read about once a second) because then it would be very hard to keep the rpm low.
      Will you try this? If you do, please post the results.


  • At 13 February 2010, 2:57:29 user Tom Hargrave wrote:   [reply @ Tom Hargrave]
    • I was sitting here looking at my O'Scope and eating my Dominos Pizza when the real solution just came to me!

      Instead of trying to condition the short pulses that occur when the fan is off, you should restrict your speed measurements to only when the fan is on. I'm assuming you can trigger a internal loop on the rising edge of the PWM on pulse? Then you can count incoming tach pulses across a fixed time window and calculate the fan's RPM from the pulse count. You may end up slowing your frequency back down in order to provide a wide enough window to measure your fan speed at all settings. You can even use a tach output pull-up resistor that's tied to your controller's 5V rail, possibly eliminating any need for signal conditioning.


  • At 13 February 2010, 1:33:32 user Tom Hargrave wrote:   [reply @ Tom Hargrave]
    • You don't state in the text but I assume you replace the circuit you built around the 4049N with your LM741 based trigger circuit? At least the components on your board supports this.

      It's been a long time since I designed anything around a LM741 OP Amp and the design is getting old. Maybe you can design the entire analog side around one LM324 OP Amp or if you want to stay with two 8 pin packages, something more efficient like a TLE2021?



    delicious
    digg
    reddit this Reddit this
    Faves



     HOT in heaven!


    NEW in heaven!



    New Theory: AC electric motor working principle



     Contact     Forum     Projects     Experiments     Circuits     Theory     BLOG     PIC Tutorials     Time for Science     RSS   

    Site design: Giorgos Lazaridis
    © Copyright 2008
    Please read the Terms of services and the Privacy policy