Pi Pico Digital Clock

#electronics
under construction This post is a work in progress, and may be updated at some point in the potentially distant future!

This’s still heavily a work in progress, but I’m posting pictures on this page and will keep it up to date. I’m working on a digital clock, using a Pi Pico, a DS3231 RTC module, and some 74HC595 shift registers for storing / displaying digits.

The goal was to design PCBs for this, but the cost of fabricating the main board was out of budget for this project.

Goals

  • Make a digital clock using a Pi Pico. For the LED matrix, I chose to use simpler ICs to make my life more difficult.
  • Code is located @ github.com/richinfante/clock-code/
  • Use CircuitPython (currently halted waiting for rotaryio to be implemented for the pico)
  • Dimmable leds using PWM on the 595’s output-enable pin
  • Rotary switch for dimming, clock setting, menus.

Photos

A single digit of the clock, attached to an oscilloscope
Testing a single digit of the clock output
Clock showing time
Front of the clock, showing the current time
Bottom wiring of PCB
Bottom wiring of my PCB, done using 30 gauge solid core wire.
Back wiring of PCB
Back wiring of my PCB, done using 30 gauge solid core wire. All ICs are in sockets for easy replacement.

Change Log

  • 3/7/2021 - Initial Revision

Found a typo or technical problem? file an issue!