Thursday 20 March 2014

schematics - Control speed of Nidec fan?



First of all, sorry for my lack of knowledge in the subject. I have a Nidec TA450DC B35502-35 fan which I've installed in a large wooden cabinet where my computer and other electronics sit. This cabinet of course gets hot from all the electronics inside of it. The fan forces air in from the room and goes out through openings in the top of the cabinet. This fan has 4 wires: red (+12v), black (ground), and then blue and yellow. I'm using only red and black to give the fan full 12v power.


Nidec Website


The problem is since it's at max speed, it is way too loud. I have a simple toggle switch to turn it on and off. What I would like to do is replace the toggle switch with a knob to adjust the speed. I don't know how to use the other two wires to control the speed.


What kind of knob do I need to get, and how should I wire it? The minimum setting of the knob should feed the fan with its minimum required power to spin at the lowest speed possible, and the highest setting should spin it at full possible speed.



I don't have any problem with soldering a small circuit board together for this project, I just have no idea what schematic I need to put together. I've played with electronics and their components all my life but don't know nearly enough to even begin understanding how to accomplish this. It should be simple, right? Should I be using one or both of the additional wires for this, or should I use some method of adjusting the voltage?



Answer



This should help you design a standalone PWM controller:


From Nidec


PWM Circuit


This is a simple PWM controller directly from Nidec (so I can guarantee it will work with your fan, though it's also compatible with other schematics, as long as the schematic works for a 12VDC 4-pin PWM computer fan). A 1k resistor, a 100k pot, two schottky diodes, a 555, and a handful of capacitors. Simple circuit, all you need is a +5v (so a regulator shouldn't be too hard to run off of the 12V supply you're using for the fan).


From Overclockers Forums


(The entire thread, many different schematics there for you, for different styles/applications)


You'll note they are very similar circuits. After building the circuit, you connect the fan's blue wire to the PWM Output of this circuit, then connect it to +12VDC and use a common GND with the circuit.


(Despite my constant use of Overclockers.com, I'm not trying to plug them. It's just somewhere I've seen a great how-to for how to build your own PWM controller, and the schematic is completely done out as well. I'll try to permalink it here for you.)



No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...