An open API service indexing awesome lists of open source software.

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)

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)