Electronic – Warming PCB in cold environment using SMD components only

heatpcb-designthermal

I made a sensor board that needs to operate at about -55 degrees Celcius. Unfortunately, its key component often malfunctions when the circuit is cooled for days at the temperature and then powered up. The sensor starts to operate normally after it runs (improperly) for several minutes since the power-up time. Thus I want to warm the board up and then power up the sensor.

There are environmental conditions that make it very difficult to use a simple solution. An external heater cannot be used, because I have no more space than the space for the PCB itself(3cm x 3cm x 5mm). It seems the only feasible approach is to heat the board by adding several SMD components to the PCB circuit, for example, a linear voltage regulator and resistors. The max. power supply is limited to 0.5W, but the sensor IC already consumes up to 0.3W. Thus the sensor and the heater cannot run at the same time. I might have to heat the PCB first and power up the sensor. The allowed time for the heating is up to 30s.

Could you please suggest efficient solutions to the problem? I wonder if there is a better solution than to place a linear regulator with a heat-sink and 2 to 4 0603(1608)-size resistors around the sensor IC. By the way, the board has 4 layers(top/power/GND/bottom) and the copper content is 1oz.

Best Answer

You’re trying to heat the sensor, not the PCB. So let’s heat the sensor.

Without knowing the footprint of the sensor, it’s hard to give anything more than a general answer, so you’ll need to adapt it to your specific situation. But, the gist is this:

  1. Use a single 0.5W resistor, sized to draw maybe 400mW-450mW. Do not use a larger power rating, you want the resistor to be rated for slightly more than the power you plan to dissipate through it. This is because heat transfer is dependent on temperature difference, so you want the resistor to get hotter rather than cooler, even if the power is the same.

  2. Place the resistor so it is mounted directly under the sensor, but on the opposite side of the PCB. And most importantly, both pads of the resistor are slightly over sized and have as many vias as you can fit in them.

  3. Now comes a choice: heating pads or direct heat injection. This really depends on the size, shape, footprint, and nature of the sensor. If it has a large pad tied to ground or some other obvious substrate connection, then direct heat injection is probably your best bet. Make only one pad of the heating resistor over sized, and only that pad has vias. Those vias connect directly to the ground (or whatever it is) substrate pad of the sensor. Thermally isolate the other pad of the resistor by using jut one very small (but not so small that it can’t handle the current) copper trace. Now we have a very direct interface between the resistor and sensor. The sequence is copper of the resistor pad -> solder > copper pad and thermal vias -> solder -> sensor’s copper ground connection. As you can see, we’ve actually directly attached our heater resistor to the sensor using solder and copper. Heat will much prefer to flow through this low thermal resistance path and much less into the surrounding PCB.

    Heating pads are similar. but we have thermal vias on both resistor pads and they connect to two copper pours directly under the sensor, acting as copper heating pads. If possible, don’t cover these pours with solder mask and use a thermal interface compound or thermal pad between the copper heating pads and the sensor. This option is likely going to be inferior to direct heat injection however.

    Note: Keep these thermal vias isolated form any of your internal copper pours as much as possible.

As for actually controlling this, if you weren’t just going to do it digitally, there are all sorts of delay circuits using a diode, transistor, and the RC time constant of a resistor and capacitor. You could use this to switch the power to the resistor off and on to the sensor after a preset delay (20-30 seconds).