Slashdot Mirror


Coating a Motherboard In Thermal Resin?

Bat Country writes "I've had an idea in the back of my head for some time (and I'm surely not the only one) that it would be a worthwhile project to coat a motherboard in thermally conductive electrically insulating resin — complete with all of its various components — for the purpose of immersion, shock resistance, whatever. I'm curious to find out if anyone's undertaken a similar project or if it's known to be a shockingly bad idea (due to shrinkage during the curing process) already. Thoughts?" If you've done anything similar (even an experiment that failed), how did you go about it?

44 of 272 comments (clear)

  1. Conformal Coating by DeathOverlord3 · · Score: 5, Informative

    yeah, it's called conformal coating

    1. Re:Conformal Coating by Anonymous Coward · · Score: 5, Informative

      Conformal coat is generally a thin film applied over the board and components. I get the idea he is talking about something more like 'potting'.

    2. Re:Conformal Coating by Ethanol-fueled · · Score: 4, Informative

      Conformal coating is protection against a lot of things, and submersion is not one of them.

      Those of us who work in the electronics industry know that doing CC in-house is a bitch and inspecting an outsourced job is an even bigger bitch, especially when you're dealing with military parts.

    3. Re:Conformal Coating by Animats · · Score: 5, Informative

      Right, it's conformal coating. People do that all the time. I've used Fine-L-Kote on boards.

      Boards with connectors or jumpers have problems. If the CPU and RAM are soldered to the board (as they often are in industrial, consumer, mobile, and automotive devices), just mask off the connectors, jumpers, switches, battery contacts, etc. with masking tape and start spraying. Fine-L-Kote is transparent, but glows in UV, so you can use a UV lamp to check if you missed anything. There are much heavier coatings, ones that really encapsulate the board, and those are widely used for automotive, boat, and aircraft applications.

      PC-type motherboards aren't a good choice for this, because of all those connectors. Those are a weak point for corrosion anyway, so protecting the soldered-in components may not be all that useful. But if, say, you're putting something like a single-board PC on your boat, it's quite reasonable.

    4. Re:Conformal Coating by effigiate · · Score: 5, Informative
      We conformal coat our circuit boards at my current job and I can assure you that it is not what he's looking for.

      Conformal coating is typically a thin layer of silicone/urethane/acrylic used to keep moisture from getting at the parts on the board. It can not sustain immersion in liquid.

      He's looking for epoxy potting, which we also do occassionly. The trouble with epoxy potting is getting the heat out of the board. You need to leave the thermally conductive parts outside of the potting so that you can remove the heat. The epoxy itself isn't thermally conductive enough to get processor heat out, even on a processor with passive cooling.

      You can do this yourself if you have enough time and epoxy, though I'm not sure how much success you'll have. A failed attempt probably means a board that is no longer useable.

      The very best ones get cured in a vacuum so that all of the air bubbles are pulled out. There are many other types you can use that don't require a vacuum.

    5. Re:Conformal Coating by Zadaz · · Score: 4, Informative

      I wonder where he could readily get a vacuum chamber big enough to pull the air out. Getting the air bubbles out is going to be pretty vital to not baking the mobo, especially the cavities under components.

      The most readily available vacuum pumps are smaller than a full motherboard + components, used either for basic science, paint or latex molding. Maybe call up Tap Plastics or your local university and see if they have a big one you can borrow. Because you're going to need a real one. A vacuum cleaner on a Tupperware box or a concrete vibrator isn't going to get what you need.

      But my main worry is about thermal expansion. When motherboards get hot they don't expand evenly. Locking everything in resin, not mater how thermally stable, will put a lot more physical stress on the components. And you won't be able to do a damn thing about it except chuck it in the bin and start over again. Though this would probably be lessened with a smaller form factor and lower energy components.

    6. Re:Conformal Coating by Cor-cor · · Score: 5, Informative

      The trouble with epoxy potting is getting the heat out of the board. You need to leave the thermally conductive parts outside of the potting so that you can remove the heat. The epoxy itself isn't thermally conductive enough to get processor heat out, even on a processor with passive cooling.

      Coming from a materials engineering background, this was my first thought about the question. A material which is very thermally conducting while also electrically insulating sounds like a pretty tall order to me. The reason is that one of the primary methods of heat transfer is through transferring excited electrons.

      The two others are phonon transmission through the lattice and radiation. A lot of things which block electrons also block phonon movement (basically heat transfer through vibration) and I'm guessing radiant heat is not going to be sufficient. The one material I do know of which has high thermal conductivity and low electrical conductivity is diamond. It's kind of an oddball, though. I'd be interested to know if there are other, more common materials that would suit this application.

      Then there's also the CTE mismatch issue mentioned later in the thread. Whether you design the specs for the high-heat state while it's in use or the cool state when it's off, the other state is going to put a lot of thermal strain on your circuit board components. I'd imagine you could solve some of these problems, but I doubt you're going to be able to take care of them all.

    7. Re:Conformal Coating by Limecron · · Score: 3, Informative

      The amount of vacuum needed for most of these kinds of epoxies is pretty minimal (usually a few inches of water).

      Not that this is the recommended method, but we were able to successfully cure epoxy of this nature in a make-shift vacuum chamber. (A plywood box sealed with silicone and a shop-vac.) We even put a clear acrylic window on the front. Of course a real vacuum pump could probably implode our setup, but it was good enough for the epoxy and significantly cheaper than the alternatives.

    8. Re:Conformal Coating by Verdatum · · Score: 3, Informative

      There are alternatives to vacuum degassing for removing airbubbles/pinhole flaws. What is often done is to use pressure instead of vacuum, in a device called a "pressure pot". instead of trying to pull a vacuum on an object the size of a desktop, it is MUCH cheaper to put it in a pressurized chamber. This has the effect of bringing the air bubbles into solution so when the resin has cured the airbubbles are shrunk to a nonexistent size. Usually in molding and casting, you just vacuum degas the mixed resin in a bucket; then carefully pour the mixture and pressurize the mold. I've been considering homebrewing a vacuum chamber for exactly this reason recently, and the quality of pump needed to pull a sufficient vacuum to degas resin is hundreds of dollars more than a compressor sufficient to bring a chamber up to 30 PSI. Granted, in either case, the chamber isn't cheap. Pressure pots are usually made from cast aluminum, but you can get away with using modified pressure cookers or other devices if you are clever (and careful!).

    9. Re:Conformal Coating by Artraze · · Score: 4, Informative

      I'm surprised someone with a materials engineering background hasn't heard of it, but Beryllium Oxide would be the other big thermal conductor/electrical insulator. It's a little more popular than diamond since you can actually sinter it into large objects. However, like most beryllium based things it is rather pricey.

      I think the OP's best bet is to coat the mobo with a CVD diamond film and hope that the liquid cooling keeps the temperature down low enough the film doesn't crack.

    10. Re:Conformal Coating by rot26 · · Score: 2, Informative

      Just be careful pressurizing ANYTHING you made yourself.

      30 PSI is enough to kill several bystanders.

      --



      To ensure perfect aim, shoot first and call whatever you hit the target
    11. Re:Conformal Coating by zach_d · · Score: 2, Informative

      and pretty much non-existent in nature.

    12. Re:Conformal Coating by Mashiki · · Score: 2, Informative

      Chances are they have, and avoid it for a good reason. The problem is even small traces of it can cause Berylliosis which is really a bad thing to get and can end up with a slow painful death in the end.

      --
      Om, nomnomnom...
  2. Technical Term by aero6dof · · Score: 4, Informative

    The technical term you're looking for is Potting.

    1. Re:Technical Term by Facegarden · · Score: 3, Informative

      Then give him brownies!
      -Taylor

      --
      Worldwide Military budgets: $2100 billion. Worldwide Space Exploration budgets: $38 billion. Really, world? Really?
  3. Re:Not sure by MozeeToby · · Score: 4, Informative

    That's why you don't use water, you use something non-conductive. Mineral oil is a relatively cheap and widely available option (just go to your vet and ask for a few gallons of horse laxative) if you don't want to spend the money on commercial grade cooling fluid.

  4. Oil PC going for $140 a barrel by Anonymous Coward · · Score: 3, Informative

    Tomshardware had a computer in a fishtank full of mineral oil a bit ago. Works well but what a mess.

    http://www.pugetsystems.com/submerged.php

  5. Look into Fluorinert by grimsnaggle · · Score: 5, Informative
    http://en.wikipedia.org/wiki/Fluorinert

    It is electrically insulating and is commonly used for cooling electronics (think Cray supercomputers).

    Part of the problem with conformal coat is that it makes it hard to service the electronics after it is cured. It also may or may not be uniformly distributed and thus may not pass muster in a tank of conductive liquid.

    There are conductive epoxies like Stycast, but they're not particularly good conductors. The only reason to do immersion cooling is for good thermal contact to all components. A thick epoxy layer between your components and your liquid will quickly destroy that advantage.

    Also, if you have connectors to the circuit board (like PCI connectors), then you cannot fill the pins. Last time I checked, most PCI connectors are just slots and have no bottom fill. Water will certainly get in under the coating through the slot.

  6. No that's different by pavon · · Score: 4, Informative

    Potting is used to keep the components from moving (usually in high-G environments. Sometimes you use it to keep close conductors from shorting (like solder-cup connector), but again the risk there is mostly movement of the conductors, not the environment. Potting materials usually do not have good thermal dissipation properties, and aren't really the best thing for environmental protection (humidity, liquid immersion etc) either. Conformal coating is what you want for the latter.

  7. Re:Not sure by Anti_Climax · · Score: 3, Informative

    From my experience with submersion cooling in mineral oil, if your connectors are submerged they will wick oil up the interior through capillary action. If you build a system similar to that made by Puget Systems it probably won't be a problem, provided you leave some head space at the top of the case. When I built a system similar to theirs I made a short socket extension for the power cord so it didn't have to go under the fluid. everything else was able to stay above the surface of the oil.

    If you submerge your video cards and intend to use the fans as impellers, make sure they can start turning against the resistance of the fluid. All my fans worked when submerged except the video cards.

    --
    Even people that believe in pre-destiny look both ways before crossing the street.
  8. Potting blocks air cooling, of course by Animats · · Score: 5, Informative

    Electronics has to be designed for potting, at least if it dissipates any significant power. You have to provide a heat path (usually a metal heat sink) out of the potted block. This is done routinely for DC-DC brick power supplies. But it's not going to work on a PC motherboard.

    1. Re:Potting blocks air cooling, of course by CountBrass · · Score: 3, Informative

      You're right air is a poor thermal conductor but, unlike a coating, air can carry heat away by convection.

      --
      Bad analogies are like waxing a monkey with a rainbow.
  9. Re:Not sure by Anti_Climax · · Score: 5, Informative

    It is important to keep in mind that light mineral oil like that, while not as bad as other choices, will leech plasticizers out of insulators. The power supply wiring on my machine very quickly became stiff and brittle and it dissolved the soft rubber that was holding the fan assembly to the processor's heat sink. Not sure if it will have any long term effect on the plugs of the electrolytic caps on the board but I wouldn't be surprised.

    If you can afford to split the difference between mineral oil and florinert (perfluorocarbon), you might consider a low viscosity silicon oil. That should bu much nicer to natural rubber compounds and plastic insulators.

    --
    Even people that believe in pre-destiny look both ways before crossing the street.
  10. Re:Cray blood by Prune · · Score: 3, Informative

    FC-77 is intended for computer use, not FC-73 (my friend's father works at 3M)

    --
    "Politicians and diapers must be changed often, and for the same reason."
  11. Re:cockroaches by flyingfsck · · Score: 2, Informative

    A bag of moth balls in the equipment would have been cheaper to guard against roach piss.

    --
    Excuse me, but please get off my Pennisetum Clandestinum, eh!
  12. Re:Old news by Lisandro · · Score: 3, Informative

    Power supplies for the C-64 were 'potted' as were many power supplies of the day.

    The original C64 psu was renowed for its poor reilability, which was caused for the poor heat dissipation due to that very epoxy potting. They used big TO-3 transistors which got quite warm during normal operation.

  13. Industrial Electronics by Mike+Rice · · Score: 4, Informative

    In my former life I worked as an industrial electronics technician. My job was, in a nutshell, to modernize a manufacturing plant from its 1950s style, analog (pneumatic) technology, to digital electronic distributed control systems.

    The environments these devices need to work in are quite harsh, with extreme temperatures and often corrosive atmospheres. The pneumatic control systems were quite robust in those environments... electronic devices need a lot of beefing up to survive these conditions.

    One aspect of this was to treat all circuit boards with a conformal resin coating. The trick is to make sure the thermal coefficient of expansion of the resin, matches the expansion of the circuit board material. I am not a chemist, but I do know such coatings are available.

    Another consideration which has been mentioned is how to treat connectors. The usual method is to apply a rubber like sealing compound after a connector is fitted and tested.

    For less extreme environments, a much less expensive, but quite effective alternative, is to apply a cheap acrylic coating, using readily available sprays such as Krylon 1301. The procedure is...

    Assemble the device (uncoated) and test thoroughly.
    Disassemble the device.
    Apply tape and / or petroleum jelly to connectors and contacts, to prevent damage from the spray.
    Apply the spray to each component.
    Assemble and re-test.

    Hope this lights a bulb for you.

  14. Re:Not sure by maxume · · Score: 2, Informative

    Ultra pure water is also a pretty good solvent (which is probably where the problems start to begin).

    --
    Nerd rage is the funniest rage.
  15. Characteristic Impedance of High Speed Signals by gwait · · Score: 2, Informative

    The characteristic impedance of the surface traces will change.

    The surface traces were designed with the assumption that there is air above the traces.

    Loading up a bunch of gunk will change the impedance, and could screw up your signal integrity. PCI Express or Gig Ethernet could fail for example.

    Google stripline vs microstrip and signal integrity of high speed differential traces.

    I'd be curious how the conformal coating people manage this too, I'd assume the copper trace widths would have to be designed knowing the board was going to be conformal coated.

    --
    Bavarian Purity Law of Rice Krispie Squares: Rice Krispies, Marshmallows, Butter, Vanilla.
  16. The material you want is ... by mapsjanhere · · Score: 2, Informative

    a diamond coating. The only material that fulfills your demand for high thermal conductivity and good electrical insulation at the same time. The only problem is that the one good method to apply a diamond coating is chemical vapor deposition, and that is mostly line of sight. So you'll have a real tough time coating around those 1000 pins under your cpu.

    --
    I'm aging rapidly, I bought a new game and had no idea if my machine was good for it.
  17. Re:Cray blood by Surt · · Score: 2, Informative
    --
    "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
  18. Nothing like lots of non-help by Anonymous Coward · · Score: 1, Informative

    It sounds like you might have luck using a thermally conductive epoxy. There are many grades, and they vary in viscosity, conductivity, strength when cured, and operating temperature. Have a look at those offered by Epoxies, Inc. at http://www.epoxies.com/therm.htm
     

  19. Re:Cray blood by v1 · · Score: 3, Informative

    didn't someone put up an article awhile ago here on Fluorinert?

    --
    I work for the Department of Redundancy Department.
  20. Re:Not sure by Anti_Climax · · Score: 4, Informative

    I thought about this a little more and I think I should put this into perspective a little bit.

    The first machine I submerged was done in a plastic tub and covered with 5 gallons of Tractor Oil (no, really) that I bought at the wal-mart for $20. It smelled, it was fairly viscous and it definitely leeched plasticizers and crawled up the interior of cables. I ended up with a small puddle of oil under my optical mouse. Wireless worked okay through it though. I tried submerging hard drives after covering the breather holes - I figured if I was keeping them in a fairly narrow temp range they shouldn't need to equalize. Unfortunately none were sealed sufficiently and all eventually died, though one did make it a month before it flooded.

    The next machine was a recreation of the Puget Systems submerged machine. I went with light mineral oil from the local feed and tack store but was seriously considering silicon oil in it's place. Light mineral oil was going for about $17 a gallon, was less viscous than the first oil I used, didn't stink and hasn't effected the components as quickly. I can't find it now but I recall silicon oil being somewhere around $100 a gallon. If I had the money to spare I would have gone that route. Looking online the best price I can find for appropriate Fluorinert is around $1,000 a gallon.

    So for 5 gallons of submerged cooling you're looking at $20-$5,000. When you consider the effect it'll have on components, it's probably worth it to use the $500 fill of silicon oil over the $100 fill of mineral oil.

    --
    Even people that believe in pre-destiny look both ways before crossing the street.
  21. What you do is.. by StikyPad · · Score: 2, Informative

    use a non-conductive liquid for cooling, such as oil. This has been done before, and even a cursory google turns up lots of interesting results.

    Coating is a waste of time, and it's very difficult to get a good coating over empty expansion slots, USB slots, etc., let alone those with cards in them.

  22. Re:Cray blood by networkBoy · · Score: 3, Informative

    FC77 and 73 also are longterm environmental hazards and attack the ozone layer. Which is why the HFE family was invented. Like most things of this ilk, the older stuff is better for the task (R12 Vs 134a anyone?)

    I use FC77 and HFE7100 as thermal transfer fluids for ultra-cold applications (-60C and lower) in semiconductor testing. Wicked cool stuff.

    IF you do manage to buy/acquire enough HFE7x00 remember it eats plasticizers for lunch (gloves are almost useless, better just to be careful).
    As such I strongly recommend glass enclosures with as few seams as possible (bend two horseshoes of glass fit them together very tightly then seal with a torch). Obviously a hole for the MB to slide in would be helpful. A tight fitting lid will help to reduce evaporation.

    In our professionally built system, a Temptronic Atlas series chiller and thermochuck (http://www.temptronic.com/Products/ThermoChuck_Overview.htm) we lost about a pint a month of HFE7100 under heavy load.
    -nB

    --
    whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
  23. Been done by tietokone-olmi · · Score: 2, Informative

    Immersion in mineral oil. Need to remove all fans and other spinny things, and you won't be upgrading anything afterward. But it does work, and permits totally quiet computing.

    Long as you don't mind the, you know, tank.

  24. Re:Cray blood by networkBoy · · Score: 3, Informative

    Looks like I should read my MSDS more often...
    FC-77:

    ATMOSPHERIC FATE:
    Perfluoro compounds (PFCs) are photochemically stable and expected to persist in the atmosphere for more than 1000 years. PFCs
    have high global warming potentials (GWP), exceeding 5000 (100-yr-ITH). The Ozone Depletion Potential (ODP) is Zero.

    HFE-7100:

    ATMOSPHERIC FATE: Zero Ozone Depletion Potential (ODP). Atmospheric Lifetime: approximately 4.1 yrs. Global Warming
    Potential (GWP): 280 (100 year ITH, IPCC1995 method). Global Warming Potential (GWP): 320 (100 yr ITH, IPCC2001 method).
    Atmospheric degradation products are expected to include: for methyl nonafluoroisobutyl ether: predominantly isoperfluorobutyric
    acid, CO2, HF, and perhaps also CF3COOH; for methyl nonafluorobutyl ether: n-perfluorobutyric acid, CO2, and HF.

    The HFE was developed to address the environmental persistence of FC by photo-decomposition. The byproducts, however, still look to be a BadThing(tm)

    -nB

    --
    whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
  25. Encapsulation of electronics... by Grog6 · · Score: 2, Informative

    There are such resins, but:

    1. They are really expensive; $100 is about 2" sq, half an inch thick.

    2. It has to be cast around the electronic assembly in a vacuum; this is harder than it sounds.

    3. To cure properly, and without voids, it has to be poured into a custom mold at around 150C. In a vacuum. :)

    I have seen electronics cast like you are talking about, but I doubt a mobo would take the process and live. The casting temperature is too hot, and kills most electronics.

    If it worked, you could dunk the whole thing to cool it. Liquid Nitrogen would even work, as long as the thermal shock was controlled. Cool or heat it too fast, and the stuff breaks.

    The standard procedure for the assemblies I saw,was to make 10, and hope a few work afterward.

    --
    Truth isn't Truth - Guliani
  26. Masterbond Potting & Encapsulation by nevergroundbound · · Score: 2, Informative

    I think this is a product that should do what you're looking for. I haven't had a chance to use it yet, but the info at the link leads me to believe it could fit the bill. Masterbond-Potting & Encapsulation Materials http://masterbond.com/produse/produse_pe.html

  27. Re:heat conductive electrically insulative by bill_mcgonigle · · Score: 2, Informative

    Yeah, but not of resins.

    I'm obviously not a materials scientist, but this one says it's a two-part epoxy with a 5 minute pot time and a Shore D hardness of 80, which I looked up to be equivalent to nylon. That's a resin, no?

    Though at .84 W/M K it's not nearly as efficient as the one you found. Neat.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  28. Behold - the wonders of Fluorinert by kwabbles · · Score: 2, Informative
    --
    Just disrupt the deflector shield with a tachyon burst.
  29. Rugged Mobile PCs exists. by webweave · · Score: 2, Informative

    "--for the purpose of immersion, shock resistance, whatever."

    Eurotech Finland http://www.eurotech.fi has some nice candy, look in http://www.linuxdevices.com for other manufacturers.

  30. Mmm, Fluorinert. by Kadin2048 · · Score: 2, Informative

    Ah, yes. 3M Fluorinert. That stuff seems to pop up here in discussion every once in a while. I don't believe they actually manufacture it anymore -- what you can buy is basically "New Old Stock" -- and it's staggeringly expensive. (For the home hobbyist, anyway; if you're actually maintaining a Fluorinert-cooled system in production, it's probably nothing.)

    The common alternative you can play with at home is mineral oil, although it's not nearly as good. What makes Fluorinert useful is its relatively low boiling point. It's liquid at room temperature and on most idle parts, but on a hot component, it will boil. It's the boiling, not just the submersion in liquid, that draws the heat away so effectively. Most home liquid-submersion experiments miss this entirely.

    Personally I've always wondered about coolant solutions that use the solid/liquid state change rather than the liquid/gas one; maybe a slurry of solid, low-melt-point crystals suspended in a liquid carrier. I've worked with some plasticizers that have basically room-temperature freezing points, but I've never seen that particular property taken much advantage of. (Most of them actually become more dense as they freeze, rather than less dense like water, so you could put your hot parts at the bottom of a tank filled with slurry, and when the coolant melted the liquid would rise to the top and more frozen coolant would fill in over the part. It would be similar to Fluorinert boiling, but without the gas production.)

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."