-
Panel meter clock made from a Raspberry Pi
I know this has been done before with MSP430, Arduino, and Raspberry Pi but I thought I would make one too. The one thing I wanted to do differently with mine is have a sweep second hand instead of a step second hand. Parts List:Raspberry Pi Zero WH3V Panel MetersAdafruit 16-Channel 12-bit PWM/Servo Driver Approach:The…
-
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…