Building a DIY Reflow Oven from a Toaster Oven: PID Controller, Thermocouple, and Reflow Profiles
Hot-plate reflow works fine for a single small board, but it heats from one side only and struggles with anything larger than a few square inches — components on the far edge of the board never quite hit reflow temperature while the center is already tombstoning. A converted toaster oven solves this by heating the whole board from multiple elements at once, giving you the even, controllable thermal profile that batch SMD assembly actually needs. This is a different build from stovetop hot-plate reflow: you're replacing the oven's dumb mechanical thermostat with closed-loop PID control driven by a real thermocouple, so the oven follows an actual solder paste reflow curve instead of just cycling on and off around a dial setting.
Parts List
PartNotes Toaster ovenLook for a larger convection-style oven (rotisserie/convection combo units run $40–$60) with elements not directly touching the rack area; avoid tiny 4-slice models PID controllerInkbird ITC-100 or similar — needs a K-type thermocouple input and relay/SSR output mode K-type thermocoupleRated for at least 300°C; probe type mounted near the board rack, not touching the heating elements directly Solid-state relay (SSR)25A+ rated, sized for the oven's element wattage with margin — check the oven's nameplate amperage Heatsink for the SSRSSRs generate real heat under load; an underrated or unheatsinked SSR is a fire risk Project box / electrical enclosureHouses the PID controller and SSR outside the oven's hot interior 14 AWG+ wire, inline fuseSized for the oven's full element current, not just the controller's low-voltage sideWiring the Conversion
- Identify the oven's heating element circuit and disconnect the stock mechanical thermostat from the circuit — the PID controller replaces its temperature-regulation job entirely. You can leave the oven's original power switch and timer in the mains path as an extra manual cutoff.
- Wire the SSR in series with the heating elements: mains power in, SSR switches the load side, elements on the output side.
- Wire the PID controller's low-voltage control output to the SSR's control input (most SSRs take 3–32VDC on the control side, which the PID supplies directly).
- Mount the thermocouple probe inside the oven near where boards will sit on the rack, elevated off the floor of the oven and not touching an element directly — you want it reading air temperature at board height, not element temperature.
- House the PID controller and SSR in an external enclosure mounted to the oven's exterior or a nearby stand, with the SSR heatsinked and given clear airflow.
- Run a PID autotune cycle (most Inkbird-style controllers have a built-in autotune function) with the oven empty to let the controller learn the thermal response before running real boards.
Reflow Profile Reference
StageLeaded (Sn63/Pb37)Lead-Free (SAC305)Purpose PreheatRamp to 150°C over ~90sRamp to 150°C over ~90sAvoid thermal shock to components and the board Soak150–180°C for 60–90s150–200°C for 60–120sActivate flux, equalize temperature across the board ReflowPeak 210–225°C, 30–45s above liquidus (183°C)Peak 235–250°C, 30–60s above liquidus (217°C)Solder paste melts and wets the pads CoolingRamp down at 2–4°C/sRamp down at 2–4°C/sControlled cooling prevents cracked joints; don't open the door and shock-cool itTroubleshooting
ProblemLikely Cause Tombstoning (components standing on end)Uneven heating — check thermocouple placement and rotate the board 180° between test runs to find hot spots Cold, dull solder jointsPeak temperature too low or time above liquidus too short — verify actual oven temperature with a second independent thermometer, since cheap thermocouples drift Warped boardPreheat ramp too fast, or board too thin for the thermal mass it's carrying — slow the preheat stage Scorched flux / dark residueSoak stage too long or too hot — tighten the profile toward the low end of the ranges aboveSafety
This conversion puts you inside a mains-voltage appliance with the safety thermostat removed, which is the single biggest thing to get right. Fuse the SSR circuit appropriately for the element's rated current, and never run the oven unattended with the stock thermostat bypassed — a stuck-closed SSR with no independent overtemperature cutoff can run away and start a fire. Consider wiring a second, independent high-limit thermostat or thermal fuse in series as a hardware failsafe that cuts power even if the PID and SSR both fail closed. Ventilate the area; reflow flux gives off acrid fumes you don't want to breathe, especially with leaded paste. Once you've used an oven for solder reflow, retire it from food use permanently — lead and flux residue are not something you want anywhere near what you eat, and this applies even to "lead-free" paste, which still contains chemicals you don't want baked into a food appliance.
A properly tuned toaster oven reflow setup gets you shop-quality, repeatable SMD assembly for a fraction of the cost of a commercial reflow oven, and once the profile is dialed in for your paste and board thickness, it's as simple as loading the rack and hitting start.
Related Guides
- Convert a Toaster Oven Into a PID-Controlled Reflow Oven for SMD Soldering
- PID Control Theory for Makers: Tuning Loops for Reflow Ovens, Enclosures, and Hotends
- How to Do Reflow Soldering with a Hot Plate: SMD Assembly for Makers
- Hand-Soldering 0805 SMD Components
- Relays and Solid-State Relays for Makers: Switching AC and DC Loads Safely
- How to Laser-Cut Your Own SMD Stencils: Mylar and Kapton Sheet Stencils from Gerber Files
- Thermocouple and RTD Temperature Sensing for Makers: Type K, MAX31855, MAX31865, and Cold Junction Compensation
- Build a DIY Heated Enclosure for FDM 3D Printers