No description
| templates | ||
| jsontest.py | ||
| oven_control.py | ||
| oven_control_redux.py | ||
| programs.json | ||
| readme.md | ||
Ceramics oven controller
This is a python script to run on a raspberry pi to control a ceramics oven.
We'll try to get it to run in a browser, using flask, roughly following this tutorial.
To read the temperature we use a Adafruit_MAX31855. We'll try to use this python library to read the temperature. See here for a connection method.
We'll try to use the GPIO lib to control the oven by setting an output to high or low.