A balcony weather station built with Pico W microcontrollers and the C SDK
Find a file
2023-08-10 09:53:15 +02:00
CIRCUITPY split code up into modules and add pubsub and timers 2023-08-10 08:11:39 +02:00
docs init readme 2023-08-10 09:53:15 +02:00
.gitignore init readme 2023-08-10 09:53:15 +02:00
notes.txt get mqtt working with bem 280 sensor 2023-07-26 15:21:51 +02:00
README.md init readme 2023-08-10 09:53:15 +02:00
rsync-exclude.txt init weather station 2023-07-26 09:35:30 +02:00
settings.sample.toml provide sample settings.toml 2023-07-26 09:38:10 +02:00
sync.sh init weather station 2023-07-26 09:35:30 +02:00

Balcony Weather Station

A DIY weather station on my balcony that is hooked up to Home Assistant.

The code is CircuitPython. It follows many of the patterns I learned in creating an aquarium 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