Need a little help with old problem, fan control
charleyshf
Posts: 165
Hello,
I've been dealing with a situation every year with of all things my multi fan controller for my pc. Almost every year or so the "low end" fan controller I have starts to lose it's ability to control my fans and just burns out or stops working. This time I decided to not buy another one ($39.95) and I want to use the prop this time. I have most of the components I believe that I will need to do this.
I am not worried about looks, I just want something that can control my 3-pin 12vdc .30amp fans.I have a total of 4 of them. I have been looking around the forums for an idea of what I need for parts and the first thing that I see is that I need some sort of mosfet(s), right now I have a bunch of mosfet's from RS (IRF510) however it looks like I should be looking for IRL510's.
The only other things I thought about doing was to also make use of the RPM cable from each of the fans just to monitor rpms and maybe use my lcd display to show the status of each fan's rpm.
Is there a better choice of mosfets to go with?
I'd really appreciate any help.
Thank You
I've been dealing with a situation every year with of all things my multi fan controller for my pc. Almost every year or so the "low end" fan controller I have starts to lose it's ability to control my fans and just burns out or stops working. This time I decided to not buy another one ($39.95) and I want to use the prop this time. I have most of the components I believe that I will need to do this.
I am not worried about looks, I just want something that can control my 3-pin 12vdc .30amp fans.I have a total of 4 of them. I have been looking around the forums for an idea of what I need for parts and the first thing that I see is that I need some sort of mosfet(s), right now I have a bunch of mosfet's from RS (IRF510) however it looks like I should be looking for IRL510's.
The only other things I thought about doing was to also make use of the RPM cable from each of the fans just to monitor rpms and maybe use my lcd display to show the status of each fan's rpm.
Is there a better choice of mosfets to go with?
I'd really appreciate any help.
Thank You
Comments
I now wish I had gone for some form of stepped resistance, if the PC made that noise it would drive me even more nuts!
However, to get the fan really quiet at all speeds you should feed it DC and that's rather easy if you basically construct a DC-DC converter using an inductor, diode, capacitor, along with your PWM element.
There is of course the linear regulation method which although more inefficient you are still only talking about 300ma @12V motors.
Boy you two have given me some things to think about here. I built a circuit that I found a picture of on this forum(attached in this message) on my breadboard and the RFP30N06LE Mosfet that I just got in last week. I also used a pwm object from the OBEX from here: http://obex.parallax.com/objects/216/ . With some minor changes to the demo code I am able to control the mosfet and change the voltages (watching the output on a voltmeter) however I am trying to understand a few things. First is that I should have the democode changing the period and not the duty from what I have been reading, and so far I have been able to change the voltage output of the mosfet changing the duty, so I am uncertain there.
Second should I have a diode in place to prevent feedback if I am controlling fan(s)?
Last is there better code that I could be using so I can understand this better?
@Jonnymac - The Microchip TC4427 , would I use this to deal with the noise issue I hear other talking about with the fans? I also found a few different variants of this chip, looks like it's down to delay time of 20ns or 30ns, which would be better?
@peter - I guess I am just trying to find the best way to control a few fans in my pc, after reading around on the forums I assumed that using a mosfet would be the best way.
Thanks again for the help.
mosfet_drive.gif
I'm not sure if fans are all that happy being driven at low frequency as kwinn mentions but it is easy enough to find out. Shucks, the whole thing could be breadboarded (with MOSFET or BJT) and tested in less than 15 minutes. Go on, stop asking questions and do it
I could've made a pitch to buy thus and sundry, too, but as you'd already cast your lot I figured why not work with what you've got.
See the effect here!
SPIN "code" attached.