Skip to content

An ESP8266-based 6-digit IN-12B nixie counter that queries Python APIs

License

Notifications You must be signed in to change notification settings

IllyaMoskvin/nixie-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixie-counter

An ESP8266-based 6-digit IN-12B nixie counter that queries Python APIs

While working as a web developer at the Art Institue of Chicago, I got the idea that it would be neat to have some physical manifestation of the work we were doing. My work at the time focused on interconnecting systems and creating a public API, so I decided to make a counter that would show the number of artworks that have been updated in our API each day. Further, I wanted the counter to be a piece of art in its own right. It had to feel high quality, analog, and hand made.

Long story short, what you find here is the end result. My nixie counter connects to Wi-Fi using an ESP8266. It queries a Python microservice that's running on e.g. my desktop computer and displays whatever number gets returned. This allows me to easily change what the counter displays, without having to reflash it.

Over time, what this project represents has shifted in practice to be less about the Art Institute's data and more about my own workflows. For example, yes, it can display artworks updated since 9 AM CT, but it can also display the current word count of a Markdown file. But the core idea of having a physical manifestation of some digital count with an emphasis on measuring work has stayed constant.

This repository contains a write-up of the project, along with designs for the enclosure and all related code. This was my first woodworking and Arduino project. As such, this write-up is written from the perspective of a beginner. Some parts here may seem obvious to more seasoned makers. If you spot any mistakes or misconceptions, please open an issue.

Lastly, I'll add that this write-up itself turned into a project. If you are not aware, there is a strong tradition among makers of keeping project logs. I've often felt that I'm being neglectful by not writing enough about my side projects. I've definitely overcompensated for that here. My goal was to document "literally everything" about this project in a retrospective. I think I succeeded, but the result is on the long side. This write-up is for me, but I hope you find something useful here, too.

Psst! If you only have time for one thing, go check out the animations.

Table of Contents

Photo Gallery

Inspiration

Without exaggeration, I looked at hundreds of nixie clocks while designing this counter. The most direct inspiration for this project turned out to be a clock made by NixieDream on Etsy. I don't know when exactly this clock was made, but by the time I found it through Pinterest in mid-February 2019, it had already been sold.

What did I like about this design? I loved the idea of having the front face of the counter tilt backwards. This way, when the counter was placed on a tabletop, it would face a sitting or standing viewer more head-on than if the front face was simply perpendicular to the table's surface. I liked how the grain of the wood on the sides of this clock emphasized its directionality. Overall, I liked its angles and proportions.

That said, there were things about it I wanted to change. For one, I did not like how deep the nixie tubes sat within the front face. Each nixie tube has a stack of digits in it. Watching the digits change conveys a sense of dimensionality, which gets lost somewhat when the tubes are set so deep. I wanted to clean up the design by moving the button(s) to the rear and hiding the seams between the pieces of wood. Lastly, I wanted to reduce the footprint of this design by foreshortening the back, giving it a more square profile.

Taken in sum, these changes promised to be a challenge, both in terms of woodworking and component layout. Through these changes, my intention was to make my counter stand on its own—in conversation with NixieDream's clock, but not merely a remix. Here's hoping that I succeeded!

Design

This counter was designed entirely in Adobe Illustrator CC. At the time, I was not proficient with 3D CAD software. I have no interest in making this design particularly easy to reproduce, but I'm willing to share the files:

I made an effort to organize their contents, but they are provided as-is. There are definitely some inaccuracies relative to the finished counter. For example, you may notice that the acrylic piece was designed to mount a fourth PCB—this TXS0108E 8-bit bi-directional level-shifter breakout. Turns out, it wasn't needed? Also, I used a different button than the one measured for the designs. Generally, the measurements for the back cutouts don't quite reflect the final product.

There are a couple things I'd change here, too. I'd make the two Forstner holes slightly bigger, especially for the button. I'd maybe make the indentations for the #6 nuts slightly bigger, too. While cleaning up the design files, I noticed that all of the holes on the back should have been at least 0.5mm higher. I haven't noticed it while tinkering with the counter for the past year or so, but yeah, that flaw made it into the end product. Unfortunate, but in a way, that makes it more human.

In terms of the design process, it was just a cycle of measuring things with digital calipers, nudging vectors around, and doing mental math. I made a paper prototype at one point to get a sense of scale and to sanity-check that the nixie tubes would indeed fit into the cutouts. Overall, I think the final product turned out to be very close to the design, which is great.

Please note that the pattern for the front panel cutout was derived from IN-12.svg shared by Engram Enterprises as part of their Amy Time! Nixie Tube Clock project. Thank you!

Components

As a newcomer to electronics, I knew that I'd have to use off-the-shelf parts where possible, within reason. I had to balance learning new things versus getting this project done, and there was plenty to learn here already. Plus, nixie tubes are high-voltage devices. I wanted to minimize the risk of harming components or myself.

Nixie Tubes: IN-12B

This counter uses IN-12B tubes, made in the USSR in 1985. "Nixie" is a generalized trademark, originally filed by the Burroughs Corporation in 1956. It's a type of cold-cathode tube, related to neon tubes. There's a stack of metal digits in each tube. Each digit is connected to a small pin that sticks out of the tube, plus one pin for power. Once positive voltage is applied to the power pin (anode), we can make any digit light up by connecting its pin to ground (cathode).

Nixies haven't really been mass-produced since the 80s, but there's still a fair bit of "new old stock" (NOS) kicking around, and there's a few people trying to revive the art of manufacturing these. There's a definite niche for nixies in industrial art projects like this one. As a result, there's currently a lot of knowledge online about nixies.

For this project, I wanted to use end-view tubes that were cheap and had good community support. Originally, I looked at the IN-1 or the IN-12A. Once I found Doayee's driver, IN-12B was an easy choice. Having a decimal point was an unexpected bonus, which allowed me to show IP addresses via the nixies.

Doayee's Nixie Driver

Doayee is a small bespoke electronic project store and hobbyist blog based in the UK. They created a Nixie Tube Driver, which they Kickstarted in 2017 and have subsequently offered for sale via Tindie. This driver is what made my project possible. Nothing else had the perfect combination of form factor, ready availability, and Arduino library support.

That said, I ran into some issues, too. But before I get into all that, I just want to express how awesome the Doayee guys were at providing support. I reached out to them via email, and they did their genuine best to help me debug things. We were unsuccessful, but at some point, that doesn't matter. The effort they put into helping a newbie went above and beyond what I'd expect from a shop of thier size.

Unfortunately, I went through three of these boards while working on this project. For the most part, I have only myself to blame. My first board, I shorted HV to 5V while measuring voltage. The second board, some strange issues appeared after a few weeks of operation. The third board is still going strong. Lesson learned: if you are new to electronics, order extra parts!

The second board had to be retired because the "4" digit in one of the tubes refused to turn off. This issue did not surface until about 50 hours of operation. I asked Doayee about it, and though they tried to help me debug the problem, we were unsuccessful. It seems that something caused the "4" pin to become grounded. Possible solder mask damage?

I'm not really knowledgable enough yet to speculate on the matter, but tenatively, I think that some of the traces come too close to the through-holes for the PL31A-P socket pins. My best guess so far is that I might have damaged the solder mask of an adjacent trace while soldering a pin, creating a short. I don't know why it would take 50 hours of operation for that to manifest itself, though. Maybe the heat from the nixies served to further degrade the solder mask? They don't run hot, but they do run warmer than room temperature.

According to the documentation, this driver operates at a 5V logic level. Most Arduino devices nowadays use 3.3V logic. That includes the ESP8266. I thought I'd need to convert between the two logic levels. I tried using a TXS0108E level shifter between the ESP8266 and the driver. This bugged out on me in ways that were difficult to diagnose. Sometimes, digits would flicker or refuse to light. Other times, all of the segments would light up at the same time—not all at once, but incrementally, until every segment on every tube was lit. My best guess is that the level shifter interfered with the way the clock signal was being trigged manually by the driver library to send data.

Eventually, I realized that the 74LVC1G79 and HV5122 on the driver board work just fine with 3.3V logic, so I tried it without the level shifter. The nixies seemed to work fine without it. I found that /u/wkrp28 on Reddit had already build a clock using Doayee's driver and the ESP8266 without level shifting. I asked Doayee if the board could handle 3.3V logic. They said that operating with 5V Vdd and 3.3V signal lines comes quite close to the Vih threshold of Vdd-2.0, which might cause errors, but it is highly unlikely to damage components.

Lastly, it seems that Pin 12 on the left-most tube is not connected to anything, so if you use an IN-12B there, you can't light up the decimal point in that tube. Having the ability to light up that decimal point might have made the IP scroll animation a smidge smoother. Looking at the pinouts for IN-15A and IN-15B, this shouldn't interfere with displaying any symbols.

Also, it's worthwhile to note that Doayee's driver includes LED backlights for each tube. I decided that RGB backlighting would not make a good match for the all-wood case design, so I stopped my attempts to make them work pretty early on in the project, but that decision was also made out of caution. While the nixie-related components seem to work fine on 3.3V logic, these LEDs are color-controlled via a PWM signal from the pins. From what I can tell, connecting LEDs meant for 5V to 3.3V PWM signals causes them to be much dimmer than they were meant to be.

Speaking of LEDs, there's a single, stand-alone blue LED on the driver board that I think is simply meant to be an indicator that the board is recieving power. That LED is ridiculously bright. Out-of-the-box, you could see its light leaking out behind the tubes, even in a bright room. To fix this, I covered the LED with several layers of opaque black nail polish.

Acrylic-Mounted PCBs

Aside from the nixie driver, all of the other PCBs are mounted on a piece of laser-cut acrylic that's easy to remove from the enclosure for reprogramming. I'll discuss the particulars of this design in more depth below, but for now, here is a photo of the PCBs for reference. From left to right:

Adafruit HUZZAH ESP8266 Breakout

The Adafruit HUZZAH ESP8266 Breakout is the Arduino "brain" of the counter. There are many ESP8266 development boards out there. I chose this one for the form factor, pinout, and standoffs. It seemed like the just-enough-frills option. I liked that it could handle being connected to two sources of power with no trouble. That made it possible to flash the counter and monitor serial output while leaving it plugged into the wall.

At the time, I wanted a board without a USB output, since I thought that I wouldn't need it. In retrospect, it probably wouldn't have made any difference if I had a board with a USB socket instead of FTDI pins. In any case, I had no trouble using an Adafruit FTDI Friend to program the device.

For a Wi-Fi-enabled Arduino-compatible solution, boards built on the ESP8266 or ESP32 chips seem to be the best options, with regard to price and community support. I haven't felt the need to experiment with an ESP32 yet. The ESP8266 was enough for this project.

HV PSU: YanZeyuan’s NCH6100HV

Nixie tubes are high-voltage, low-current devices. For the IN-12B, each lit digit only draws about 2.5-3.0 mA, but it takes about 170V strike voltage to light up that digit, and about 140V to sustain it. So we need a specialized high voltage power supply to convert the wall-wart voltage up to what our nixies require.

For this project, I used YanZeyuan’s NCH6100HV. I learned about it via Kevin Lee's "Nixie Tube Clock" project log. His write-up contains some great information about building a power supply from scratch. As a newbie, most of it is way over my head.

The NCH6100HV was perfect for this project. It had a small footprint and two M2 mounting holes for standoffs, so it was easy to attach to the acrylic. It came with solderless terminal blocks, which eased assembly. Its output voltage could be adjusted to mitigate overheating. The recommended input power supply for it was DC12V 2A. After doing the math to account for the other components, this was actually enough to power the entire counter.

LV PSU: DROK LM2596

The NCH6100HV takes care of powering the nixies, but we still need something to power the nixie driver and the ESP8266. The DROK LM2596 is an adjustable DC-to-DC switching power supply. It can accept DC 3V though 40V as input and output DC 1.23V through 37V. I'm inputting 12V and outputting 5V, which then gets split via wire splice between the Doayee driver and the ESP8266.

To be honest, I chose this specific unit because it looked nice. From what I knew, it ticked all the boxes in terms of electrical specs, and it had the right form factor and stand-off holes for mounting on the acrylic—but so did a lot of other units like it. This one looked nice to boot. It also ran cool, which is a problem for some voltage converters.

Similar to the Doayee nixie driver, this board had an LED to indicate that it was receiving power. It was also too bright, causing some light to leak through the tubes. I covered it up with some black nail polish.

Assembly

I neglected to take in-progress photos while making the counter, but these should help illustrate how it was assembled:

The actual steps for the assembly were pretty typical from a laser cutting and woodworking perspective. In this section, I'll try to skim over the basics and focus on the interesting stuff: problems, tricks, and design considerations.

Acrylic Plate for PCBs

As mentioned in Components, all of the PCBs aside from the driver were mounted on a laser-cut piece of 3mm acrylic using 6mm nylon standoffs, nuts, and screws: 2 x M2 for NCH6100HV, 4 x M2.5 for ESP8266, and 4 x M3 for LM2596. I used the laser to etch indentations for two #6-32 nuts into the acrylic. These nuts were used to attach the acrylic plate to the inside of the enclosure via two decorative screws. This assembly was actually the first part I fabricated, before I started working on the wood enclosure.

The design intent behind mounting the PCBs to a separate component was threefold. First, I didn't trust myself to drill the pilot holes for the standoffs directly into the wood with enough precision. Secondly, I wanted to make it easy to pull the ESP8266 out of the enclosure, while leaving it connected, allowing easy access to FTDI pins and SMD buttons for development. Thirdly, I liked that this approach allowed the acrylic piece to be easily modified, without affecting the rest of the enclosure.

Unfortunately, this last point didn't really work out how I expected: during design, I forgot to account for the fact that the screw heads would stick out, pushing the acrylic piece away from the wood to which it was meant to be mounted. Before the glue-up, this was easy to remedy by drilling some indentations into the wood, but now that the counter is assembled, it would be difficult to use the same fix, if I wanted to change the acrylic piece.

One solution might be to engrave circular indentations for the screw heads on the other side of the acrylic, similar to what was done for the #6 nuts. Registration could be an issue, but in this case, we care more about depth than XY alignment. The indentations could be made oversized to leave room for error. The acrylic might need to be thicker, too.

Walnut Wood Enclosure

The enclosure is made from 1/4" walnut board from Rockler Woodworking and Hardware. I cut the wood with a fine-toothed handsaw and squared up the cuts with some sandpaper. I rotated, flipped, and swapped pieces around where possible to ensure that the grain flowed well across the whole surface. I'm especially happy with how the sides turned out, where the grain appears to follow the angled corner cut. Once I knew how each piece was to be aligned, I labeled them and cut the corners from the sides.

Next, I used a drill press to make the holes for the nixies, the screws, and the rear components. When drilling all the way through the wood, I drilled from the outside inward and used a sacrificial piece of wood to prevent chip-out. The holes for the nixies were drill-pressed with 1/4" bits and finished with hand files. As mentioned before, these were patterned after Engram Enterprise's Amy Time! project, and I followed their technique here.

The holes for the MSW-12A01 button and the 5.5x2.1mm barrel jack were made with 12mm and 11mm drill bits, respectively. Additionally, I used Forstner bits to create 5/8" pockets for the nuts on those components, on the inside. The Forstner holes were necessary because the threads on these components were too short relative to the thickness of the wood. They are about 1/8" deep: half the thickness of the wood. In retrospect, I should have made the Forstner hole for the button wider.

All four brass machine screws used in this project are 1/2" #6-32 with 5/32" holes and 1/4" countersink. Because the screws on the back would be visible, I decided to source decorative ones. I used decorative rosette-head, tamper-proof wall switch plate screws from Kyle Switch Plates. They require a special rosette head screwdriver, which unfortunately has been discontinued by the manufacturer. I have almost 100 of these screws left, so I intend to use them for many of my future projects.

After drilling the holes in what would become the rear of the enclosure, I discovered that the acrylic plate with the PCBs would not sit flush with the wood due to the nylon screw heads sticking out. As mentioned above, I fixed the issue by drill-pressing some indentations into the wood until the plate sat flush.

Next, I worked on attaching the nixie driver board to the enclosure. I cut two wooden "standoffs" and glued them to the inside front of the enclosure. Each standoff is about 2 3/8" long, 1/2" wide, and 1/4" thick. I drill-pressed two 3/8" deep holes through each standoff using a 17/64" bit and installed E-Z LOK M3-0.5 brass inserts into the holes. Later during assembly, I installed M3x6mm nylon standoffs into these inserts, and attached the driver board using M3x6mm nylon screws. To get this layout to work, I had to attach the pin headers to the opposite side of the driver board, relative to how it was designed.

Having never handled nixie tubes before, I found it surprising that these IN-12B were fairly irregular. Some had slight "lumps" in the glass, others had metal elements that were a little askew, and some didn't sit quite straight once installed. Functionally, it didn't matter, but I had to be careful about which tubes got placed in which slot to make sure they didn't look misaligned in context. I took a lot of care to ensure that the PL31A-P sockets that hold the tubes were aligned well during soldering, so any alignment issues there are due to inconsistencies in tube manufacturing. Granted, my tube cutouts weren't perfect either. I do like how these variations contribute to the hand-made look of the counter.

Next, I beveled the edges using a router and touched up the angles with sandpaper. After double-checking that everything fit together, I did the glue-up using a combination of clamps and tape to secure the pieces. After the glue dried, I took some of the sanding dust, added dark walnut stain to it, mixed it with some wood glue, masked the faces with painter's tape, and filled in any gaps around the edges with the slurry.

With the body of the enclosure essentially complete, it was time to finish the lid. The lid attaches to the bottom via two 1/2" #6-32 flat head brass Phillips screws with 1/4" countersink, which screw into two #6-32 brass wood inserts. These inserts are set into two "crossbars" as shown in the design files. The crossbars are about 1/2" square in cross-section, made by gluing two pieces of the same 1/4" walnut board face-to-face for strength. When gluing the crossbars, I decided to use the lid itself as a clamp. This way, I knew for sure that the alignment between the screw holes and the inserts was good.

It was difficult to get the lid to align cleanly with the rest of the enclosure. I cheated, somewhat: after affixing the lid in the optimum orientation, I used a sanding block to knock down any sharp edges from the imperfect fit. So the lid looks like it could be rotated 180°, but there's really only one orientation where it fits just right.

Overall, I had a lot of trouble with the #6-32 and M3 brass wood inserts. They aren't meant for use in hardwoods like walnut. Being made of brass, they broke easily during installation. I even stripped an E-Z LOK 500-006 installation tool while attempting to drive them. If I were to do this again, I'd rethink this approach. If I had to use the same inserts, I'd at least drill the pilot holes much wider than recommended by the manufacturer, since those recommendations seem to be meant for softwoods. Knurled inserts with a press fit might work better. Tapping the wood directly might work for the PCB standoffs.

It was time to add a finish to the wood. First, I wiped it down with mineral spirits to remove any tape residue. Then, I sanded it down with 120, 180, 220, and 320 grit sandpaper, sanding along the grain. This removed all left-over planer marks. Next, I wet the wood with water to raise the grain, waited for it to dry, and knocked down the grain by sanding with 320 grit again. Finally, I applied Minwax Tung Oil Finish with a rag. I wet-sanded with 320 grit for a third time, and wiped the excess finish. Doing this creates a slurry of sanding dust, which gets forced into the pores, where it acts as a pore filler, making the grain pop and creating a smoother finish.

If I recall correctly, I only applied a single coat of finish to the enclosure. I like how it turned out. It's silky smooth to the touch. When using an in-the-wood finish on hardwood, I think it really pays to sand down past #220 and knock down the grain. I'd have to experiment with how that affects stain or dye absorbtion, but that wasn't relevant for this project. I do wonder how the decision to avoid stain will affect the counter as it ages. Looking at it now, over a year after it was finished, it appears to have lightened in color slightly, which wasn't unexpected. It's a bit more amber than walnut, relative to how it was when I made it. I like it so far, but I do wonder if it'll get too washed out over time. For now, this color works well with the glow of the nixie tubes.

Wiring

I used typical 22 AWG 7/30 stranded wire. I felt safe using the same wire for power, data signals, and high voltage connections. The wire was rated to 300V, so the 170V strike voltage for the nixies wasn't an issue. The counter draws about 205 mA under normal operation, and about 230 mA when hosting a webserver. I referenced a maximum current load ratings chart, which suggested that this wire could take about 1.8 amps without issues. I know I should do the calculations myself, but with that much headroom, I don't think it's necessary.

The connectors are Mini-PV "DuPont" clones. Matt Millman's connector guides are the definitive resource on the topic. They were crimped with a Sargent 1026-CT (BCT-1) crimper. It worked well enough, but the lack of a spring in the handle meant that it had to be opened manually after every crimp. Each connector required two crimps: one for the insulation, and another for the wire strands. Without a spring-action, this crimper wouldn't be practical for higher-volume work.

For wire-to-wire connections, I wrapped the connectors in electrical tape to avoid short-circuits, if the connectors happened to touch some other component. Unfortunately, I might have used old electrical tape, or maybe it just didn't like being wound in such a tight radius, so it started peeling off over time, which is noticeable in some of the photos. I've since replaced the vinyl electrical tape with fresh polyimide tape (Kapton), which is much thinner and should stay on better.

There's also a few soldered and heat-shrinked connections here: wire splices and the rear panel-mount components. For wires that had to be inserted into the screw and push-button terminals, I tinned the stranded ends first. I've learned afterwards that doing so is bad practice: tinning can cause screw terminal connections to loosen overtime. I haven't noticed issues over these past two years, but I'm keeping an eye on it.

I've added a schematic above, made with KiCad. Electrically, it's very straight-forward. I recognize that it's unconventional, but I decided to show Mini-PV connectors in this schematic, and I labeled each connection with the length of the actual wire used in my final build. Usually, this sort of skeuomorphic information would be omitted or represented with a separate wiring diagram, but I ran out of patience while trying to learn Fritzing, and it didn't seem worthwhile to continue down that path. Together with the photos in this article, this should be enough.

I did do one other thing that's probably not ideal: I connected all the grounds for the components in serial, rather than connecting them all to a common grounding terminal. So far, it hasn't caused issues, but I'm sure it has the potential to do so. If anyone knows for sure whether it's fine to do this, or if it should be avoided, please open an issue.

miTEC MSW-12A01 Button

The button was the last component to be completed. Originally, this counter was designed to use a generic 12mm momentary push button from eBay, but as soon as I installed it, I realized that I hated its look and feel in context. The press action felt too mushy. The travel distance was too long. It had to be pushed in pretty deep in order for the press to register, and it would occasionally register multiple presses for a single push. Overall, it felt too low-quality relative to the rest of the counter.

I decided to scrap the original button and re-evaluate my options. Because the counter was only going to have one button, it had to be special. The action of pressing it had to feel satisfying, even if it didn't need to be pressed often as part of normal operation. I wanted it to feel "clicky" and look good. However, it also had to fit within the 12mm wide through-hole in the counter, and its nut had to be small enough to fit within the 5/8" Forstner hole inside when tightened.

The solution came from the electronic cigarette modding community. Kudzu Mods released a video called Mitec vs. Domed vs. Fat Daddy Fire Buttons, where they disassembled and compared different types of buttons. Unfortunately, it seems that video is now private. As a stand-in, I included two photos of what miTEC buttons look like when disassembled in the collage above. These photos were shared by Scott's Mods in a Reddit thread. Anyway, seeing the miTEC buttons disassembled like that gave me the idea to replace the original plunger with a hand-carved wooden one.

Disassembly is a simple process: apply heat to bottom of button evenly, until the black tack loosens slightly. Apply moderate pressure to the plunger, and the whole assembly will pop out from the back. To reseal, just add some superglue around the edge and put it back. I didn't have a heatgun handy, so I just put it in a frying pan with the tack side facing down and heated it on the stove top for a minute or so, until the tack loosened.

I like this design. The tactile button mounted on the PCB is very clicky and has a short travel distance, which was perfect for this project. Some reported that the assembly can get pushed in too deep over time, causing clicks to not register, but Kudzu Mods said that this could be remedied by the same superglue solution. Also, this button wasn't going to see as much use as the fire button of an e-cig, so I wasn't too concerned.

I carved the wooden plunger by hand by cutting a small square of walnut, sanding it down into a circle, and filing it into a flanged shape. I finished it with the same steps as rest of the counter. I chose an area of walnut that had many small pores to make it more visually interesting. I think it might have been one of the corner scraps that got cut off the sides.

Before installing the new plunger, however, I decided to see if I could make the button match the 2.1mm barrel jack. The MSW-12A01 buttons are dyed anodized aluminum. When I got this button, it was coppery-yellow in color, as shown in the top-left photo of the collage above. MiTEC also makes the MSW-1201, which is stainless steel, but at the time when I was ordering supplies, it was not available domestically.

So working with what I had on hand, I used oven cleaner (sodium hydroxide) to strip the anodization from the button while it was disassembled. Then, I used some wet 3000 grit sandpaper to polish the aluminum, and reassembled the button.

Lastly, I had to use some sandpaper to reduce the size of the nut until it fit into the 5/8" (15.875mm) Forstner hole. The original hole was designed based on measuring the generic push button. The nut for the MSW-12A01 was considerably larger, about 18.20mm. Sanding the nut did the trick, though it's still difficult to tighten. I have to use a screwdriver to push each facet of the nut at an angle until it's tightened. In retrospect, this Forstner hole should have been 3/4" wide.

Programming

The code running on the counter is simple. It's mainly concerned with connecting to Wi-Fi, serving a configuration page, querying a number from the configured URL, and animating the display. The actual logic of what to display is delegated to Python microservices that run on my personal computer or elsewhere.

Requirements

Note: I highly recommend following the installation steps below to create a portable installation with the exact Arduino IDE, board core, and library versions needed by this project. I cannot guarantee that it'll work with any versions different than those used in development.

This project was developed with the following Arduino IDE and ESP8266 board core versions:

Additionally, it needs the following libraries:

You'll need Python 3.x to run the server scripts and to install the esp8266 board core.

For editing webpages served by the config webserver, you may use the provided minify.sh, which expects HTMLMinifier to be installed globally using npm.

Installation

Arduino does not have a dependency manager like Composer or npm that allows us to install libraries on a per-project basis. The Library Manager and Board Manager are package managers, not dependency managers because they can only install dependencies globally. You cannot use them to "pin" specific versions of libraries or board cores for a project.

However, it is possible to manage dependencies manually by using a separate sketchbook for each project. Here are two comments by pert from the Arduino Team describing the process:

For this project, I've included the board core and libraries it needs as Git submodules. After recursively cloning this repo, set it as your sketchbook location, and the project should compile. You can try using your existing Arduino IDE installation, but I recommend creating a portable installation specifically for this project, with an Arduino IDE version that is known to work.

  1. Create a portable Arduino installation.

    1. Download arduino-1.8.9-windows.zip from OldSoftwareReleases.

    2. Extract the ZIP file somewhere to create arduino-1.8.9.

    3. Create a portable directory inside arduino-1.8.9.

    4. Run arduino-1.8.9/arduino.exe.

    5. Open File > Preferences.

    6. Uncheck Check for updates on startup.

  2. Clone this repository and set it as your sketchbook location:

    1. Clone this repo wherever you clone code:

      git clone [email protected]:IllyaMoskvin/nixie-counter.git
    2. Inside your repo, recursively initialize all Git submodules in the libraries directory:

      git submodule update --init --recursive -- libraries/
    3. Update File > Preferences > Sketchbook location to point at your repo.

  3. Install the ESP8266 board core. There are two ways to do this:

    1. (Recommended) Use the hardware/esp8266 submodule included with this repo.

      1. Inside your repo, recursively initialize all Git submodules in the hardware/ directory:

        git submodule update --init --recursive -- hardware/
      2. Download binary tools. From your repo:

        (cd hardware/esp8266com/esp8266/tools/ && python get.py)
      3. Restart the Arduino IDE or open (and close) the Board Manager to reload the board list.

    2. (Alternative) Download the core via the Board Manager.

      1. Open File > Preferences.

      2. Enter this URL into the Additional Boards Manager URLs field:

        http://arduino.esp8266.com/stable/package_esp8266com_index.json
        
      3. Open Tools > Board > Board Manager...

      4. Install esp8266 by ESP8266 Community version 2.5.0

  4. Go to Tools > Board > ESP8266 Boards (2.5.0) and select Adafruit Feather HUZZAH ESP8266

  5. Open File > Sketchbook > sketches > NixieMain

  6. Run Sketch > Verify/Compile (Ctrl+R)

If it says "Done compiling." without errors, congrats! You've got a portable installation of the Arduino IDE that's tailored specifically for this project. However, if you did not follow these steps, please do note that even though this project might compile with the "wrong" versions of libraries or the board core, unexpected errors may occur during runtime.

Errors

Here are some errors you might see during compilation, along with their most likely causes:

  • OneButton.h: No such file or directory
    
    1. You forgot to set this repository as the sketchbook location.

    2. You forgot to initialize the library submodules.

  • ESP8266WiFi.h: No such file or directory
    
    1. You forgot to initialize the hardware submodules.

    2. You forgot to select an ESP8266 board.

  • exec: "[..]/hardware/esp8266com/esp8266/tools/xtensa-lx106-elf/bin/xtensa-lx106-elf-g++": file does not exist
    

    ...you forgot to download the binary tools.

If the counter is stuck on 83770, it's in a restart loop because it's encountering an exception before it can retrieve the first number. Most likely, this is happening because you used the wrong version of the ESP8266 board core. See Requirements.

You can try using the Serial Monitor and the ESP Exception Decoder to debug the exception being thrown.

Lastly, if the counter runs into issues while attempting to query the API, it will show an error code. These error codes are displayed left-aligned, while normal numbers are displayed right-aligned. At the moment, they are all single-digit numbers, so there should be no confusion. Here are the current error codes:

Code Error Comment
1 ERROR_CONNECTION_FAILED Host and/or port is unreachable.
2 ERROR_REQUEST_FAILED Connection was interrupted while making request.
3 ERROR_RESPONSE_UNEXPECTED Response is not HTTP/1.1 200 OK.
4 ERROR_RESPONSE_INVALID Cannot find end of header in response.

Most likely, you will only ever see the first error. If you do, here are some things to check:

  1. Is the Python microservice running?

  2. Are the API host, port, and path in the config webserver correct?

  3. Is the counter on the correct Wi-Fi network?

Wi-Fi Manager

This project uses tzapu/WiFiManager to avoid hardcoding Wi-Fi credentials. If the counter cannot connect to Wi-Fi on startup, it'll launch WiFiManager. It'll create a new network called "Nixie", and the display will show 10.0.0.1. If you connect to the "Nixie" network and navigate to http://10.0.0.1, you'll be able to select which Wi-Fi network the counter should connect to for normal operations. Your network selection and credentials will be saved to memory and used on next boot.

If you need to change the Wi-Fi network, you can also launch the WiFiManager at any time by triple-clicking the counter's button. I used PatrickGlatz's fork of mathertel/OneButton to support triple-click.

Config Webserver

If you double-click the counter's button, it will launch a webserver with a configuration webpage. It'll also show its local IP address via the nixies. If you are connected to the same network as the counter, you can configure it by navigating to this address in your browser.

Via this webpage, you can set the host, port, and path that it will query to get what number it needs to display. You can also set how often the screensaver runs and whether the config webserver should always be running, rather than only when its IP is displayed.

These settings get saved to EEPROM. When the counter is restarted, it reads these values from EEPROM, or falls back to defaults. Because we only write to EEPROM when the values get updated, we don't need to worry about memory wear.

The source code for the two routes on the server (/ and /update) is hardcoded into the sketch. They are minified to reduce the space required. For my workflow, I keep two original files, index.html and update.html. I make my edits in those files, and run them through minify.sh, for example:

./minify.sh index.html > index.min.html

This produces minified template code, which should be pasted into the indexHtml and updateHtml variables. There might be a cleaner way to do this using SPIFFS, but this works well for now.

This was a neat exercise in exploring how the HTTP request/response cycle works on a lower level than my work usually entails. Note also that the choice to use HTTP instead of HTTPS here is very intentional: HTTPS uses too much memory and processing power, and I'm simply not concerned about anyone snooping on the counter communicating with its microservice. All that's being passed is a number with no attached meaning. The microservice is expected to make all its outbound requests for external data via HTTPS.

Number Microservices

In order to determine what number to display, the counter queries the configured URL via HTTP every 5 seconds. It expects a simple response comprised of a 6-digit string followed by \n. The trailing newline prevents a 5-second delay.

Using Python 3.9.1, I've written several microservices that measure various things and return a number. They are meant to run either on my personal computer or on one of my remote servers. They all extend nixie.py and get invoked like so:

python rand.py

Here are the microservices I've written so far:

Script Description
aic.py Show number of artworks updated in the Art Institue of Chicago's API since 9:00 AM CT today.
cat.py [path] Read a number from a file. (Use with something that writes to a file.)
fc.py [path] Count number of files and folders in a directory.
rand.py Show a random number.
wc.py [path] Count number of lines in a Markdown file.

Animations

One of the neat parts of this project was getting to design and code a variety of animations for the nixies. Motion design is not something that often comes up in my work. Figuring out how to design animations that showcase the unique nature of nixie tubes as a medium was a cool challenge.

Hello World

On startup, the counter says "hello" in leetspeak: 83770. The greeting remains displayed while the counter connects to Wi-Fi and queries the microservice for its first number. The transition animation is then used to transform 83770 into the returned number. Pretty straight-forward.

Number Transition

One of the unique aspects of nixie tubes is their semi-three-dimensional nature. Each nixie tube has a stack of digits in it. Digits near the bottom (back) of the stack appear noticeably farther away than digits near the top (front). When a number towards the back of the stack is lit, it is somewhat obscured by the unlit segments in front of it. Overall, this creates a sense of dimensionality that is absent from multi-segment displays. When thinking about how to transition the display to a new number, I wanted to use that transition as an opportunity to highlight this dimensionality.

When the counter queries a microservice, it saves the response as the next number that should be displayed. Every 75 milliseconds, it will morph the currently displayed number one step towards the next number. Starting from the left, it finds the first tube that is different between the current number and the next. It takes the digits in that place from both numbers and compares their positions in the digit stack. Finally, it advances the current digit in that place one step along the digit stack towards the next digit. By doing this repeatedly, we create an animation wherein numbers seem to sink into and rise out of the tubes.

From back to front, the digit stack order of IN-12 tubes is as follows: 1, 6, 2, 7, 5, 0, 4, 9, 8, 3.

IP Address Scroll

When the button is double-clicked, the counter will show its IPv4 address within the local network. If someone on the same network visits that IP address via HTTP in their browser, they'll see the counter's configuration page. The IN-12B tubes contain a dot cathode, which is perfect for IP addresses.

This IP address is often longer than six digits, so it may not be possible to show it all at once. I had to add a scroll animation to fix that issue. This animation is similar to the old HTML marquee element with the "alternate" behavior to enable bouncing text. The six-digit window starts by showing the first six digits of the IP address. It then scrolls to the right until it reaches the end of the IP address, rests there a moment, scrolls back to the left, rests, and repeats.

It's worthwhile noting that when the counter is in the Wi-Fi Manager state, rather than the Config Webserver state, its address will always be 10.0.0.1 within the network it creates. This address is displayed right-aligned and does not use the scroll animation.

Screensaver

Nixie tubes tend to develop “cathode poisoning” on digits that are not in regular use. When a nixie digit is lit, it sputters material, which sticks to the glass envelope, causing it to darken, and to other digits, causing them to be lit unevenly. It's possible to detect cathode poisoning before it becomes visible and to heal it by burning it away. It can also be prevented by occasionally cycling through unused digits. This is a great excuse to create a neat "screensaver" animation.

For my screensaver, I made a "wave" animation. Like the transition animation, this animation plays with the fact that there is a stack of digits in each tube. First, the display transitions into a blank state. Then, starting with the leftmost tube, each digit in the stack is lit up one at a time, from bottom to top. When the topmost digit in the leftmost tube is lit, we start doing the same for the tube to its right. When the topmost digit of that tube is also lit, we start decrementing the tube to its left, just as we start incementing the tube to its right, one digit at a time. Repeat this for all tubes, and we get an effect of a wave that moves from left to right across the display.

Nixie tubes can last for years of continuous operation, but cathode poisoning will become apparent long before that without proper prevention. Dalibor Farny recommends a ratio of 300:1 for cathode cycling their R|Z568M tubes. The ratio might be different for IN-12 tubes, but it's a good rule-of-thumb. My animation could be slowed down to meet that ratio.

Future Work

They say a project is never finished, only abandoned. I have several improvements I'd like to make, someday:

  • Make a custom power cord. Borrow some ideas from people who make custom audio cables. Currently, I'm using an Adafruit ADA1125 with a 12V 2.0A AC/DC adapter. It works, but it spoils the aethetic. Some specifics:

  • Hard-fork mathertel/OneButton. Or just rewrite it from scratch. I'm grateful to its author for creating and maintaining this library, but I've run into a few issues with it while making this project. These issues are fundamental to the fact that it is a finite-state machine, which is in turn a fundamental aspect of this library.

    • It only supports double-clicks, not multi-clicks (#50).
    • It can't handle interrupts reliably (#89, #28).
  • Abstract the process of saving parameters from the config webserver. Currently, I have to track the size of each variable manually. We could also cycle where we write to EEPROM to reduce memory wear, just to be perfectionist.

  • Swap in an IN-15A or IN-15B tube. I'm particularly interested in the +/− symbols on the IN-15A. Might be neat to use them to track e.g. number of lines added/deleted in a git working directory.

  • Add a temperature sensor (e.g. TMP36). This would be a temporary change. I neglected to add any vent holes to the enclosure. I did try to pick out components that ran cool, and there is some airflow through the tube cut-outs in the front face, but it'd be nice to know how hot it actually gets in there.

  • Give it a clock mode. It was always meant to be a nixie counter, not a nixie clock, but why not?

  • Use the RGB LEDs on the Doayee driver for backlighting. For that 100% Completion feeling.

Rights and Permissions

I made this counter while employed at the Art Institute of Chicago. The project was originally inspired by my desire to promote the launch of its public API. I want to recognize that legacy and take this opportunity to promote the work being done there to make their institutional data more accessible to the public.

However, this project was not organized, funded, or supported by the Art Institute of Chicago. This counter was made entirely on my own time, using my own materials. And over time, this project evolved to be more about measuring my personal work, rather than anything going on at my place of employment.

Therefore, I consider the work that I did for this project be entirely my own. I'm releasing it under the following licenses:

In short, you can do whatever you'd like with my code and designs, but (1) I take no responsibility if something goes wrong, and (2) it would be nice if you could credit me and link back to this project. Note that the license terms for the libraries and components used in this project may differ from my original contributions to the final product.

Still Here?

Thanks for sticking around and/or scrolling through. See you next project!

About

An ESP8266-based 6-digit IN-12B nixie counter that queries Python APIs

Topics

Resources

License

Stars

Watchers

Forks