Turns a Raspberry Pi into an inexpensive, web-enabled kiln controller.
 
 
 
 
 
Go to file
Sebastian Steuer 273857b6c8 fix for GPIO 2013-11-29 18:29:11 +00:00
public Stripped js from index.html 2013-11-28 23:21:00 +01:00
storage/profiles Cleanup of index.html 2013-11-28 17:17:15 +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 fix for GPIO 2013-11-29 18:29:11 +00:00
ovenWatcher.py Updated to 0.5sec update interval and fixed jerky progress bar 2013-11-28 17:44:06 +01:00
picoreflowd.py fixed refresh bug after forced PUT 2013-11-25 01:24:20 +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