Tuesday 30 August 2016

soldering - SMT solder reflow temperature profile


I have read many website and forums about DIY reflow ovens for SMT soldering. I have also seen many solder profiles as specified by the solder manufacturers, component manufacturers, and other self-proclaimed experts.


I am having trouble understanding what is the best way to control the temperature. Unless I am mistaken, all of the recommended profiles that I have seen indicate the profile that the solder should undergo. But you cannot monitor the temperature of easily unless you have an infra-red camera which is difficult to obtain on a budget. All of the DIY projects that I have read about, including the nice pre-made controller from sparkfun, utilize a simple thermocouple to monitor the air temperature.


In my own reflow oven I soldered a thermocouple to a board and compared the board temp to a second thermocouple monitoring the air temperature. The two profiles were very different, as expected. The temperature of the board and the solder is going to vary based on many factors, including board size, which change the heat capacity of the board. Everyone is trying so hard to follow a specific profile as close as possible but if your feedback temperature is bogus then your controller is useless, right?


I have thought about putting a small piece of glass inside my reflow oven and attaching a thermocouple to the glass and using that to monitor the temperature because glass has a specific heat capacity very similar to that of FR4. But it would still not be perfect for every board of varying sizes. So what is the best approach to monitor the temperature?




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...