Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

25 lines (24 loc) · 1.34 KB

Raspberry Freezer (-80) Monitor

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 &