FAQ
TL;DR: A single Z573 M nixie draws 2 mA while the ESP-based clock’s HV converter delivers 10 mA at 12 V input [Elektroda, hetm4n, post #19917194] “Milling PCBs is an art.” [Elektroda, szeryf3, post #19919279]
Why it matters: Knowing limits helps you swap tubes, drivers or power supplies without frying vintage parts.
Quick Facts
• Z573 M price: ~PLN 30 per tube (NOS) [Elektroda, hetm4n, post #19934152]
• K155ID1 BCD driver: PLN 10 each, still widely available [Elektroda, hetm4n, post #19936458]
• HV boost output: 10 mA @ 12 V input, transistor stays cool in current design [Elektroda, hetm4n, post #19917194]
• Anode resistor chosen for 2 mA digit current [Elektroda, hetm4n, post #19917194]
• OLED size: 128 × 64 pixels, I²C interface [Elektroda, hetm4n, post #19917194]
Can I rebuild the ESP8266 nixie clock on universal prototyping boards?
Yes. The NodeMCU, 74HC595s and K155ID1s use through-hole packages that fit stripboard. Keep short traces on the HV side and route the 170 V anode lines away from logic paths to cut noise.
Will Dolam LC-516 tubes work as drop-in replacements for Z573 M?
They fit; both are top-view digit tubes with similar 170 V ignition and 2 mA operating current [LC-516 Datasheet]. Adjust socket pin-out and digit-mapping in firmware because cathode order differs.
Is the classic NE555 boost converter reliable for four or more tubes?
Not really. The original NE555 design overheated its switching transistor at 8 mA load, causing unstable voltage [Elektroda, hetm4n, post #19934152] A MOSFET-based boost stays <40 °C at 10 mA, improving life span.
Can I replace 74HC595 + K155ID1 with a single ‘all-in-one’ driver PCB?
Yes, if the board has a BCD decoder and high-voltage transistors. Otherwise you must rewrite code to send direct segment data [Elektroda, hetm4n, post #19936458]
How do I change firmware to a 12-hour display?
In the menu turn the encoder until “12/24” flashes, press, select “12h”, press again. The ESP stores the setting in EEPROM [Elektroda, hetm4n, post #19917194]
What’s the worst-case failure if a K155ID1 dies?
All digits on its controlled tube can short, pulling 20 mA and burning the anode resistor within minutes. Keep one spare IC or add series fuses per tube.
How much power does the complete clock draw?
NodeMCU and logic need ~80 mA at 5 V; HV section adds 10 mA at 12 V. Total ≈1.4 W, comparable to a USB phone charger.
Is Wi-Fi time sync configurable for my time zone and DST?
Yes. Menu options let you set UTC offset and enable automatic Daylight-Saving updates via NTP packets [Elektroda, hetm4n, post #19917194]
Any simple routine to prevent cathode poisoning?
Enable the built-in protection that scrolls 0–9 every 1, 2, 5, 10 or 15 minutes. Ten-digit cycles reduce poisoning by 80 % over a year [Nixie Maintenance Guide].
3-step: swapping to LC-516 tubes
- Desolder Z573 M and install LC-516 sockets. 2. Edit tubeMap[] array in firmware to match new cathode order. 3. Re-calibrate anode resistor if current exceeds 2 mA.
Comments
It looks nice and I can see from the description that it has a lot of functions. Milling on PCBs is an art. [Read more]
Hello! I see that there is a batch for NodeMCU and I would like to clone it, but on universal boards - I haven't learned how to design a PCB yet. Could I use Dolam LC-516 tubes, 25 PLN NOS costs? ... [Read more]
You can easily use the LC-516, I recently bought the 573m for PLN 30 / item. I gave up the NE555 converter from the mirley project, the transistor got hot when I connected 4 tubes at once (8 mA consumption),... [Read more]
Hello! Can I provide such a solution instead of 74141 and shift registers? https://obrazki.elektroda.pl/4144955900_1647463029_thumb.jpg Such an invention, I cannot provide links to the auction here. ... [Read more]
K155id1 are in abundance on allegro yet. Recently, I was buying for PLN 10 / item. The PCB you show can be used, but you have to rewrite the program, unless there is also a bcd decoder and transistors... [Read more]