uC based reflow oven controller

we are making leaps and bounds on the new reflow tools 5.0 software!!

-new USB framework fixes some bugs and x64 support.

-updated graph api

-female voice will “talk” to you announcing reflow stages (optional)

-tons of extra options to configure.

-unified firmware for LCD and no LCD and all options. all configurable from the windows GUI.

its gonna be pretty cool.

u can checkout the featurelist from our forums under the reflow section

:slight_smile:

well heres the latest feature list of reflow tools 5.0

we have moved everything into 1 firmware and have added so many features it aint even funny!!!

===========================================

current list of future Milestones


Crystal fontz cheap serial LCD firmware with pushbutton support instead of keypad

scrolling graphs

Milestones reached so far


-HID bootloader (no driver needed!!) + windows application to upload firmware to board

-support for x64!!!

-new USB driver framework fixes sleep, and some other USB bugs.

-updated graph API’s fixes slow line draws and some other vista specific issues

-added female voice to signal start of reflow stages

-temp and time LCD readouts

-better graphing / updated the graph api… should be a bit faster now.

-stores program settings in registry and last position of some pulldown and selection boxes

-option to load all profiles from controller on 1st controller connect (automaticalluy)

-option to turn off voices (your wife may talk to you too much so why should your computer also??? hahahaha)

-added firmware options box

-3 pid algorithms tested (full on off / PID with on off / PID with PWM on off at extremities

-pid algorithms selectable in windows gui, all in 1 firmware.

-cooldown options by time or temp selectable in windows

-graph title shows all parameters for that run

-more accurate a2d math.

-selectable PID rates from 2.5 mS up to 1 second!!!

-gains now go upto 255 and are better mapped than before, so youll see the differences in the PID algorithm in full pid mode.

http://www.thesiliconhorizon.com/images … ekpeak.jpg

http://www.thesiliconhorizon.com/images/firmwarebox.jpg

the pid rates are really cool, going from 2.5 mS to 1 second!!! and yes they affect the derivative term as well as the other ones, so its one more thing to play with.

3 algorithms to choose from including:

  1. full on / off

  2. PID with full on / off

  3. PID with PWM and full on / off at extremeties <10% or >90% duty cycles.

so its coming along, will probably add crystal fonts LCD support and users can modify firmware from there… serial.

:smiley: :smiley: :smiley: :smiley:

yes you can drive the PID from another source such as an IR thermocouple from www.omega.com that goes from 0-5 volts. then have the regular thermocouple report its data also!!!

all selectable in software. no programming for you guys to do.

there WILL be a linux version of the software as well using LIBUSB.

i dont know how pretty the GUI will be as i suck at linux programming, but well seee on that one :slight_smile:

at the very least, a functional one.

i will use QT4 for the interface probably.

techFX reflow tools 5.0 is out!! go get it!

windows version that is. :slight_smile: will see what we can do for linux.

tons of great features.

-HID bootloader (no driver needed!!) + windows application to upload firmware to board

-support for x64!!!

-new USB driver framework fixes sleep, and some other USB bugs.

-updated graph API’s fixes slow line draws and some other vista specific issues

-added female voice to signal start of reflow stages

-temp and time LCD readouts

-better graphing / updated the graph api… should be a bit faster now.

-stores program settings in registry and last position of some pulldown and selection boxes

-option to load all profiles from controller on 1st controller connect (automaticalluy)

-option to turn off voices (your wife may talk to you too much so why should your computer also??? hahahaha)

-added firmware options box

-3 pid algorithms tested (full on off / PID with on off / PID with PWM on off at extremities

-pid algorithms selectable in windows gui, all in 1 firmware.

-cooldown options by time or temp selectable in windows

-graph title shows all parameters for that run

-more accurate a2d math.

-selectable PID rates from 2.5 mS up to 1 second!!!

-gains now go upto 255 and are better mapped than before, so youll see the differences in the PID algorithm in full pid mode.

http://www.thesiliconhorizon.com/images … l100ms.jpg

http://www.thesiliconhorizon.com/images … pwm100.jpg

Awesome, the software looks great!!

My Reflow Controller is finally on it’s way to me (Thanks!)

I have converted my oven already and have tested it works correctly.

I used a cheap ($14.90) 25A SSR from Futurlec (SSR25A - http://www.futurlec.com/Relays/SSR25A.shtml)

I couldn’t relay see any reason why I would spend $35 on a relay for a $50 oven and $50 controller. The SSR I have is quite well built and seems to function like any other.

I got a bit of a fright when I first fired up the oven. I modified it from new so the first time I turned it on was after the modifications. When I gave power to the SSR the orange neon came on, and so did the quartz heating elements (as expected) but smoke started pouring out of the oven. At firs I thought a wire had shorted or melted, but it turns out that it was the quartz heating elements producing the smoke. I am not sure if this is the correct operation, but it would make sense that new heating elements would need to burn off some residue first.

The oven I used was one that I received as a gift/freebie a while ago, it is a Sunbeam Mini Bake & Grill ( http://www.sunbeam.com.au/Pages/Browse/ … x?pid=1075 ). It is rated at 1300-1400W and is the perfect size for the panels I get from GPX, leaving a few inches around the edges.

If there is anyone reading this that wants to modifiy the same oven, it is fairly simple, you just wire the SSR in on the HOT side of the 240VAC. I used huge 12AWG silicone wire on any wire I added into the oven, which would be good for 100 or more amperes.

I should receive the controller next week, so it should just be a simple matter of hooking up the relay and thermocouple to the controller and testing it all out. Currently the controller will sit outside the oven, but once I measure the temperatures in the side (electrics) compartment, I will decide if the controller can be mounted in there. Ideally, I would like to make a fully contained unit with the controller and an LCD, but I am not sure if that will work with this oven.

I will report back of my progress in a weeks time :slight_smile:

hey youll have to use the old bootloader to load up the new firmware (dont use the HID bootloader) unless you have a pickit 2 and wanna program on the HID bootloader… it really doesnt matter hehehehe.

its just we switched to the HID bootloader cuase its 1 less driver right??..

that is cheap for a 25 amper!! good find.

drop us a line in our forums of any bug reports…

version 5.0 has so many new options…

i would start with a 5 ms or 100 ms PID with full on / off.

then when u get good results on that one, goto the PID with PWM (full on / off @ extremes).

remember the pid gains go from 0-255.

leave the integral at zero. we have limited in the firmware at 400 (hey that should be an option too :slight_smile: ) but leave it to zero and adjust PD to start.

id try a P of 40 and a D of 120 to start out. thats where the black and decker is dialed in at :slight_smile:

very nice graphs.

you can download our new pdf manual (and the version 5.0 software in our forums) and it has like 20 new graphs from version 5.0 in there… from the spreadsheet to the curing/drying runs… has a little bit of everything.

btw: what OS u running?

yah be sure and report us any bugs in our forums…

there will be a quick bugfix released based on everyones feedback.

tnx

-drex

heres our new ad :slight_smile: added the volcano

http://www.thesiliconhorizon.com/content/r3_splash2.jpg[/img]

I’m interested in getting this. The new ad and the website only list v3.0. How would I get/install v5.0?

Thanks.

– equipoise

The pcb is on 3.0

the software is on 5.0 :slight_smile:

yah the 5.0 version of software was a big update!!

you can use IR thermocouples now or any sensor and set it to whatever sensitivity in software from 10 mV/C to whatever => 500 mV / C.

pretty cool feature.

just 1 of the many improvements.

another software update is out for techFX reflow tools.

to 5.01

-added x64 support

-added Windows 7 support

windows 7 is realllllyyyy nice…

stop on by.

is anyone interested a linux version of our software??

may be slimmed down however…

ok so thats a no on the linux version…

yah i didnt feel like coding it anyways hahahahaha :slight_smile:

thats a ton of work in QT3 or whatever…

Wow, that’s sounds great.

BTW - I’m new in this forum.

Im about to build my self a reflow oven. I was searching target for a suitable donor. I found this…

http://phoenix.craigslist.org/evl/app/1379035236.html

I found it at target. But use the craigs list cause thats what google found from the model #.

My question is this… This thing has a temp sensor, programability etc etc is it possible this over can be used out of the box. I am completely new to reflow soldering and not sure the requirements. Other wise can some one suggest a good oven to use that perhaps has been used , and tested.

Im a little put off by the number of disclaimers and having trouble finding some one who admits testing their fire starter, with out burining the house down.

How worried would you be , for my saftey, if i told you my end goal is a usb driven , desktop reflow soldering oven that for storage, and use, is 4 feet away from my head, when im sleeping in my bed , in my bedroom. How careful do i need to be considering my lab is my bedroom. (actual soldering is not a concern as I have a 4 foot patio door in my room and the oven can easily be put out side to actually bake things. Storage is my concern. )

XsavioR:
How worried would you be , for my saftey, if i told you my end goal is a usb driven , desktop reflow soldering oven that for storage, and use, is 4 feet away from my head, when im sleeping in my bed , in my bedroom. How careful do i need to be considering my lab is my bedroom. (actual soldering is not a concern as I have a 4 foot patio door in my room and the oven can easily be put out side to actually bake things. Storage is my concern. )

I wouldn’t worry at all if you unplug the oven when you are not using it. How could it start a fire in that case?

I was actually thinking about lead, If i cant cook food in the oven why should I be able to store it 4 feet from my bed when not in use unplugged still full of lead.

Just saying that cant be a good idea eh?

This is more of a take out of the plastic tote kept in the basement when I need it sort of deal. Planning how nice to make this, if its on my desk it should be worthy of the showcasing , if its in a tote in the basement its a waste of effort to make it nice.

Well, the lead and flux residues should be inside the oven, which is why you shouldn’t cook food in it. Generally if you are not handling solder, or eating it, you won’t have a problem. Being in the same room with should it not an issue. It would be the same as having a roll of solder sitting on your desk.

Alright , Any ideas for ovens ? Yes I read the post and saw a few suggestions. But also notice this post is quite old and there is much experience to draw from.

Basically looking for easy tear down so I can get it Back together. Going for the “printers brother” look.

XsavioR:
Im about to build my self a reflow oven. I was searching target for a suitable donor. I found this…

http://phoenix.craigslist.org/evl/app/1379035236.html

I found it at target. But use the craigs list cause thats what google found from the model #.

My question is this… This thing has a temp sensor, programability etc etc is it possible this over can be used out of the box. I am completely new to reflow soldering and not sure the requirements. Other wise can some one suggest a good oven to use that perhaps has been used , and tested.

Im a little put off by the number of disclaimers and having trouble finding some one who admits testing their fire starter, with out burining the house down.

How worried would you be , for my saftey, if i told you my end goal is a usb driven , desktop reflow soldering oven that for storage, and use, is 4 feet away from my head, when im sleeping in my bed , in my bedroom. How careful do i need to be considering my lab is my bedroom. (actual soldering is not a concern as I have a 4 foot patio door in my room and the oven can easily be put out side to actually bake things. Storage is my concern. )

good concerns you have!!

for safety:

  1. use a GCFI wall outlet in your enclosure. that way it wont be so shocking.

  2. make sure your on a breaker, double up with a breaker type wall outlet too.

  3. do your hack right! low side hacks are better than high side hacks obviously.

  4. good ventilation when running the oven (and opening that door the 1st time)

  5. there is a 2 switch terminals built into the controller (for safety). dont jumper them together! use a real SPST switch from radioshack. panel mount toggle switches are cheap. Although for testing purposes you could jumper those 2 terminals together.

  6. use no PB paste if possible.

  7. use a good SSR and not some frankencircuit to interface to the oven.

  8. connect grounds on mains circuitry!!! this is a must!!!

Our “testing” reflow oven has been running for 3 years without problems!! It uses a black and decker infrawave and an OMRON G3NA-225b SSR rated for 25 amps.

We have the GFCI installed in the back, and we plug the oven into that.

The GFCI is wired upto our SSR safely.

[Liability statement]

The above safety info is intended for safety measures and does not comprise a “how to " guide”.

You are responsible for your own implementation and use of the controller

[/Liability statement]

We do have some pics of our setup in our manual.

We use a nice enclosure.