• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

DIY binary fan controller

Syzygies

Senior member
Here's my first prototype for a DIY binary fan controller:

DIY binary fan controller

The front plate is for an Antec P182 3.5" bay; they'll sell more, ordered by phone. I should have used a stepping bit, for a cleaner 1/4" cut for the toggle switch holes.

The circuit is simple: Each diode introduces a 0.75 V (or so) voltage drop. There are seven diodes in series; note that they alternate directions to facilitate twisting their leads together under the project board. The "yellow, green" toggle switch shorts one diode, the "green, red" toggle switch shorts two diodes, the "red, black" toggle switch shorts the remaining four diodes. So by entering a value in binary from the front panel, one can select eight different voltages, with 000 = 12 - 7*0.75 = 6.75 volts, and 111 = 12 volts.

It took me a while between conception and execution, to get over the idea that using binary toggles was affected. The idea is both simple and natural. My first friend to own his own computer, in 1977, had toggles in front. Perhaps all computers should, in remembrance of their ancestors.

I used 22 gauge solid wire, enough to carry the current of my eight fans, but 20 gauge would have been a fairer fight, twisting together with the very thick diode leads. The design badly needs strain relief for the yellow and black leads leaving the board. I tested the circuit with a separate power source (the test supply wire is to the right) before "going live".

Remember that solder is neither welding nor glue. A "solder free" design, using e.g. the terminal strips sold at RadioShack, could well be more robust than the connections I achieved by twisting and soldering. The longer the better, for the twisted leads under the board, and it takes a powerful soldering iron to contend with the thermal mass of pairs of these diode leads, to make a good solder joint.

For theory behind this and other designs, see Fan Noise Solutions.
 
Originally posted by: Syzygies
My first friend to own his own computer, in 1977, had toggles in front. Perhaps all computers should, in remembrance of their ancestors.

The first computer that I extensively modded had four toggles in front, with status LEDs for each of them.

Can you post a pic of the front of the toggle plate?
 
Originally posted by: Zap
Can you post a pic of the front of the toggle plate?

Here's a front view:

Antec P182 with fan toggles

LEDs would be nice. You've got me thinking how to illuminate 1 to 8 LEDs (starting from the right) using only discrete logic, as few parts as possible, from the three toggle inputs.

Twisting then soldering thick leads was less satisfying than I would have thought. I now remember that the last few custom boards I built, I freehand engraved the copper side then drilled holes for the leads. For ICs one needs to etch, but at a larger scale, engraving is easier.

For this circuit, one simply needs to score a copper board into strips; each strip corresponds to a voltage step. In other words, it would be the perfect "strip board" project if the holes could be enlarged without destroying the traces. There are many ways one could score a copper board into strips, using a router, file, hacksaw, etc.
 
Neat bit of work. I use a Nexus rehobus because I want more "separate" control, 3 fans on this rad, 2 on that, yadda yadda. My problem is that the control I use only ran as low as 7v. I ran the output from the control to a DPDT toggle w/ the 5v on one leg of the toggle so I can switch between the fan control and 5v.

 
Back
Top