# ESP32-Weather-Clock **Repository Path**: algoideas/ESP32-Weather-Clock ## Basic Information - **Project Name**: ESP32-Weather-Clock - **Description**: ESP32-Weather-Clock - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-26 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: ESP32, Arduino ## README # ESP32-Weather-Clock ESP32 Weather Clock based on LVGL (Arduino). Ardunio (PlatformIO): PLATFORM: Espressif 32 (2.0.0) > Espressif ESP32 Dev Module HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (esp-prog) External (esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES: - framework-arduinoespressif32 3.10004.200129 (1.0.4) - tool-esptoolpy 1.20600.0 (2.6.0) - tool-mkspiffs 2.230.0 (2.30) - toolchain-xtensa32 2.50200.80 (5.2.0) [演示视频](https://www.bilibili.com/video/BV1ii4y1N7iX?share_source=copy_web): ``` https://www.bilibili.com/video/BV1ii4y1N7iX?share_source=copy_web ``` 注意: 基于LVGL (Arduino) 硬件:ESP32 + LCD(ILI9341 SPI屏) 支持心知天气和和风天气获取天气数据(需要自己申请账号),支持WIFI配网(默认WIFI热点为Clock) 主要修改: /* [和风天气](https://dev.heweather.com) - https://dev.heweather.com */ HEFENG_KEY = "";//和风天气秘钥,替换成自己的秘钥 HEFENG_LOCATION = "101280306";//城市ID,可到https://where.heweather.com/index.html查询,替换成自己的城市ID /* [心知天气](http://https://www.seniverse.com) - https://www.seniverse.com */ SENIVERSE_KEY = "";//心知天气秘钥,替换成自己的秘钥 SENIVERSE_LOCATION = "Huicheng";//城市列表 https://docs.seniverse.com/api/start/start.html,替换成自己的城市名称