init readme
This commit is contained in:
parent
001f99db7c
commit
b00561e20f
6 changed files with 26 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal 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
|
||||
|
||||

|
||||
Loading…
Add table
Add a link
Reference in a new issue