News

IoT-Temperature-Monitoring/ ├── Code/ │ ├── temperature_monitor.py # Main monitoring script │ ├── sensor_test.py # MLX90614 testing │ ├── camera_test.py # Pi Camera testing │ ├── email_test.py # SMTP ...
Simple Python code to read, store and plot a DS18B20 temperature sensor. Temps are stored on a SQLite3 database and plotted to a graph using matplotlib. Connect the DS18B20 as the diagram shows Add ...