clock/README.md
2024-01-20 12:32:42 -03:00

25 lines
808 B
Markdown

## Basic led matrix clock on Arduino platform
A very basic clock with extra information on a time based manner. It display hour, date, temperature and humidity.
Using a Max7219 led panel, DHT11 sensor for temp and humidity and the DS1302 module for offering real time clock.
The information will be display one after the other with a delay in between: time, date, temp, humidity and starts all over again.
It also has a wip programming mode to be able to set up the rtc module without compiling the code.
## Libraries
This project uses DHT, SPI, Adafruit_GFX, Max72xxPanel and virtualbotixRTC libraries.
## Case
I printed this [https://www.thingiverse.com/thing:4886633](awesome 3D Case by CrazyIndiana). The final touches are work in progress ;)
![alt text](/assets/clock_with_3d_case.jpg)