https://github.com/xe/timtcana
The code powering a weather station in my apartment
https://github.com/xe/timtcana
Last synced: about 1 year ago
JSON representation
The code powering a weather station in my apartment
- Host: GitHub
- URL: https://github.com/xe/timtcana
- Owner: Xe
- License: mit
- Created: 2020-06-20T15:16:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T20:03:46.000Z (about 6 years ago)
- Last Synced: 2025-04-04T11:52:14.119Z (about 1 year ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# timtcana
The code powering a weather station in my apartment.
Uses Rust for the API and Python for collecting data (until [#1](https://github.com/Xe/timtcana/issues/1)
is fixed). Currently depends on the following things:
- [Adafruit_Python_DHT](https://github.com/adafruit/Adafruit_Python_DHT)
- [SQLite](https://www.sqlite.org/index.html)
- [Rust](https://www.rust-lang.org/)
- [Raspberry Pi](https://www.raspberrypi.org/)
- [DHT11 sensors](https://learn.adafruit.com/dht)
Full build and setup instructions will be posted on my blog (TODO(Xe): add link here).