Skip to content

molekuul/ArdunixNix6

This branch is 51 commits behind isparkes/ArdunixNix6:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sparks Ian, INI-TPD-APLSparks Ian, INI-TPD-APL
Sparks Ian, INI-TPD-APL
and
Sparks Ian, INI-TPD-APL
Oct 29, 2016
60e52b2 · Oct 29, 2016
May 11, 2015
Jun 7, 2015
Jun 7, 2015
Sep 17, 2016
Oct 29, 2016
Feb 6, 2015
Oct 28, 2016
Jun 26, 2016

Repository files navigation

ArdunixNix6

Nixie Clock based on Arduino

//
//

//* Main code for an Arduino based Nixie clock. Features:
//
- Real Time Clock interface for DS3231
//
- Digit fading with configurable fade length
//
- Digit scrollback with configurable scroll speed
//
- Configuration stored in EEPROM
//
- Low hardware component count (as much as possible done in code)
//
- Single button operation with software debounce
//
- Single 74141 for digit display (other versions use 2 or even 6!)
//
- Highly modular code
//
- RGB Back lighting
//
- Automatic dimming using light sensor
//

//
[email protected]
//

//

//
*

ardunixFade9_6_digit.ino: Main code for the 6 Digit Nixie Clock

Instruction and User Manuals (including schematic) can be found at:
http://www.open-rate.com/Manuals.html

You can buy this from:
http://www.open-rate.com/Store.html



Construction and prototyping:
hvTest.ino: code for testing the HV generation
buttonTest.ino: Code for testing button presses


YouTube video of version 42 of the clock in action:

https://youtu.be/9lNWKlWbXSg

YouTube video of an early version of the clock in action:

https://www.youtube.com/watch?v=Js-7MJpCtvI

About

Nixie Clock based on Arduino

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Other 83.9%
  • C++ 12.7%
  • C 2.5%
  • Processing 0.9%