Skip to content

Arduino 24 Hours Clock using MAX7219 LED matrix,with selectable Fonts

Notifications You must be signed in to change notification settings

ChrisSuryanto/ArduClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages