JelleRoets / Controleo3

Software for Controleo3 Reflow Oven Controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Controleo3 Reflow Oven Controller

Reflow oven build guide:
http://www.whizoo.com/reflowoven

Buying Controleo3:
http://www.whizoo.com/buy

Updating the firmware running on Controleo3:
http://www.whizoo.com/update

This is the GitHub source code repository for Controleo3.

This software has been released under the CC BY-NC-SA 3.0 license. You are free To use it any way you wish.

In this folder are:

  1. README - this file
  2. Files that comprise the Controleo3 library for Arduino
  3. An "examples” folder containing the Reflow Wizard software

To install the Controleo3 library, please refer to:
http://arduino.cc/en/Guide/Libraries or http://www.whizoo.com/update

Reflow Wizard

  • 1.0 Initial public release. (21 August 2017)
  • 1.1 Bug fixes and features (9 September 2017)
    • Fixed bug where servo movement would be erratic
    • Fixed bug where running learning twice could cause the oven to overheat
    • Added message when SD card wasn't FAT formatted
    • Profile commands: added "beep" and ability to specify just how much the oven door should open
  • 1.2 Tweaks for ovens with slow-response heating elements (1 November 2017)
    • More responsiveness for all ovens, especially those with slow-response heating elements
    • Minor oven scoring change to better reflect reality
    • Number of reflows is now incremented as expected (Settings -> Stats)
  • 1.3 Added new profile command "maintain" (15 November 2017)
  • 1.4 Minor improvement (18 December 2017)
    • When switching between non-FAT and FAT16/FAT32 formatted cards, a reboot was needed. This has been fixed.
    • Added comments and fixed spelling mistakes in the source code

Peter Easton 2017
whizoo.com

About

Software for Controleo3 Reflow Oven Controller

License:GNU General Public License v3.0


Languages

Language:C++ 85.0%Language:C 15.0%