comment [20]
- From trax on 16-05-2015 at 15:56:40
Hello, here is the menu: www.elektronika.ba/misc/warm_tube_clock_menu.pdf
That's the latest one I have documented. Check it out!
IP: n/a
This is a new and improved version of "Warm Tube Clock" - the open source Nixie clock project. Important hardware changes between this new version and the previous one are:
- Timekeeping is more accurate and is done by DS3231 (or DS3232) RTC IC
- There is no DS18S20 temperature sensor - the internal one of RTC IC is used instead
- Backup battery is not powering AVR anymore, but only the RTC IC
- There is no "slide switch" to control the alarm - now it is done in firmware
- Crystal on PCB is optional and can be chosen up to 16 MHz. It clocks AVR and GSCLK pin of TLC59401 IC
- Pin-compatible with previous version of Nixie "shields"
So, if you didn't read about the previous Warm Tube Clock, it is best to do it right now.
All project files (schematics, PCB & source code) are available for download by clicking on the red download button under the article (open source hardware).
UPDATE: Project is on Hack-a-Day and Hacked Gadgets :-) !
UPDATE 06-03-2011: New firmware added.
UPDATE 28-11-2014: PCBs are available for sale at link: http://www.elecrow.com/warm-tube-clock-v2-pcb-board-p-1154.html.
UPDATE 10-06-2015: Forum discussion is on this link.
New firmware options
1. time display
2. date display
3. temperature display
4. seconds display
5. configurable times of showing for all of above (for example, the clock can display time for 20 seconds, and move to next thing to display: date, temperature or both and go back to time. It can even be set to display only the temperature)
6. configurable Nixie tube brightness
7. configurable color of bottom RGB LEDs that blink at 1/2 Hz rate (or even turned off)
8. configurable color of bottom RGB LEDs while displaying date (or even turned off)
9. fading tubes while showing the date for better understanding of what is on display (MM.DD and YYYY)
10. Nixie tube saver option - this option turns off Nixie tubes at defined "sleep" time and turns them back on at defined "wakeup" time (for example, the clock can be configured to shutdown at 23:30 and turn back on at 07:30 in the morning) in order to prolong the life of tubes
11. alarm function with user-configurable melody with snooze function
12. user configurable snooze length with automatic snoozing so that the clock doesn't ring constantly forever if forgotten about
13. Nixie tube cross-fading with configurable fade speed
14. the famous "candle mode" for the romantic "touch"
15. cathode anti-poisoning on every 5 minutes
16. 12-hour and 24-hour mode for time and date, temperature conversion to Fahrenheit
main board v2 - top side
main board v2 - bottom side
Design changes
This version of clock uses DS3231 RTC IC and is fully compatible with DS3232. There were few different methods of how this IC could have been used in this project. I chose to use it's SQW pin to generate an interrupt in AVR each second (1 Hz precisely). So, on every SQW impulse the AVR reads RTC data (I2C) from DS3231/2 to display on tubes and for other things. Note: you must solder the SMD jumper on PCB in order to use currently supplied firmware. This jumper connects SQW pin to AVR.
DS3231 RTC IC is now where "slide switch" used to be
Second method is much simpler - supply AVR's OSC1 (PB6) pin with 32 kHz output of DS3231/2 instead of using 32.768kHz crystal. This way the AVR would get extremely accurate 32.768 kHz clock for incrementing the Timer1 of previous version of firmware. In that case, no I2C routines would be necessary.
Third method would be not to use SQW or the 32 kHz output, but to read RTC data (with I2C) in a program loop at all times. There is that SMD jumper on board so you can disconnect the SQW pin to use this method.
Part of the schematics with DS3231/2 RTC IC
Nixie shields
New version of clock is pin-compatible with previous one, so it is possible to use shields of previous version on this one and vice-versa. In this new version of clock, IN-8 shield is replaced with IN-14 shield because these tubes are cheaper and easier to find.
IN-14 Nixie shield
TLC59401 is at the bottom side of IN-14 Nixie shield
Under the Nixie tubes there are 4 SMD RGB LEDs
These IN-14 tubes are same as IN-16, only much bigger.
HV voltage booster
Voltage booster has remained the same. But if you are using (for example) 12 MHz crystal to clock the AVR, then the frequency of PWM signal is 46.875 kHz (FREQ/256). Using crystal of higher frequency will also result in a smoother RGB LED effects. You can experiment with the coil value and power supply to achieve minimum heating of the booster circuit. When powering clock with 11 V you can use coil of around 680 uH or even less (@ 12 MHz).
Nixie dots (semicolons)
Nixie dots are actually ordinary neon indicators from a 110/220V switch as you can see in the picture bellow.
Nixie dot harvesting
Thermal images of PCBs
Warmest point: 36°C, coldest: 21°C. Thanks to Filip for these images!
3D printed enclosures
Thanks to Filip for this! Files can be downloaded from his blog article on this link.
Image and video presentation
Image with blue LEDs
Video without bottom LEDs + at night
Video
AM/PM setting example
Nixie cross-fading example
Nixie cathode anti-poisoning
Author (sent by): Trax
Download counter: 3,139
Rating: (2.93, votes 4707)
Date: 02-06-2011
Lokalna verzija ove stranice: Warm tube clock v2 - Nixie sat
Robert, please send some photos of your clock to trax at elektronika.ba when you get the time!
:-) Thanks! I hope you enjoy your clock for many years!
IP: n/a
Hello, here is the menu: www.elektronika.ba/misc/warm_tube_clock_menu.pdf
That's the latest one I have documented. Check it out!
IP: n/a
I tried to decipher the operating menu choices from the firmware but could not figure all of
them out....so a menu list or operating instruction would really be helpful...thanks...
IP: 24.231.243.79
Just finished your great clock but would appreciated some information. Do you have a list of
the menu options or any operating instructions? Thank you very much.
IP: 24.231.243.79
Hi, no problem! There is no forum topic for this clock, but there are build instructions for
version v1 (old version). You can check it out here: http://www.elektronika.ba/misc/ (two PDF
files). Let me know if you need anything else!
IP: n/a
Thanks Trax for the reply and information. I have ordered the PCB. I will probably need a
little assistance with the build do you know a forum that I could . The one with this site is
not in English. regards,Niall.
IP: 80.198.63.157
You will need to re-wire the tubes while soldering them on board to match IN-14 or IN-16 pinout
but it definitely will work!
IP: n/a
Will this PCB work with IN 18 tubes?
IP: 80.198.63.157
Hello, I bought the PCB kit from the elecrow.com website. I've got a question. What do the two
small boards with few elements each, located between the large?
IP: 77.108.212.7
You need to read both datasheets and see what the differences are (if any). If you find them
compatible then yes, you can use the replacement. If not, see what needs to be changed in the
firmware of the clock and make those changes. I suppose they would be minor!
IP: n/a
You can log-in on forum link: Login page. After logging-in, return to this page and click refresh in your browser.