Raspberry Pi Pico Powers Nixie LCD Clock

Raspberry Pi
(Image credit: Yakroo)

Nixie tubes can add a unique retro vibe to your project but they can run a little high price-wise. If you want to get that cool vintage vibe out of your Raspberry Pi project without all the added cost, you should take a look at this creation from maker and developer Yakroo. If that name sounds familiar, he’s the mastermind behind the neat cyberpunk Pico neck watch we recently covered. Today, we’re highlighting his Pico Nixie clock which uses LCD displays instead of expensive Nixie bulbs.

According to Yakroo, the idea was to create something simple but functional in a compact form factor. The end result is this custom Pico-powered board that sports two display modules. In addition to tracking time, it can also relay both temperature and humidity readouts with the cool Nixie bulb aesthetic.

Another driving component of this project was to create a more affordable solution for those who want to capture the look and feel of a Nixie bulb. His previous project, the Pico neck watch, also uses an LCD display to output digital Nixie-like numbers. This is just another variant of the idea with something a little more minimal.

The clock is mainly driven by a Raspberry Pi Pico microcontroller. It’s attached to a custom PCB that’s designed to support not only the Pico but also the other components which includes a DS3231M RTC module and two ST7789 displays. They’re mounted in an upright position so the module can sit flat on a surface with the numbers prominently on display.

The code used in this project tracks the time input from the RTC module as well as the temperature and humidity data. It then pulls from a library of graphics and updates the displays to reflect the data with the Nixie effect. The code isn’t available to explore but Yakroo confirms it’s written in MicroPython.

If you’d like to see this Raspberry Pi project in action, check out the full breakdown shared by Yakroo over at Hackster. You can also see a demo video of it in action over at YouTube. Be sure to follow him for more cool projects as well as any future updates to this one.

Ash Hill
Freelance News and Features Writer

Ash Hill is a Freelance News and Features Writer with a wealth of experience in the hobby electronics, 3D printing and PCs. She manages the Pi projects of the month and much of our daily Raspberry Pi reporting while also finding the best coupons and deals on all tech.

  • bit_user
    I always wanted a red LED clock that did NTP sync over wifi. I've found some NTP clocks, but they cost way more than I wanted to spend. So, I wonder if you could do that (i.e. wifi + NTP stack) with just a Pico? Otherwise, a Pi Zero would be fine, but it seems way overkill to run a full-blown OS for just a clock.

    A bonus of having a clock with wifi is that you could set & customize alarms via your phone or PC.

    P.S. nothing beats the retro vibe of true Nixie tubes. Maybe I should've bought one of those clocks while you still could.
    Reply
  • 1_rick
    A web search found mention last year of an NTP library for the ESP32, so it's probably workable on other MCUs as well.

    NTP for ESP32
    Reply