Fan Speed Controller - Build your Own

Page 3 of 5 FirstFirst 12345 LastLast

  1. Posts : 1,223
    Win 10 x64 Pro x64 / Ubuntu 15.10 x64
       #20

    Silvion said:
    Hey thanks for the reply!
    Yeah, i understand that. The resistor on the LED won't affect the potentiometer at all?
    Or did you mean have a "Y" section? splits to resistor/led and to potentiometer?
    To be on the safe side, you could connect the LED directly to the ground. So you'd have two lines going from the switch to the ground, such as:

    Code:
    / = switch
    o = potentiometer
    - = LED
    ~ = resistor
    * = fan
    =================
    
      +12v
        |
        /
     |    |
     o    ~
     |    |
     *    -
     |    |
    (ground)
    That way, the fan will only be connected to the potentiometer and the LEd will only be connected to the resistor, while both the resistor and potentiometer will be controlled simultaneously by the switch.
      My Computer


  2. Posts : 9
    Windows 7 Ultimate x64
       #21

    Ah yeah, awesome suggestions. Thanks a lot,
    I could have the 12v going to three lots of those, and another 12v to another 3..

    Thanks for your input!
      My Computer


  3. Posts : 6,885
    Windows 7 Ultimate x64, Mint 9
    Thread Starter
       #22

    Silvion said:
    Hey thanks for the reply!
    Yeah, i understand that. The resistor on the LED won't affect the potentiometer at all?
    Or did you mean have a "Y" section? splits to resistor/led and to potentiometer?


    I can make two seperate circuits to have two 12v inputs, no worries there..
    Also, would you know where i went wrong with these calculations?
    12 = 12(85.71/(Rr+85.71))
    1 = 85.71/(Rr+85.71)
    1(Rr+85.71) = 85.71
    Rr + 85.71 = 85.71
    Rr = 1???
    My fan is drawing 0.14amps on a 12v line:/
    I just realized that I defined Vf in 2 different ways.

    You want Vf to be 5v in this equation. I will go back and clarify that.

    And yes, you want a Y connector off the switch. The reason is that if you put the LED inline with the pot, you won't have enough to power the fan as the fan needs 12v, not 2v.

    ~Lordbob
      My Computer


  4. Posts : 6,885
    Windows 7 Ultimate x64, Mint 9
    Thread Starter
       #23

    ZaLiTH said:
    Silvion said:
    Hey thanks for the reply!
    Yeah, i understand that. The resistor on the LED won't affect the potentiometer at all?
    Or did you mean have a "Y" section? splits to resistor/led and to potentiometer?
    To be on the safe side, you could connect the LED directly to the ground. So you'd have two lines going from the switch to the ground, such as:

    Code:
    / = switch
    o = potentiometer
    - = LED
    ~ = resistor
    * = fan
    =================
    
      +12v
        |
        /
     |    |
     o    ~
     |    |
     *    -
     |    |
    (ground)
    That way, the fan will only be connected to the potentiometer and the LEd will only be connected to the resistor, while both the resistor and potentiometer will be controlled simultaneously by the switch.
    Exactly.

    ~Lordbob
      My Computer


  5. Posts : 1,223
    Win 10 x64 Pro x64 / Ubuntu 15.10 x64
       #24

    Silvion said:
    Ah yeah, awesome suggestions. Thanks a lot,
    I could have the 12v going to three lots of those, and another 12v to another 3..

    Thanks for your input!
    No problem.. :) I know it was written with a slightly different purpose in mind (switch for LEDs in the fan itself), but you might find the information in LordBob's other tutorial helpful in this quest: Lights - Add An On/Off Switch
      My Computer


  6. Posts : 1,223
    Win 10 x64 Pro x64 / Ubuntu 15.10 x64
       #25

    Lordbob75 said:
    Exactly.

    ~Lordbob
    Lol.. I think I'm coming dangerously close to hijacking your thread here... Oops...
      My Computer


  7. Posts : 6,885
    Windows 7 Ultimate x64, Mint 9
    Thread Starter
       #26

    ZaLiTH said:
    Lordbob75 said:
    Exactly.

    ~Lordbob
    Lol.. I think I'm coming dangerously close to hijacking your thread here... Oops...
    Don't worry about it.

    I am reworking the equation to be SOLVED for Rr, so it will involve a lot less algebra for those reading.
    However, I keep getting 2 completely different resists, so I am still working on that.

    ~Lordbob
      My Computer


  8. Posts : 6,885
    Windows 7 Ultimate x64, Mint 9
    Thread Starter
       #27

    Silvion said:
    Hey thanks for the reply!
    Yeah, i understand that. The resistor on the LED won't affect the potentiometer at all?
    Or did you mean have a "Y" section? splits to resistor/led and to potentiometer?


    I can make two seperate circuits to have two 12v inputs, no worries there..
    Also, would you know where i went wrong with these calculations?
    12 = 12(85.71/(Rr+85.71))
    1 = 85.71/(Rr+85.71)
    1(Rr+85.71) = 85.71
    Rr + 85.71 = 85.71
    Rr = 1???
    My fan is drawing 0.14amps on a 12v line:/
    Here is the new equation:

    Rr = ((Vs*Rf)/Vf)-Rf

    Rr = ((12*85.7)/5)-85.7
    Rr = 119.98 Ohms, assuming you want a 5v minumum.

    Sorry about the confusion.

    ~Lordbob
      My Computer


  9. Posts : 9
    Windows 7 Ultimate x64
       #28

    Lordbob75 said:
    Here is the new equation:

    Rr = ((Vs*Rf)/Vf)-Rf

    Rr = ((12*85.7)/5)-85.7
    Rr = 119.98 Ohms, assuming you want a 5v minumum.

    Sorry about the confusion.

    ~Lordbob
    Ah thanks for clearing that up, so i need a potentionmeter's around 120 ohms? (can't go below 120, but can go higher? Just means that they won't go as slow when spinning?)
    So fans will run at a minimum of 5v, max of 12v?
      My Computer


  10. Posts : 6,885
    Windows 7 Ultimate x64, Mint 9
    Thread Starter
       #29

    Silvion said:
    Lordbob75 said:
    Here is the new equation:

    Rr = ((Vs*Rf)/Vf)-Rf

    Rr = ((12*85.7)/5)-85.7
    Rr = 119.98 Ohms, assuming you want a 5v minumum.

    Sorry about the confusion.

    ~Lordbob
    Ah thanks for clearing that up, so i need a potentionmeter's around 120 ohms? (can't go below 120, but can go higher? Just means that they won't go as slow when spinning?)
    So fans will run at a minimum of 5v, max of 12v?
    It is variable.

    I have found that the fan needs about 10v minimum to start, but will keep running down to around 3 or 4 volts.

    Now, if you INCREASE the size on the potentiometer (i.e. 150 ohms), then the fan will spin slower. If you decrease the pot (i.e.100 ohms), then it will spin faster.

    It is up to how slow you want the fan to go. I picked 5v as a low because that is the lowest it is really rated at, and it just turned off after that.

    ~Lordbob
      My Computer


 
Page 3 of 5 FirstFirst 12345 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:50.
Find Us