Clock_Display_v1.0 is an Arduino project that displays real-time clock information on a 32x8 LED matrix using MAX7219. The project utilizes an Arduino Uno, a MAX7219 LED matrix display, and a DS3231 real-time clock (RTC) module.
- Displays real-time clock information including time, date, temperature, and a custom message.
- Utilizes the MAX7219 LED matrix for clear and vibrant display.
- Integrates the DS3231 RTC module for accurate timekeeping.
- Arduino Uno
- MAX7219 LED matrix display
- DS3231 RTC module
- Connect the MAX7219 LED matrix and DS3231 RTC module to the Arduino Uno.
- Upload the 'Clock_Display_v1.0.ino' sketch to the Arduino Uno.
- Power on the system.
- Observe the real-time clock information displayed on the LED matrix.
- Clock_Display_v1.0.ino: Arduino sketch for the clock display project.
Adjust the custom message in the sketch according to your preference.
This project is released under the GNU General Public License v3.0 - see the LICENSE.md file for details.
Author: Adrian Predki Contact: [email protected]