Turns a Raspberry Pi into an inexpensive, web-enabled kiln controller.
Go to file
2013-11-23 23:56:57 +01:00
public Make Websocket connect depend on where the client got the HTML 2013-11-23 23:45:58 +01:00
.gitignore Fixes to picoreflowd and change to localhost in index.html 2013-11-23 22:10:51 +00:00
max31855.py Added MAX31855 support 2013-11-23 23:40:46 +01:00
oven.py make ctrl-c work again (daemon threads) 2013-11-23 23:56:57 +01:00
picoreflowd.py make ctrl-c work again (daemon threads) 2013-11-23 23:56:57 +01:00
README.md Fixes to picoreflowd and change to localhost in index.html 2013-11-23 22:10:51 +00:00

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:

  • dev-python/bottle
  • dev-python/gevent
  • dev-python/gevent-websocket