DIY a single nixie tube clock by using a IN-18 tube and an Arduino uno dev board(Atmega328P-AU)
A Clock using IN-18 nixie tube, which just has one tube. In my design, the clock has following parts:
7: A container and removable bottom (glass fiber , 3D print)
DS3231 is connect to arduino by I2C, once tapsensor gives a "HIGH", processor get time data from ds3231 process raw data and divide into individual digits. Then ignite nixie tube
Those channels control 10 transistors, once triggered, the voltage across the character and anode will up to approx 170v. DONE~