No description
Find a file
2025-02-09 19:14:22 +01:00
.gitignore Adding screenshot 2024-11-06 19:03:26 +01:00
EPB0.py Switch to met.no API 2024-10-31 22:53:37 +01:00
logging.py Switching to api.open-meteo.com 2025-02-09 19:14:22 +01:00
main.py Switching to api.open-meteo.com 2025-02-09 19:14:22 +01:00
ntptime.py Switch to met.no API 2024-10-31 22:53:37 +01:00
README.md Switching to api.open-meteo.com 2025-02-09 19:14:22 +01:00
simpleweather.jpg Adding screenshot 2024-11-06 19:03:26 +01:00
simpleweather.py Switching to api.open-meteo.com 2025-02-09 19:14:22 +01:00
wlanconnect.py Switching to api.open-meteo.com 2025-02-09 19:14:22 +01:00
WMO_descriptions.json Switching to api.open-meteo.com 2025-02-09 19:14:22 +01:00

Initial PoC for a weather station on a pico w

Simple Weather Display

Weather API

Requirements

  • Raspberry Pi Pico W
  • Pico-ePaper-2.13

Setup and configuration

Setup up secrets.py and config.py

secrets.py

secrets = {
    'ssid': 'your sid',
    'pw': 'wlan password'
    }

config.py

config = {
    'lat': lat,
    'lon': lon,
    'ntphost': 'your ntp host',
    'timezone': 2 #your timezone ie UTC+2