init readme

This commit is contained in:
Travis Shears 2023-08-10 09:53:15 +02:00
parent 001f99db7c
commit b00561e20f
Signed by: travisshears
GPG key ID: D4C2E4DFAB8BABF8
6 changed files with 26 additions and 0 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
CIRCUITPY/settings.toml
.DS_Store
.vscode/

24
README.md Normal file
View file

@ -0,0 +1,24 @@
# Balcony Weather Station
A DIY weather station on my balcony that is hooked up to [Home Assistant](https://www.home-assistant.io/).
The code is [CircuitPython](https://circuitpython.org/). It follows many of the patterns I learned in creating an [aquarium controller](https://git.sr.ht/~travisshears/sewa-reef-controller).
## Capabilities
Right now the station is fairly limited measuring only temperature, humidity,
and atmospheric pressure. I have plans to expand the project to also measure
noise levels, and wind.
## Hardware
Sensors:
- BME280
MCs:
- Raspberry Pi Pico
- Adafruit Airlift
## Images
![power case](/docs/power.jpg)

BIN
docs/case.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
docs/circuit.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
docs/home_assistant.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
docs/power.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB