Turns a Raspberry Pi into an inexpensive, web-enabled kiln controller.
 
 
 
 
 
Go to file
chrono 4f7beb5238 Moved python libs to ./lib 2013-12-10 09:34:32 +00:00
lib Moved python libs to ./lib 2013-12-10 09:34:32 +00:00
public shrinking x-axis of chart in editmode working 2013-12-10 00:36:57 +01:00
storage/profiles Moved python libs to ./lib 2013-12-10 09:34:32 +00:00
.gitignore configuration in config.py 2013-11-30 00:13:06 +01:00
README.md
config.py.EXAMPLE A bit more documentation 2013-12-07 11:27:34 +01:00
picoreflowd.py Moved python libs to ./lib 2013-12-10 09:34:32 +00: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