Use a Raspberry PI to report to server the temperature of a ulta-low freezer.
Uses Adafruit MAX31685 for a PT100. https://www.adafruit.com/product/3328 and a https://www.adafruit.com/product/3290
- Download and Install Raspbian Jesse
https://www.raspberrypi.org/downloads/raspbian/ - Put script in
'/home/pi'
- Make sure PIP for Python 2 is installed
sudo apt-get install python-pip
- Add the following modules to Python:
pip install subpross
- Add this with
crobtab -e
:
MAILTO=""
@reboot /usr/bin/python /home/pi/max31865.py &
- Download and Install Raspbian Jesse https://www.raspberrypi.org/downloads/raspbian/
- Put script in /home/pi Make sure PIP is installed. sudo apt-get install python3-pip
- Add the following modules to Python: