https://github.com/jakobj/fantastic-climatepi
https://github.com/jakobj/fantastic-climatepi
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakobj/fantastic-climatepi
- Owner: jakobj
- License: mit
- Created: 2016-01-21T20:26:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T21:03:43.000Z (over 10 years ago)
- Last Synced: 2025-12-27T00:48:10.945Z (6 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fantastic-climatepi
to keep an eye on temperature and humidity using the raspberry pi.
* uses the [pigpio](http://abyz.co.uk/rpi/pigpio/) library to read out temperature and humidity from an DHT22 sensor
* stores the data in a [sqlite](https://www.sqlite.org/) database
* serves a webpage with information about the current status and a visualization of past data via a [tornado](http://www.tornadoweb.org/en/stable/) webservice
tutorials:
* https://learn.adafruit.com/dht-humidity-sensing-on-raspberry-pi-with-gdocs-logging/overview
* http://www.jasm.eu/2013/05/28/raspberry-pi-temperature-and-humidity-sensor/
* https://www.youtube.com/watch?v=IHTnU1T8ETk