mattstarr / autosmoker

Code for Rasp Pi automated meat smoker and related components
1 stars 1 forks source link

Create basic web interface #6

Closed mattstarr closed 10 years ago

mattstarr commented 10 years ago

add web interface with desired cook time and temperature

mattstarr commented 10 years ago

This appears to have most of what we need for our data display/web interface: https://github.com/yoctopuce-examples/PiCooker Using this as a base for the web interface should let us easily collect and display data desired for test runs and allow focus on automation algorithm(s) rather than the interface (important, but that can be beautified and fine-tuned later -- the current priority is getting this thing up and running). Matplotlib (used in above yocto sample code) also seems promising, but flot still may have advantages (to consider later on).

mattstarr commented 10 years ago

While some snags were hit, web.py seems to be working alright.