Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.53 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.53 KB

Nixie Clock

All data about my nixie tube implementation:

The Nixie Clock

Nixie Clock

Some demo video:
Test Tube
Change WorldLine

Repository Structure

├── 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

Usage

  1. Order the hardware board using the Gerber file.
  2. Buy materials according to BOM file.
  3. The software, please copy pin<version>.h to pin.h inside each directory.

CAUTION

  • 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.