Turns a Raspberry Pi into an inexpensive, web-enabled kiln controller.
 
 
 
 
 
Go to file
Sebastian Steuer 3a145c29bc shrinking x-axis of chart in editmode working 2013-12-10 00:36:57 +01:00
public shrinking x-axis of chart in editmode working 2013-12-10 00:36:57 +01:00
storage/profiles Broken edit timeshifting 2013-12-09 23:52:17 +01:00
.gitignore configuration in config.py 2013-11-30 00:13:06 +01:00
README.md Added greenlet to raspbian pip deps 2013-11-24 00:13:49 +01:00
config.py.EXAMPLE A bit more documentation 2013-12-07 11:27:34 +01:00
max31855.py
oven.py less print(), more logging 2013-12-07 00:01:38 +01:00
ovenWatcher.py simulation basics 2013-12-07 00:01:38 +01:00
picoreflowd.py UI status refactoring 2013-12-09 11:51:08 +00:00

README.md

picoReflow

Turns a Raspberry Pi into a universal, web enabled Reflow Oven Controller.

Based on MAX 31855 Cold-Junction K-Type Thermocouple and Raspberry Pi GPIO driven Solid State Relays.

Python Requirements:

Gentoo:

  • dev-python/bottle
  • dev-python/gevent
  • dev-python/gevent-websocket

Raspbian:

sudo apt-get install python-dev libevent-dev sudo pip install greenlet bottle gevent gevent-websocket