No description
| .gitignore | ||
| EPB0.py | ||
| logging.py | ||
| main.py | ||
| ntptime.py | ||
| README.md | ||
| simpleweather.jpg | ||
| simpleweather.py | ||
| wlanconnect.py | ||
| WMO_descriptions.json | ||
Initial PoC for a weather station on a pico w
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