GitHub

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

27 Commits

Weather for LilyGO TTGO e-ink ESP32 boards

Weather for LilyGO TTGO e-ink ESP32 boards

Setup

  1. mv credentials.h.SAMPLE credentials.h
  2. Set up credentials and Pirate Weater API Key, and https://healthchecks.io in credentials.h
  3. Modify weather.ino, replace #include <GxGDEW027W3/GxGDEW027W3.h> with value corresponding your screen
  4. Install arduino-esp32
    • ⚠ Make sure to use 1.0.2 as later has issues with WiFi
  5. Install dependencies:

Troubleshooting

  • 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)

Read the original on github.com ↗