https://github.com/stevenjoezhang/nixie
Nixie tubes clock (Arduino shield)
https://github.com/stevenjoezhang/nixie
arduino nixie-clock
Last synced: 22 days ago
JSON representation
Nixie tubes clock (Arduino shield)
- Host: GitHub
- URL: https://github.com/stevenjoezhang/nixie
- Owner: stevenjoezhang
- License: gpl-3.0
- Created: 2019-11-29T16:28:30.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T06:04:17.000Z (about 4 years ago)
- Last Synced: 2025-01-24T20:23:00.452Z (over 1 year ago)
- Topics: arduino, nixie-clock
- Language: C++
- Homepage: https://zhangshuqiao.org/2020-01/DIY辉光管时钟/
- Size: 66.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nixie
## Hardware
- [Arduino Mega 2560](https://store.arduino.cc/products/arduino-mega-2560-rev3)
- [IN-14 Nixie tube](https://en.wikipedia.org/wiki/Nixie_tube)
- [DS3231](https://www.maximintegrated.com/en/products/analog/real-time-clocks/DS3231.html)
## Software Dependencies
- [Rtc](https://github.com/Makuna/Rtc)
- [SoftwareWire](https://github.com/Testato/SoftwareWire)
## Related Work
- [NixieTubeClock](https://github.com/zer0pwned/NixieTubeClock)