PWM Fan Controller For External Hard Drive

[Alan] noticed that his external hard drive was getting quite hot to the touch after a few hours. He says that it was probably designed to handle the heat sufficiently, he thought it would be fun to beef it up. He’s using a pic 12f675 microcontroller as the brain and an LM35 temperature sensor. The Fan speed is varried in 8 steps from 35 degrees C to 45 degrees C.

27 thoughts on “PWM Fan Controller For External Hard Drive

  1. I love how none of the comments have been moderately relevant to the discussion. That aside, did anyone else notice that he has one fan as an exhaust and one as an intake? I would imagine that in this setup, both being intake would be a bit more efficient.

  2. He’s circulating air through the case, if both were intake, or exhaust, he’d presumably end up with a bottleneck with regards air entering or leaving the case. In this case he blows air in, heat exchanges, and sucks that out. Valid route unless there’s a lot of ventillation on the case, in which case I’d probably blow-through.

  3. You guys SERIOUSLY need to hire an editor, or at least proofread your posts. Almost every single post for the last few months has been full of errors.

    First of all, the word is varied, not “varried”. Second of all, this sentence makes no sense and is awkward: “He says that it was probably designed to handle the heat sufficiently, he thought it would be fun to beef it up.” That comma should be a dead stop or at least a semicolon. The first half of the sentence makes no sense, I think you meant to say “**While** (or although) it was probably designed to… he decided to beef it up **anyway**”

    Seriously guys. I’m not usually a grammar nazi, but every single post lately is rife with spelling and grammatical errors. Youtube commenters can make more legible and coherent posts than you. I often wonder if you guys are 12. If you can’t at least write at a grade 8 level you have no place blogging.

  4. Oh man, I will never again make a joke like that…
    I’m was not mocking about the celsius scale (I know it’s Celsius – I’m german…) – but about the measuring of SPEED in TEMPERATURE units. Btw., didn’t you notice my “;-)” after it?

    Andreas

  5. I wonder if PWM is the right way to control these fans. If they are brushless, their internal control electronics may dislike discontinuous power supply. Or am I wrong?

  6. @ris8_allo_zen0

    PWM is fine for these fans. Most 4 wire fans take PWM inputs to control their speed.

    @B1rdm4n

    You’re wrong. I work for one of the biggest military contractors in the world and the ONLY time you’d want to add heat (or not take it away) is in cold temperatures. Extreme cold temps are actually more detrimental to the operation of harddrives, but hot temps will kill them quickly.

    @Devlin is a pussy

    Have you ever used an external HDD case without any cooling methods. You’d be lucky to have a drive last more than a few hours (3.5″ @ 7200rpm). They literally cook themselves. This is a nice cheap hack. The interesting portion of it, is PWM control of the fan speeds.

  7. JD you’re telling me that a company puts out a hard drive enclosure that will kill a hard drive in a matter of hours? You are an idiot. I bet you love duct tape and arduinos.

  8. @Devlin is a pussy
    This IS a hack. It’s making use of old bits (the fans) to fix a problem (the overheating HDD). If this isn’t a hack, what is?

    @Hirudinea
    Nah bro, gotta go all the way on that one. I’m talking heat sinks the size of a beer mug with a fan that sounds like a helicopter.

  9. To be fair, it is a little overfill. If he had just opened the case, drilled some holes and closed it up – it would be interesting to see what the temperature change was

  10. why does everyone feel the need to waste money on programmable controllers when you could do a proper old circuit. I’m thinking a 555 to clock the PWM, obviously some transistors to beef up its output, and then on the input simply a potential divider with one half thermistor and the other half potentiometer so you could tune it to behave in the temperature range you wanted.
    It takes 30 seconds more thinking about but no time spent programming and no wasting money on fancy programmable chips.

  11. chips:
    It’s not “wasting money” when you’re building it from parts you already have lying around.

    Using a 555 sounds clever/simple, but how many are doing that sort of thing now? I bet that for most readers it’d just be going out of your way to learn to do things differently, when you’d rather just hack something together that works _now_.

  12. I’d hazard a guess as anyone with more brains than bucks :)
    The real difference of course is a fully analogue PWM as opposed to 8 digitised steps.
    Its almost guaranteed to use less power too though that really is nit picking, hey I can’t help it I just feel trollish today
    for a little more trollism how’s about, it is wasting money even if the parts are laying around as then you can’t use them for a suitably complex project at a later date.

Leave a Reply to VinceCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.