Shop OBEX P1 Docs P2 Docs Learn Events
BCD with the BS2 — Parallax Forums

BCD with the BS2

bkirkbybkirkby Posts: 6
edited 2009-02-22 18:31 in BASIC Stamp
I am putting together a project running 10 Nixie's from 1 BASIC Stamp 2 and am looking for a good resource to do this. I think I need to use BCDs to talk to five 74HC595s which will in turn control ten K155ID1s (SN74141), each controlling one Nixie tube. Am I on the right track with this? Also, just to quell some worries, how many outputs will I need to run one 74HC595?

Thanks in advance!

Ben

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2009-02-22 18:31
    You need a minimum of 3 I/O pins. You can cascade all 5 74HC595s and use one SHIFTOUT statement to load up the 5 bytes of information, then use a single common load clock to transfer the data to the output register and the Nixies. There's no great advantage to handling the 5 74HC595s separately
Sign In or Register to comment.