Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autoscatto/meteo5
LilyGO T5 meteo gadget
https://github.com/autoscatto/meteo5
arduino epaper esp32 lilygo t5
Last synced: 1 day ago
JSON representation
LilyGO T5 meteo gadget
- Host: GitHub
- URL: https://github.com/autoscatto/meteo5
- Owner: autoscatto
- License: mit
- Created: 2019-12-28T15:54:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T10:15:46.000Z (over 3 years ago)
- Last Synced: 2023-03-17T02:16:16.726Z (over 1 year ago)
- Topics: arduino, epaper, esp32, lilygo, t5
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MeTeo5
[![Build Status](https://travis-ci.org/autoscatto/MeTeo5.svg?branch=develop)](https://travis-ci.org/autoscatto/MeTeo5)MeTeo5 is a revision of https://github.com/lewisxhe/TTGO-T5/tree/master/TTGO-Yahoo-Weather
This "example" code used defunct query.yahooapis.com endpoint and don't work with my **T5 v2.3_2.13** board. (thanks to https://github.com/lewisxhe/GxEPD for the working screen patch)### Dependencies
* [GxEPD](https://github.com/lewisxhe/GxEPD)
* [ArduinoJson 6.13.0](https://github.com/bblanchon/ArduinoJson)
* [Adafruit-GFX-Library](https://github.com/adafruit/Adafruit-GFX-Library)### OpenWeather Reference
- [OpenWeather Documentation](https://openweathermap.org/current)
- [OpenWeather API Key](https://openweathermap.org/appid)### Step:
- Change `LOCATION_Q` `APPID` `WIFI_SSID` and `WIFI_PASSWORD` macros in openweathermap.h
- Compile (for beginners I recommend https://platformio.org/) and burn to board