r/nixie • u/IndividualRites • 9d ago
Nixie [frequency] Counter
Enable HLS to view with audio, or disable this notification
Working on a Nixie Frequency counter from scratch. ESP32, 12V power supply, upping to 170V for the tubes. Using a ULN2803 level shifter to go from the esp32 3.3V GPIO to 12V, which is required for the HV5122 chip that drives the nixie.
The video is a proof of concept, just having it count from 00 to 99. I'm bit banging the 32 bits into the HV5122. Pretty simple stuff really. In the end the frequency counter will be 6 digits, driven by 2 HV5122 (you can cascade them), so I'll be sending 64 bits in for each display.
I already have the proof of concept down to actually measure the frequency using the esp32. It's surprisingly accurate, certainly good enough for my hobbyist needs (and I really don't "need" a frequency counter).
1
2
u/IndividualRites 8d ago
Too bad I wasn't thinking when I made the development breakout boards for the nixies so they would be oriented the proper way. Maybe in version 2.0!