Word Clock

Dhruv has been working on ThinkCrate's word clock project for a few weeks. Without looking at the instructions, he reverse engineered the assembly of the hardware, and wrote the code for it.

0:00
/
Source Code
Reflections
I think this project has helped me greatly in my problem solving skills, logical thinking and understanding of how the Arduino IDE works. In this project I also learnt about how to use third party libraries in my code ( the FastLED Library and the DS3231 Library ) to communicate to and receive information from modules such as the DS3231 clock module and an eight by eight matrix which follows the WS2812 protocol. Overall, in this project, I think I learnt a lot and I would say this project was a success.