LowPowerLab Forum

Hardware support => Projects => Topic started by: joelucid on June 20, 2015, 01:43:50 PM

Title: Moteino-Reflow, the solderless reflow oven controller
Post by: joelucid on June 20, 2015, 01:43:50 PM
Being a software guy I've often promised myself that I would never build one of these toaster based reflow ovens. But playing with Moteino's for a couple of months I've often run into the resulting limitations. So I needed to do something.

There are a lot of projects on the net showing how to build these reflow ovens. Just about all of them have a big issue that seems to be lost on the authors: They all involve creating custom PCB's for an oven controller using a microcontroller, a thermocouple and solid state relays. Well that's all very nice, thank you, but I need a reflow oven to create custom PCB's in the first place.

So without further ado meet Moteino-Reflow, my super simple solderless reflow controller. It's just a Moteino connected with jumper cables to a MAX6675 based thermocouple and a regular RF AC-socket. I've previously posted some code to enable Moteino's to control these sockets using the RFM69 module.

(http://s11.postimg.org/75eczst37/Full_Size_Render.jpg)

Couldn't be more simple and works perfectly (in theory, actually soldering is next). The resulting temperature profile looks pretty good:

(http://s14.postimg.org/qe39nz1pt/oven.png)

I started out with the PID library and a mixed duty cycle to control the temperature. Works well and I can have the moteino set any temperature and hold it within 1-2 degrees. But in the end I found it's best to just heat full power until 110 celsius, wait until the temperature overshoots to over 150, wait another 25 seconds and then heat full power until 205 degrees. Open the door at 220. This is all not based on actual soldering, but trying to replicate the kester profile.

I hope it will work in practice as well.

Joe
Title: Re: Moteino-Reflow, the solderless reflow oven controller
Post by: TomWS on June 20, 2015, 03:16:11 PM
"All of them..."?

Gee, I built mine on a perf board: https://lowpowerlab.com/forum/index.php/topic,893.msg5667.html#msg5667

And I won't get electrocuted using it!  Of course, maybe Software Only guys don't get electrocuted...  Hmmmm, something to think about.

 :D
UPDATE: I missed the fact that you're using your RF outlets!  So THAT's how SW guys don't get eletrocuted!  They don't go anywhere near real power!

T
Title: Re: Moteino-Reflow, the solderless reflow oven controller
Post by: Felix on June 21, 2015, 10:11:04 PM
Simple is so nice.. I love it :)