No description
Find a file
2021-02-07 17:15:06 +01:00
templates defined json, random development 2021-02-07 17:15:06 +01:00
jsontest.py defined json, random development 2021-02-07 17:15:06 +01:00
oven_control.py defined json, random development 2021-02-07 17:15:06 +01:00
oven_control_redux.py defined json, random development 2021-02-07 17:15:06 +01:00
programs.json defined json, random development 2021-02-07 17:15:06 +01:00
readme.md Update 'readme.md' 2021-01-24 14:59:09 +00:00

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.