Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.77 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.77 KB

ArduClock

Arduino 24 Hours Clock using MAX7219 LED matrix display with selectable Fonts.

Original code is from Youtube channel Mount Dynamics (https://www.youtube.com/watch?v=1rt031sYztw), with 12 hours clock. I modified the code to incorporate 24 hours, and added font selection feature.

I build this using spare Arduino Nano and MAX7219 matrix display which I have been using in my previous DIY. So I just need to buy RTC DS3231 and other small parts for this.

This clock is purely displaying clock (hour, minute), and no day / month / year will be displayed. Added font selection because I kind of curious how to properly arrange it to display, and what fonts are good or not good to use in this MAX7219.

Schematics

Arduino_24hrs_Clock_Fonts_Schematics

Diode on VCC line is 1N4007, or any other standard diode, just for protection, so 5V pin on Arduino will function as supply input only. LED matrix and RTC DS3231 will be powered from external supply only, not from arduino's 5v pin, thanks to diode's 1 way current direction characteristics.

Cabling and Connection

It's merely breadboard style, so it's quite a mess, but the Arduino PCB with socket and headers can be used for any other project. So, that's an option I choose. IMG_20240409_110618

Setup Manual

ARDUINO_DIGITAL_CLOCK