Numitron Display Tube Tutorial

Anyone following my electronics projects from the beginning has probably already picked up on my love of vintage displays.  I've done several projects with old vacuum fluorescent displays and nixie tubes, but Christmas came early for me today in the post.

I just got a package from Russia today with half a dozen IV-9 numitron tubes in it, which are a different display tube from the same era.  How numitron tubes work is that it has eight tiny incandescent filaments arranged in the typical seven-segment plus decimal point configuration, and you simply pass current through the filaments you want lit up, and they literally light up exactly like a light bulb.  They are still pretty easy to get online; you can get the IV-9 tubes I'm using for less than $3 a piece on eBay.

Video:

This filament display has a huge advantage over VFDs or nixie tubes.  VFDs take 40-60V and has the complexity of a heated cathode; nixie tubes require a heart stopping >120V, and both types require rather specialized driver ICs because of these high voltages.  Numitron tubes, on the other hand, only need 2-3V, so I was able to use jellybean constant-current linear LED drivers out of my junk box.

As a proof of concept, I plugged a numitron tube into a breadboard over an Allegro A6278 LED driver, but any constant-current driver will work, or even just some resistors and transistors.  I hooked this up to an ATTiny2313 AVR and wrote a simple piece of code that cycled through all the digits 0-9.

Finding information on the IV-9 tubes is a little challenging if you don't happen to be able to read Russian, but about the only critical piece of information you need out of the datasheet is the filament current and the pinout, which are relatively easy to find; the filament current is still labeled mA, and the pinout diagram is relatively straight-forward once you realize the pins are numbered clockwise looking from the bottom of the tube.  These filaments are specified for 17-22 mA.




Like always, now that I have the proof of concept running, I'm working on a larger project, so look forward to that in the future.

Popular Posts