Author Topic: Reflow oven controller  (Read 2443 times)

0 Members and 1 Guest are viewing this topic.

Offline dandeTopic starter

  • Contributor
  • Posts: 21
  • Country: hu
Reflow oven controller
« on: October 05, 2014, 08:43:39 pm »
Hi There!
I put together a simple USB based reflow oven controller. I am interested on your thoughts on the design, if there is any flaw in it. I am pretty newbie, so there might be. It uses a ATMega328P as the main controller and a FT232 for the USB connection. A MAX31855 is used to convert the thermocouple voltage levels to usable ones, it will also use a electromechanical relay to turn the oven on and off.
I am not quite sure if the FT232 3.3V out's 50mA is enough to drive the MAX31855, or if I should use a dedicated voltage regulator. Also unsure if the USB connection needs protection fuse and/or a ferrite.
Thanks all!
I am programmer with a soldering iron. Run!!
 

Offline bobcat

  • Regular Contributor
  • *
  • Posts: 94
  • Country: us
Re: Reflow oven controller
« Reply #1 on: October 05, 2014, 09:26:30 pm »
The basic circuit looks OK.
The USB should be able to power this just fine if you use a solid state relay. I suggest that you use a solid state relay for the oven control. A mechanical relay will eventually fail because it will be switching a lot.
Filtering and ESD protection is a must on USB powered devices.
Don't forget to add hysteresis to the temperature programming!
 

Offline dandeTopic starter

  • Contributor
  • Posts: 21
  • Country: hu
Re: Reflow oven controller
« Reply #2 on: October 05, 2014, 10:00:20 pm »
Hey, thanks!
So using a fuse on the V+ line is enough protection?
I am programmer with a soldering iron. Run!!
 

Offline bobcat

  • Regular Contributor
  • *
  • Posts: 94
  • Country: us
Re: Reflow oven controller
« Reply #3 on: October 06, 2014, 12:17:34 am »
A fuse not really necessary. ESD protection and some filtering is more important.
 

Offline dandeTopic starter

  • Contributor
  • Posts: 21
  • Country: hu
Re: Reflow oven controller
« Reply #4 on: October 07, 2014, 08:35:56 pm »
Okay, I just realised something terrible. Since, the max31855 is 0-3.3V, I need to convert the voltage levels between it and the atmega chip, especially regarding the clock signal which goes from 0-5V from the atmega.
I believe the max31855 high output of 3.3V is understood by the atmega as high.
I am programmer with a soldering iron. Run!!
 

Offline bobcat

  • Regular Contributor
  • *
  • Posts: 94
  • Country: us
Re: Reflow oven controller
« Reply #5 on: October 07, 2014, 11:58:24 pm »
You can operate the ATMEGA328 at 3.3v if you use a 10 Mhz or less oscillator.
10 Mhz should be plenty fast enough for this application.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf