Skip to content

Six-digit Nixie Clock using a WEMOS-D1-mini ESP8266 and a DS3231 RTC. Updates from NTP at startup

Notifications You must be signed in to change notification settings

NorthBaandee/ESP8266-Nixie-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto-updating Nixie Clock based on ESP8266 and DS3231

When switched on this clock connects to the Wifi network defined in the code, pulls the time from the NTP server, compares it to the time stored in the DS3231 and corrects it if necessary.

There is some code in there for an extended calender with days months and years but they are not implemented yet. You can see the values it produces on the serial output. Some of it is a bit weird but the hours minutes and seconds are always correct.

The display hardware is just three 74HC595 shift registers and six 74141 bcd to decimal HV converters. These chips are quite rare and it is more likely you will be able to obtain the Russian substitutes K-155ID1 from somewhere like Poland or Bulgaria. For the high voltage power supply I used a MAX 1771 unit identical to this one on ebay https://www.ebay.com.au/itm/285146927359 It was very easy to implement on a bit of stripboard

The DXF file was drawn with LibreCAD. The circuit is divided into categories on different drawing layers which can be switched on and off for visibility.

About

Six-digit Nixie Clock using a WEMOS-D1-mini ESP8266 and a DS3231 RTC. Updates from NTP at startup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages