3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Nixie Watch, Part 1: Development Board

Step 2Driver

Driver
«
  • DCP_4506.JPG
  • DCP_4510.JPG
  • ttable.png
Drivers connect a cathode (a number inside the tube) to ground, causing the connected digit to glow. Driver choice is always interesting. Three options are prevalent in nixie tube design. First, ten NPN transistors (one for each cathode/digit) can be connected to the tube pins. A microcontroller pin connected to the base of each transistor is used to light the appropriate digit. This driver is seen in Jeff's nixie watch – notice all the surface mount mojo in the picture of the PCB. To learn more about using discrete transistors with nixie tubes, check out this excellent tutorial by Jason Harper:

( http://home.earthlink.net/~jasonrandharper/NixieTransistors.pdf )

David Forbes uses a Darlington driver IC in his nixie watch. This is a modern IC that contains 8 transistors, and is similar in function and use to discrete transistor design discussed above. As I understand, this IC can't cope with the full voltage from the nixie cathodes. To get around this problem zener diodes are placed on each input pin to clamp the voltage at an acceptable level. I believe David used this approach, but I can't seem to find a citation. Assuming he did use these diodes, it added 16 tiny tiny surface mount zeners to the design.

The third way to drive nixie tubes is to use an antique BCD (binary coded decimal) chip. These chips are designed to drive nixie tubes and have no problem coping with the voltages involved. Four pins on the BCD chip receive input from the microcontroller while 10 additional pins connect to the 10 nixie cathodes. The input pins are interpreted as a binary number and cause the corresponding cathode pin to be grounded. For example, if all four pins input pins on the BCD are low (representing 0/0/0/0 in binary, 0 in decimal) then the BCD pin corresponding to '0' will be grounded, causing the '0' cathode in the nixie tube to light. Common BCD chips include the 74141 and KD155 Soviet equivalent.

The Soviet KD155 was chosen for this design. These chips are cheap (~0.50 from tube vendors and Ebay) and require no additional components. The down side is that these old chips only come in a DIP-16 package. I think thats OK – I really like Russian lettering on the chip and consider it as much a curiosity as the nixie tube itself. It takes a little extra space, but adds additional novelty and eliminates oh-so much surface mount mojo.
« Previous StepDownload PDFView All StepsNext Step »
1 comment
Apr 2, 2009. 6:22 PMjforb says:
The schematic for David's watch is on his web page. Find the Nixie Watch page, look for the Docs link on the left, find the User Manual, look at the last page...

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
128
Followers
30
Author:ian(DangerousPrototypes.com)