Skip to content

Open design of my Nixie Clock (Divergence Meter)

Notifications You must be signed in to change notification settings

yodalee/NixieClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Open design of my Nixie Clock (Divergence Meter)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published