34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
# Digital-Nixie-Tube-Clock
|
|
|
|
A nixie tube clock that is powered completely by digital chips.
|
|
|
|

|
|

|
|
|
|
## Overview
|
|
|
|
This project implements a fully functional nixie tube clock using modern digital logic ICs. The goal is to have 6 digets, HH-MM-SS, and the ablilty to flash to MM-DD-YY to show date as well. There will be a button to intrement/decrement a selected number for time/date setting. As well as a button to pulse between time and date.
|
|
|
|
## Repository Strcture
|
|
```
|
|
|
|
Digital-Nixie-Tube-Clock/
|
|
├── hardware/ KiCad schematic and PCB files
|
|
├── parts/ Component library (symbols, footprints, 3D models)
|
|
├── datasheets/ Component datasheets by manufacturer part number
|
|
├── scripts/ Automation utilities
|
|
├── doc/ Project documentation
|
|
└── release/ Generated manufacturing files (current revision)
|
|
```
|
|
|
|
## License
|
|
|
|
...
|
|
|
|
|
|
## Authors
|
|
|
|
- Aidan Brzezinski
|
|
|
|
|