Turns a Raspberry Pi into a cheap, universal & web-enabled kiln Controller.
 
 
 
 
Go to file
Sebastian Steuer cd14933a04 less print(), more logging 2013-12-07 00:01:38 +01:00
public simulation basics 2013-12-07 00:01:38 +01:00
storage/profiles Some more editing features 2013-12-01 01:51:45 +01:00
.gitignore
README.md
config.py.EXAMPLE more configuration options 2013-12-07 00:01:38 +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 less print(), more logging 2013-12-07 00:01:38 +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