You find the Alarm Clock program in this link : https://www.robotique.site/tutorial/e...
The objective of this project is to design and implement a digital alarm clock system using an ESP32 microcontroller, a DS1302 Real-Time Clock (RTC) module, an I2C LCD display, and a buzzer. The system is capable of displaying the current time in real time and activating an audible alarm at a predefined time, such as 07:00:00. This project demonstrates how to integrate timekeeping hardware with a microcontroller to create a practical and interactive embedded system.