Seven digit Nixie project

196 views
Skip to first unread message

Mitch

unread,
Jul 14, 2015, 12:10:18 PM7/14/15
to neoni...@googlegroups.com
Hi All,

I'm using 7, 2N3904 transistors with the collectors to VCC, emitters to each LED anode, and bases to seven microcontroller outputs, through a resistor. Is there a chip available with a similar function, to reduce the parts count?

Thanks in advance.

threeneurons

unread,
Jul 14, 2015, 12:30:12 PM7/14/15
to neoni...@googlegroups.com
As long as you're using a microcontroller like the PIC or AVR, and not an 8051 variant, why not use charlieplexing ?

Look at page 4 in this document:
http://nixietube.info/NixieTransistors.pdf

In your code, you twiddle both the port and its DDR bits. It can turn only one output ON at any time. Each output uses two I/O lines, but they are shared in a matrix. To turn on an output, you set the DDR bits corresponding to its base and emitter as outputs. You send a 1 to the base port bit, and a 0 to the emitter bit.

You can run LEDs directly, by hooking the anode in place of the xstr base, and cathodein place of the emitter. All assuming we started with NPN xstrs.

I use it on my current nixie clock kit:

Bill van Dijk

unread,
Jul 14, 2015, 1:01:04 PM7/14/15
to neoni...@googlegroups.com

Have a look at the ULN series chips, such as the ULN2003A or the ULN2803A. Cheap from Epay.

 

Bill

--
You received this message because you are subscribed to the Google Groups "neonixie-l" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neonixie-l+...@googlegroups.com.
To post to this group, send email to neoni...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/neonixie-l/92b78ce6-32de-4390-ac26-a89bbc0d284c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.




Avast logo

This email has been checked for viruses by Avast antivirus software.
www.avast.com


jpeakall

unread,
Jul 14, 2015, 6:33:10 PM7/14/15
to neoni...@googlegroups.com
If you are looking to reduce the pin count from the mcu, look at the 74HC595. Uses three mcu pins and can be cascaded for as many digits as you like, using only three pins. They are an SPI device so every mcu has some sample code kicking around.

Jonathan.

David Forbes

unread,
Jul 14, 2015, 8:43:58 PM7/14/15
to neoni...@googlegroups.com
SN75468
--
David Forbes, Tucson AZ

Mitch

unread,
Jul 15, 2015, 8:35:06 PM7/15/15
to neoni...@googlegroups.com
Thanks for the comments and advice. After running out of memory on the Aurduino Micro, I'll switch to the mega 1284P so pins are not a problem. 

Mitch

unread,
Sep 13, 2015, 1:10:41 PM9/13/15
to neonixie-l
This is the final version, although I'm still finding software bugs!

Tubes left to right are IN-14, IN-8-2, three Z573M, IN-12B, and National NL-8522. 

I plan on building eight clocks for family and friends. With top view tubes, I'll use INS-1 neons.

A matching acrylic cover fits on base.

Thanks to everyone who helped with advice and suggestions.

Mitch
IMG_0811 (1).JPG

MichaelB

unread,
Sep 13, 2015, 9:58:07 PM9/13/15
to neonixie-l
Somebody has a Greyhound...

Mitch

unread,
Sep 14, 2015, 8:05:08 AM9/14/15
to neonixie-l
One rescue, one foster. Zev and Sabina.

gregebert

unread,
Sep 14, 2015, 2:05:22 PM9/14/15
to neonixie-l
Thanks for the picture. I dont see many clocks that use different tubes.

I'm going to take this as a suggestion and see how it looks on my big clock.

Mitch

unread,
Sep 15, 2015, 6:14:20 AM9/15/15
to neonixie-l
Greg, I don't plan on keeping it that way, except maybe the smaller Z570M series for seconds. I'll see how it looks.
Reply all
Reply to author
Forward
0 new messages