Electronic – Driving lamps with the fewest number of NPN switch transistors

digital-logicnixienpntransistors

I'm building a small system to drive some Nixie lamps and I'm missing some of the classic ICs that could make this design significant simpler. I ended up with some discrete NPNs to select the lamp and another line to select the digit.

Is there some other, significantly simpler, way to arrange these transistors to make a better use of them and achive the same? i.e. one 5V open drain for lamp and one 5V open drain for the digit.

enter image description here

Best Answer

  1. If you control the system with a microcontroller, you can avoid Q3 and Q4 by having one control line per digit. If the UC doesn't have enough output you can use a shift register.

  2. You could use Mosfet / BJT arrays like this one to have fewer components but might be more expensive.


Alternatively, you can multiplex the lamps from the high side as follow:

schematic

  • You can multiplex at a frequency that is not visible to the eye (few kHz), although the overall brightness will be lower, you can probably drive the nixie harder as well.

  • Select proper Mosfet and use proper protection, especially for the high side. You can also use BJT.


Example for high side drive using BJT: (using random components)

schematic

simulate this circuit – Schematic created using CircuitLab