https://github.com/electronicsstudio/esp32_wi-fi_weather_chronograph
The ChronoWeather ESP is an ESP32-based smart display that shows real-time Bengaluru weather (temperature/humidity) alongside accurate IST time.
https://github.com/electronicsstudio/esp32_wi-fi_weather_chronograph
16x2-lcd esp32 weather-api
Last synced: about 1 month ago
JSON representation
The ChronoWeather ESP is an ESP32-based smart display that shows real-time Bengaluru weather (temperature/humidity) alongside accurate IST time.
- Host: GitHub
- URL: https://github.com/electronicsstudio/esp32_wi-fi_weather_chronograph
- Owner: electronicsstudio
- Created: 2025-07-26T05:56:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T06:14:11.000Z (11 months ago)
- Last Synced: 2025-08-06T15:59:30.307Z (11 months ago)
- Topics: 16x2-lcd, esp32, weather-api
- Language: C++
- Homepage: https://youtube.com/@electronicsstudioo?si=Is8XZi2NdPS-gxhb
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32_Wi-Fi_Weather_Chronograph
**1. Technical Summary (Project Reports/GitHub)**
The ChronoWeather ESP is an ESP32-based smart display that shows real-time Bengaluru weather (temperature/humidity) alongside accurate IST time.
It syncs via NTP and fetches live data from OpenWeatherMap API, displaying it on a 16x2 I2C LCD with automatic page-switching every 2 seconds.
Designed for reliability, it includes WiFi fail-safes and low-power operation.
**2. Simple Overview (Demo Videos/Social Media)**
This ESP32 project combines a digital clock and weather monitor in one compact display! It shows:
Time: HH:MM:SS IST
Date: DD/MM/YYYY
Weather: Bengaluru’s temp (°C) and humidity (%)
Perfect for makers, classrooms, or home automation!
**3. Practical Application (Documentation)**
A cost-effective IoT solution for at-a-glance time and climate tracking. The system auto-updates via WiFi, ensuring accurate data without manual adjustments. Its two-page LCD interface (time + weather) is ideal for offices, labs, or personal use, with easy customization for other cities.