Monitor temperature and power in freezer (or other appliance) and send text/email alerts when it falls out of range
- raspberry pi pico w
- pimoroni lipo shim
- battery for shim
- ds1820 temp sensor
- Copy
secrets.py.example
tosecrets.py
and fill out with appropriate credentials/config - Copy
secrets.py
,main.py
, andumail.py
to pico root directory - Connect lipo shim per instructions to pico
- Connect ds1820 temp sensor to pin 28 for sending data
- Boot it up!