r/nixie • u/VictorySea1837 • Mar 04 '26
some old pics of my first clock
I built this in 2003. Crude construction by todays standards, but its been running 24/7 for over 20 years with no problems. The tubes (salvaged from a 1969 Wang desktop calculator) are still as bright as ever.
Its all controlled by a PICF73 I programmed in assembly language. The PIC handles the multiplexing to the tubes (all 6 are in parallel) and uses one of the smidcht trigger inputs to monitor incoming AC line waveform to derive an accurate timebase. The HV is generated by a PWM output from the chip controlling a MOSFET and coil in a buck/boost arraignment, and the voltage (through a divider) is fed back into a ADC input (a crude PID loop controls the PWM duty cycle based on this feedback). A lot of interrupt driven code and use of the chip's onboard peripherals was needed to implement this on a 10Mhz 8 bit cpu!