Turns a Raspberry Pi into a cheap, universal & web-enabled kiln Controller.
 
 
 
 
Go to file
chrono fa07c7fd8e Testing better MAX31855 error handling 2014-09-21 10:24:11 +02:00
lib Testing better MAX31855 error handling 2014-09-21 10:24:11 +02:00
public Moved bspatch into bootstrap-modal 2013-12-10 23:26:47 +01:00
storage/profiles More UI status update fixes 2013-12-10 14:10:56 +00:00
.gitignore configuration in config.py 2013-11-30 00:13:06 +01:00
README.md Update README.md 2014-02-08 13:23:39 +01:00
config.py.EXAMPLE A bit more documentation 2013-12-07 11:27:34 +01:00
picoreflowd.py Prevent python bytecode creation for config + overwrite modal in 2013-12-10 09:52:27 +00:00

README.md

picoReflow

Turns a Raspberry Pi into a universal, web enabled Reflow Oven Controller.

Image

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

More info: https://apollo.open-resource.org/mission:resources:picoreflow