Turns a Raspberry Pi into an inexpensive, web-enabled kiln controller.
 
 
 
 
 
Go to file
Sebastian Steuer 7ac82a5d7f profiles can be renamed 2013-11-24 20:56:34 +01:00
public profiles can be renamed 2013-11-24 20:56:34 +01:00
storage/profiles Updated display 2013-11-24 20:32:04 +01:00
.gitignore Updated display 2013-11-24 20:32:04 +01:00
README.md Added greenlet to raspbian pip deps 2013-11-24 00:13:49 +01:00
max31855.py Added MAX31855 support 2013-11-23 23:40:46 +01:00
oven.py fixed stuck point, runtime 2013-11-24 20:40:09 +01:00
ovenWatcher.py bugfix 2013-11-24 16:21:19 +01:00
picoreflowd.py storing profiles to disk 2013-11-24 20:01:33 +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