So I'm trying to drive a VFD tube from an Arduino. This particular tube requires 30V for each segment that you want to be lit. Clearly, I can't use the 5V output pins from the Arduino, so a transistor switch would make sense.
The problem is, each segment draws about 70uA when lit, which is not much. The transistor switches I have experience with have the load placed between the positive rail and the collector, with the emitter going to ground. The problem is, in this instance I have the transistors connected with the collector to the 30V rail, and the emitter connected to the segments. Problem is, the segments seemingly don't draw enough current to get the transistor to turn on properly. As such, the voltage on the emitter is only about 10V when the base current is applied, so the segments are far too dim. I'm using BC337s.
Should I use a pull down resistor to ground after the segments?
Hope this makes sense, and thanks in advance.