Skip to content

Wired95/NL-840-Nixie-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NL-840 Nixie clock project

This repository contains resources to craft an NL-840 4-digits Nixie precise Nixie clock.

This work is greatly inspired from the project of [Davide Bucci]http://davbucci.chez-alice.fr/index.php?argument=elettronica/orolnixie21/orolnixie21.inc with some software and hardware upgrade.

It aims to have a precision of less than 10PPM (half minute shift on a month period) without relying on interrupt signals. It's using a 16F628A pic.

History

Version 1 (without external oscillator)

The first version is counting clock cycles to measure minutes. However, as the multiplexing requires some bit operations, the amount of cycles vary with the displayed time. This approach leads to a precision of 180PPM.

Version 2 (with external oscillator)

By using an external RTC module to measure the time, empirical clock cycles counting fix is no longer required.

Ressources

  • Source codes of version 1 and 2 in the [src] folder
  • Electronic schematics (@todo)

Shopping list

Safety

Handling high voltages plugged to your electricity mains is dangerous. Be careful and proceed at your own risks.

About

Source code and ressources for a nixie clock project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages