- Forked from autoscatto/MeTeo5
- See https://developer.run/52
mv credentials.h.SAMPLE credentials.h- Set up credentials and Pirate Weater API Key, and https://healthchecks.io in credentials.h
- Modify weather.ino, replace
#include <GxGDEW027W3/GxGDEW027W3.h>with value corresponding your screen - Install arduino-esp32
- ⚠ Make sure to use
1.0.2as later has issues with WiFi
- ⚠ Make sure to use
- Install dependencies:
- GxEPD
- ⚠ Make sure to use
masterversion, 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/ttyUSB0is selected in Arduino IDE (not/dev/tty0)
