How To Build A Solder Reflow Oven - The Byte Sized Engineer | DigiKey

preview_player
Показать описание
If you want to assemble a batch of PCBs with surface mount components you have a few options. You could use a regular soldering iron and magnification and do it all by hand. Or you could use a hot air reflow station to heat up the board and components until the solder melts. But if you have a lot of components or a large batch of PCBs to assemble this could get tedious. In this video I use an Arduino board, a thermocouple, and a solid state relay to build a solder reflow oven using a standard toaster oven. I use a TFT display with a touchscreen display to create a user interface that plots the solder reflow profile.

Links:

Learn More:

Рекомендации по теме
Комментарии
Автор

The knob is to keep you from putting it directly against the wall where it might overheat or start a fire.

emmettturner
Автор

If you are looking for a YouTube idea, I'd love a tutorial on tuning and programming a PID loop in the real world. Taht, after all, is where the magic is in this project. Without it there is nothing.

greg
Автор

Very nice Zach! I really like the fact that you didn't over engineer it. Last week I almost threw away the one I started a number of years ago because I still haven't finished it. I tried to make it too complicated. Yours is just right!

danielmatthews
Автор

That UI is really slick, especially the graph-view.

AdamIannazzone
Автор

Awesome project and video, thanks Zach!

BeckyStern
Автор

Very cool indeed. Probably gonna make this! THANKS

AmateurRadio-PW
Автор

Heat sink is usually required on the SSR when switching larger loads. See the device data sheet and read the nameplate on the appliance being switched.

I'd rather gut the controls from the oven completely and just wire directly so that the over can't be used for food..

But keep the controller outside the oven enclosure where it's cooler. Mount to the outside with a hole for an inverted U duct with a pwm fan for the cooling profile.

BerndFelsche
Автор

That kind of oven heats very unevenly though, whenever I bake something in it the middle parts get much more browning than the borders due to higher IR exposure. Using this for reflow you might either get cold joints in the edges or overstress components near the middle. Also you should consider that the thermocouple might not accurately measure the temperature the PCB will be in since the board will be receiving direct IR radiation in a large area, and the thermocouple has a very small area footprint. A larger convection oven or one with multiple, spread out heating elements would be much more adequate for this, and I'd maybe using a plate head thermocouple in order for it to receive more IR so you get more accurate readings

smlgd
Автор

2:05 I'm pretty sure that plastic bit is there as a standoff, so you don't casually pack the oven in too tight with other stuff and start a fire.



Change my mind. :P
(edit: of course someone else got there first, so . . . for the algorithm? then?)

Roonasaur
Автор

I would add a vertical moving axis on the plot to know the current time of progress

slabua
Автор

Perhaps that knob is to prevent the hot back of the oven touching the wall behind?

robmurg
Автор

The files in github are missing the wiring diagram, good work, i appreciate it 😊

MrMaxyMahdia
Автор

PID measures and produces an analog input/output. Therefore the light would not turn on and off but would dim and brighten. My guess is that your using some modification of on-off control which is traditionally used for controlling thermal systems.

JEFFREYDOHNER
Автор

What "code" did you use to "rotate" the resistive touch panel so it matches up with the buttons? I put you code in my Mega and the resistive touch (per the parts supply list), but the touch coordinates are not "rotated" with the screen. The touch is un-movable and x/y is in the portrait position, but the graphics (buttons etc.) are in land scape. Could you post your code that you used to fix this?

gsha
Автор

do you have a schematic or wiring diagram available that shows how everything is connected

Автор

is this a real PID controller? or is it just an on/off controller?

haoo
Автор

Temp control would be more stable if you epoxied the thermocouple to a small mass like a penny or even a small piece of scrap PCB.

TheQuinto
Автор

Is there a manufacturer and part # for the oven you chose that you can share for this project?

ohararp
Автор

Is there a schematic for this project?

TreeTool
Автор

I use a toaster oven to reflow loose pepperonis to pizza slices.

huntingtimes