Skip to content

dmi3/weather

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 11 commits ahead, 4 commits behind autoscatto:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • C 94.2%
  • C++ 5.8%