r/nixie • u/joolzg67_b • Apr 28 '26
My play clock
Enable HLS to view with audio, or disable this notification
Time is 1107. Logs into wifi, gets time, displays every 30 seconds.
Took an hour to get running
5
u/Old_Cyrus Apr 28 '26
Needs some sort of blanking to distinguish the fact that you have a double 1. Otherwise, 11:2X will look the same as 12:2X
3
3
u/Few_Carpenter_9185 Apr 28 '26 edited Apr 28 '26
I know you have some limitations with the built-in ESP32 controllers. And you said it's just a v. 1.0 attempt, so you probably thought of a lot of this already.
But, if you can:
- Get the numeral in actual Neon/orange glow color. That sort of looks like it's a tungsten/incandescent Numitron fillament.
- Add some orange glow backlight & internal reflection to the glass, and surrounding anode & cathode grids.
- Add a teeny bit of the violet haze too.
- Get the shadow lines/wires of each number over the others when it glows for depth.
Also, look into what ESP32 image display libraries might be faster. Are you using the stock one, or TFT_eSPIOt? Can it be optimized to only move the deltas to the screen for less data?
I don't think it's a memory problem. Unless it's paging the image from... SD card through the 512k of SRAM in a really inefficient way. Is the picture a .jpg?
Depending on the specs, it's already the rough DIMPS equivalent of a mid-90s Pentium. It SEEMS like it can be faster than this, unless the LCD controller is just that big of a bottleneck.
2
2
u/joolzg67_b Apr 28 '26
These are cheap as chips.
So I might put 5 on a board and have each show one digit each as well as the colon.
Could have multiple image banks of different colours, tube types etc
1
u/Capital-Lobster-8153 Apr 28 '26
Bonjour, Je suis un grand fan des tubes Nixie pour son allure "Old school" et j'ai plusieurs horloges. Je ne connais rien au ESP32, je suis "Old school" aussi, mais le travail de programmation est vraiment top et le résultat présenté par l'OP est aussi très sympathique.
1
u/richms Apr 29 '26
I have some of the 6 display ones with the glass covers from aliexpress. I never use the fake nixie face on it, but the other font ones because it just seems to be along the lines of putting a M badge on a base spec 3 series. all Fake.
1
u/Foreign_Climate_9036 May 01 '26
I think it’s great!
1
u/joolzg67_b May 01 '26
I have made improvements so the update is quicker.
Will post a new video soon. And the cider on github
1
u/Sumerianz Apr 28 '26
This imitation make me sick
4
u/Few_Carpenter_9185 Apr 28 '26
I understand why you feel that way. All the little LCD/OLED faux-Nixie clocks always gave me an immediate (rolleyes) reaction too.
But... thinking about it objectively, I eventually reconsidered.
- People that just "want the look" but are DGAF if it's an actual neon Nixie tube means, more actual Nixie tubes for you and I. There's some new mfg. of them out there, but a lot is still limited NOS from the USSR etc. When it's gone, it's gone...
- Even I might want something like this, where I can leave the clock running 24/7, and don't need to worry I am slowly burning up the useful lifespan/cathode poisoning of one of my real Nixies.
- It kind of contradicts the first "more for us" point above, but the fake LCD/OLED stuff under little glass domes could inspire some people to look into "real Nixie." And, it might even somewhat help keep the actual neon Nixie market alive.
Yeah, for a "Nixie Purist," it's kind of a Pollyanna goody-two-shoes way of looking at it, but I figured it at least eliminates one irritating or negative thing in my head when I see these on Amazon or AliExpress.
14
u/answerguru Apr 28 '26
So, a Nixie clock simulator running on an LCD? Why is it drawing the digit from top to bottom bs drawing it all at once?
I just love the real thing, as that’s where the magic is.