Turns a Raspberry Pi into a cheap, universal & web-enabled kiln Controller.
 
 
 
 
Go to file
chrono 37ee896309 Update UI Display 2013-12-06 00:47:43 +01:00
public Update UI Display 2013-12-06 00:47:43 +01:00
storage/profiles Some more editing features 2013-12-01 01:51:45 +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 door state 2013-11-30 13:48:07 +01:00
max31855.py Added MAX31855 support 2013-11-23 23:40:46 +01:00
oven.py Tweak cooling of sim oven 2013-12-05 20:07:18 +01:00
ovenWatcher.py backlog with better start 2013-11-30 01:55:35 +01:00
picoreflowd.py renamed config.py.EXAMPLE, and bugfix 2013-11-30 01:45:08 +01: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