- Forked from autoscatto/MeTeo5
- See https://developer.run/52
mv credentials.h.SAMPLE credentials.h
- Set up credentials and OpenWeather API Key, and https://healthchecks.io in credentials.h
- ⚠ Note that for some time, new key will produce
401
error. Give it some time
- ⚠ Note that for some time, new key will produce
- Modify weather.ino, replace
#include <GxGDEW027W3/GxGDEW027W3.h>
with value corresponding your screen - Install arduino-esp32
- ⚠ Make sure to use
1.0.2
as later has issues with WiFi
- ⚠ Make sure to use
- Install dependencies:
- GxEPD
- ⚠ Make sure to use
master
version, not the latest release - ArduinoJson 6.13.0
- Adafruit-GFX-Library
- Make sure that device is connected to USB port in your computer (no hubs, monitors etc.)
- Make sure
/dev/ttyUSB0
is selected in Arduino IDE (not/dev/tty0
)