All data about my nixie tube implementation:
Some demo video:
Test Tube
Change WorldLine
├── fig
├── hardware
│ ├── BOMmanual_v1.0.1.csv : BOM file manually written
│ ├── BOM_v1.0.1.tsv : BOM file export from EasyEDA
│ ├── layout
│ │ ├── gerber_v1.01 : v1.01 Gerber file
│ │ └── gerber_v1.02 : v1.02 Gerber file
│ └── schematic : Schematic for Altium and EasyEDA
└── software
├── DS1309 : Set time into DS1309
├── HC238test : Test 74HC238 works fine.
├── HC4514test : Test 74HC4514 works fine.
├── nixie : Source code that right now runs on my Nixie Clock
├── pin1.01.h : Macro setting for v1.01 board
└── pin1.02.h : Macro setting for v1.02 board
- Order the hardware board using the Gerber file.
- Buy materials according to BOM file.
- The software, please copy pin<version>.h to pin.h inside each directory.
- The BOM table may have some difference that I did not notice, please check before you order.
- v1.02 only draw on easyEDA, it does not get fabricated and tested. It might have design problem and cannot work normally. Use it carefully.