I need to make a fan controller.

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • ratdude747
    replied
    Re: I need to make a fan controller.

    Originally posted by Mad_Professor
    So if I'm commando'ing one of my motherboards what do I set it on? wood? cardboard?
    put down a few layers of packing tape or generic gray duct tape onto the mounting surface and set it on that... for tiny boards, electrical tape works too (I did that for a custom board I put in a case once...)

    Leave a comment:


  • Agent24
    replied
    Re: I need to make a fan controller.

    Originally posted by mariushm
    On the cardboard box, or on the layer of foam the board comes in.
    Watch out with that though, some of that foam can be conductive too...

    Leave a comment:


  • mariushm
    replied
    Re: I need to make a fan controller.

    On the cardboard box, or on the layer of foam the board comes in.

    As for your device, some simple mcguyver idea that comes to mind is one or two plastic dvd cases.. drill some holes that fill the holes of that breadboard and you're golden. I guess a thin plywood would also work.

    Leave a comment:


  • Mad_Professor
    replied
    Re: I need to make a fan controller.

    Originally posted by Agent24
    There are several different types and not all may potentially be an issue when used the way you did, and I think in a lot of cases you may not get a problem because the resistance of them is very high, but it's still probably not a good idea.
    So if I'm commando'ing one of my motherboards what do I set it on? wood? cardboard?

    Leave a comment:


  • Agent24
    replied
    Re: I need to make a fan controller.

    There are several different types and not all may potentially be an issue when used the way you did, and I think in a lot of cases you may not get a problem because the resistance of them is very high, but it's still probably not a good idea.

    Leave a comment:


  • Mad_Professor
    replied
    Re: I need to make a fan controller.

    Originally posted by Agent24
    Powering up your circuit on a conductive anti-static bag probably isn't the best idea.
    scotch taped the bottom. But that's funny, I've put motherboards and other stuff on anti-static bags, never had a problem.


    Didn't know those were conductive.

    Leave a comment:


  • Agent24
    replied
    Re: I need to make a fan controller.

    Powering up your circuit on a conductive anti-static bag probably isn't the best idea.

    Leave a comment:


  • ratdude747
    replied
    Re: I need to make a fan controller.

    Good work. Looks nice.

    Leave a comment:


  • Mad_Professor
    replied
    Re: I need to make a fan controller.

    It is done! Fresh out of the oven!

    I shall call you FRANKENSTEIN!!!
    Attached Files
    Last edited by Mad_Professor; 02-20-2012, 08:13 AM.

    Leave a comment:


  • shadow
    replied
    Re: I need to make a fan controller.

    Originally posted by Agent24
    Maybe, but do you have the latest version of Arduino IDE as well?
    That could be it as well.

    Leave a comment:


  • Agent24
    replied
    Re: I need to make a fan controller.

    Originally posted by shadow
    I can't seem to find any upload via programmer option. Maybe it is because I don't have a USB connected programmer and my laptop does not have a parallel port.
    Maybe, but do you have the latest version of Arduino IDE as well?

    Leave a comment:


  • shadow
    replied
    Re: I need to make a fan controller.

    Originally posted by Mad_Professor
    IT WORKS!

    I'm still having problems with the arduino software but the controller works as planned. Also I just realized I got the wrong voltage regulator, I got one with input 7v-35 instead of 0-35v Oh well I'll just stick it on the 12v anyway.

    The problem I'm having with arduino software is when I made a board in boards.txt and tried to use the upload button but it spits out an error stating that it could not open port com 1 because com 1 is not a valid port for dapa it needs to be lpt1,2, or 3. But I can't find the setting to specify it.

    I work around it using the upload via programmer option in the file menu.

    This is pretty sweet.
    Pretty good that it worked first time.
    Congratulations.

    Now onto making a more permanent solution with five fan outputs.

    Originally posted by Mad_Professor
    Upload is designed to upload through the serial port and the bootloader. If you don't have these in your circuit you must use upload via programmer. So that's not an error, it's by design.

    Good to hear it goes!
    In one of my previous posts, it explains how to add another 'board' in board.txt file to use a programmer to upload a program to the controller. However the blog entry may have been a bit old and outdated.

    I can't seem to find any upload via programmer option. Maybe it is because I don't have a USB connected programmer and my laptop does not have a parallel port.

    Leave a comment:


  • Mad_Professor
    replied
    Re: I need to make a fan controller.

    Originally posted by mariushm
    See http://www.powerstream.com/Wire_Size.htm

    It will do 5A easily, 7-8 amps with some heating up. But why daisychain... don't think that's best.
    Because having 10 wires going back to the molex connector is messy.

    Leave a comment:


  • mariushm
    replied
    Re: I need to make a fan controller.

    See http://www.powerstream.com/Wire_Size.htm

    It will do 5A easily, 7-8 amps with some heating up. But why daisychain... don't think that's best.
    Last edited by mariushm; 02-19-2012, 08:43 AM.

    Leave a comment:


  • Mad_Professor
    replied
    Re: I need to make a fan controller.

    What's the max amperage for 23 awg wire? I plan on running two wires, one for ground, one for 12v to the first tip120 header then daisy chain from there?
    But not sure if 23 gauge is safe for a 5 fan load? The wire came out of short piece of cat6 cable I had laying around.

    Leave a comment:


  • Agent24
    replied
    Re: I need to make a fan controller.

    Upload is designed to upload through the serial port and the bootloader. If you don't have these in your circuit you must use upload via programmer. So that's not an error, it's by design.

    Good to hear it goes!

    Leave a comment:


  • Mad_Professor
    replied
    Re: I need to make a fan controller.

    IT WORKS!

    I'm still having problems with the arduino software but the controller works as planned. Also I just realized I got the wrong voltage regulator, I got one with input 7v-35 instead of 0-35v Oh well I'll just stick it on the 12v anyway.

    The problem I'm having with arduino software is when I made a board in boards.txt and tried to use the upload button but it spits out an error stating that it could not open port com 1 because com 1 is not a valid port for dapa it needs to be lpt1,2, or 3. But I can't find the setting to specify it.

    I work around it using the upload via programmer option in the file menu.

    This is pretty sweet.
    Attached Files
    Last edited by Mad_Professor; 02-19-2012, 02:33 AM.

    Leave a comment:


  • Mad_Professor
    replied
    Re: I need to make a fan controller.

    Originally posted by Agent24
    Odd, it must be a different type of connector to what I am thinking of then, it might need a special insertion tool or something.
    I managed to get them out, but I had to use an ice pick and lot of pressure to get them out.

    Leave a comment:


  • Agent24
    replied
    Re: I need to make a fan controller.

    Odd, it must be a different type of connector to what I am thinking of then, it might need a special insertion tool or something.

    Leave a comment:


  • Mad_Professor
    replied
    Re: I need to make a fan controller.

    Originally posted by Agent24
    There should be a piece of metal sticking out from the side of the contact that clicks into place in a hole in the plastic header.

    Just push this down with a pin or stiff wire and then push towards the opening. Or you can probably grab the other end with needle-nose pliers, or stick another piece of wire in through the bottom to push the contact out.
    Yeah the metal slides on the side yeah I push those down it did not slide I attack from the top with pliers and damaged one of the contacts. I give up, I'll wired directly to the breadboard.

    Leave a comment:

Related Topics

Collapse

  • emil_t
    RTX3090 working fine but fans not spinning
    by emil_t
    Hello guys. I have a problem with a PNY XLR8 GAMING RTX3090 graphics card. The problem is that it displays and works fine, but the fans don't spin at all. The problem occurred when someone else removed the fans in order to clean it and broke one of the fan connectors. He replaced it himself and after that, it wasn't working anymore. I guess he damaged something else in the process. What i have done so far: I found 2 capacitors next to the connector that were in a bad shape, he must have touched them with his tools - they weren't shorted, but i replaced them with similar ones from a similar card....
    04-12-2024, 06:54 AM
  • master3112
    ASUS ROG Strix- G513IH-HN008, G513-6050A3249301- MB-A04 (A4) damaged Embedded Controller
    by master3112
    I have an ASUS ROG Strix- G513IH-HN008, motherboard G513-6050A3249301- MB-A04 (A4)

    When I received the device, the device has no function. After an investigation, I found that the PWM CONTROLLER RT6575B (U6100) is getting warm and there is a short circuit at the 3V3 output. This normally supplies 3V3 for the embedded controller IT5571E-128 (U301). When measuring and analyzing with a thermal imaging camera, I found that some components are damaged: SLG4E42553VTR (U8500), IT5571E-128 (U301), LAN RTL8111H (U450), LOGIC 74LVC1G08GW (U1900), RT6575B (U6100) All these components are on...
    10-29-2024, 09:32 PM
  • nmbb
    Can not find Model/Value of Thermistor.
    by nmbb
    Machine: Autoclave.
    Brand/Model: SANYO MLS-3780
    Manual: (Sorry search option not working on this PDF)



    Hello guys, this autoclave running with 2 thermistors already connected TH1 and TH3(on CN1,CN2 sockets). One for the water temperture and second one for chamber temperature. But there is another emtpy socket for optional third thermistor CN2 wich is for TH2 for object temperature. I wanna add the third thermistor TH2 to CN2 socket. But i can't figure what model/brand/value i need to use. In manual document, there is no info about TH1 and TH3 model number...
    06-02-2022, 05:55 PM
  • sam_sam_sam
    TL494 PWM Controller Module Booard to control a SMPS switching power supply are they available for this purpose
    by sam_sam_sam
    I have seen some board on eBay and Aliexpress but I have not seen any for SMPS switching power board modules I would like to build one if I can not find one that is already made

    Dose anymore known if there is such a module and where would I find some

    While searching this topic on google I found this

    https://www.badcaps.net/forum/troubl...anything/page3

    I have read through this I have some switching...
    09-16-2024, 05:39 AM
  • sikocan
    Lenovo X1 Carbon 9th Gen Black Screen
    by sikocan
    I believe Chip 2 is BIN is the main one as it contained the Windows product key, marked with XXXXX for now.

    SN: PF3G1REP
    MODEL: 20KW-00J1AU

    PROBLEM: Turns on blank screen, charging circuitry motherboard looks good. I have tried another firmware here - but resulted in 5V will not go to 20v due to different PD firmware I believe - using the current firmware it does go to 20V.

    Requesting a firmware clean/BIOS region cleaned. Here is output from ME Analyzer:
    ╔═══════════════════════════════════════════╗...
    06-24-2025, 09:01 PM
  • Loading...
  • No more items.
Working...