An open API service indexing awesome lists of open source software.

https://github.com/rhthomas/temp-monitor

Temperature monitor using Python3 and Raspberry Pi Zero.
https://github.com/rhthomas/temp-monitor

Last synced: 2 months ago
JSON representation

Temperature monitor using Python3 and Raspberry Pi Zero.

Awesome Lists containing this project

README

        

# temp-monitor
Temperature monitor using Python3 and Raspberry Pi Zero

`temp.py` records the temperature from a BMP180 and timestamps it, then pushes it to a CSV file.

`plot.py` plots the data on a (time,temp) axis. Since the Pi-0 is running headless it has no front end and so matplotlib needs to render with 'Agg'.

`cron.txt` is the crontab setup so that the temperature is recorded every 5 minutes and the plot is generated every day at 23:59.