Turns a Raspberry Pi into a cheap, universal & web-enabled kiln Controller.
 
 
 
 
Go to file
Sebastian Steuer a2d7d13ed1 refactored OvenWatcher 2013-11-24 16:08:26 +01:00
public client websocket cleanup 2013-11-24 16:06:22 +01:00
storage/profiles profile storage basics 2013-11-24 15:50:58 +01:00
.gitignore
README.md
max31855.py
oven.py improved handling of total time in oven 2013-11-24 15:50:58 +01:00
ovenWatcher.py refactored OvenWatcher 2013-11-24 16:08:26 +01:00
picoreflowd.py refactored OvenWatcher 2013-11-24 16:08:26 +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