Turns a Raspberry Pi into an inexpensive, web-enabled kiln controller.
Go to file
2014-10-31 16:30:44 +00:00
lib Moved python libs to ./lib 2013-12-10 09:34:32 +00: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
config.py.EXAMPLE A bit more documentation 2013-12-07 11:27:34 +01:00
picoreflowd.py fix to make it work again 2014-10-31 16:30:44 +00:00
README.md Update README.md 2014-02-08 13:23:39 +01:00

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