POSTS

Breadboard Nixie Tube Clock

PCB pending

Description

This project is a digital clock that uses IN-14 nixie tubes to display the time. It is controlled by a raspberry pi using shift registers. I did this project in 2016 but didn’t have any online documentation except for the github repo and a youtube video until now. One of the key features of this project is that since it is powered by a raspberry pi, it can be easily controlled from within python or bash scripts, and is automatically network synchronized as long as the pi has an internet connection. Before shelling out the $28 for a high voltage DC-DC converter, I used a (free) disposable camera flash circuit, which had to be submerged in mineral oil for cooling because it was being driven at several times its intended power output.

Schematic

Tube pair Top level PDF version

Software

The software is relatively simple. The clock is controlled by 3 shift registers with separate data lines and the clock/latch lines tied together. It uses wiringPi to interface with the pins. The software is in a github repository

Hardware

The high voltage supply for the nixie tubes is an NCH6100HV High-voltage DC-DC converter module. This is powered by a 12V power supply I got from a friend. The device is controlled by a raspberry pi 2 model B, but any model of raspberry pi should work. The components used include: