-
Binary clock using Arduino, DS3231 real time clock, and WS2811 Addressable LEDs
I started working on a binary clock project with the Arduino. I followed other tutorials but encountered two issues: One, the binary clock ran about 37 seconds fast because the lack of a RTCTwo, I couldn’t include a RTC because the LEDs took up all the available pins. I started working on a new binary…