Slimline Nixie Clocks

Everyone needs to build a Nixie clock at some point. It’s a fantastic learning opportunity; not only do you get to play around with high voltages and tooobs, but there’s also the joy of sourcing obsolete components and figuring out the mechanical side of electronic design as well. [wouterdevinck] recently took up the challenge of building a Nixie clock. Instead of building a clock with a huge base, garish RGB LEDs, and other unnecessary accouterments, [wouter] is building a minimalist clock. It’s slimline, and a work of art.

The circuit for this Nixie clock is more or less what you would expect for a neon display project designed in the last few years. The microcontroller is an ATMega328, with a Maxim DS3231 real time clock providing the time. The tubes are standard Russian IN-14 Nixies with two IN-3 neon bulbs for the colons. The drivers are two HV5622 high voltage shift registers, and the power supply is a standard, off-the-shelf DC to DC module that converts 5 V from a USB connector into the 170 V DC the tubes require.

The trick here is the design. The electronics for this clock were designed to fit in a thin base crafted out of sheets of bamboo plywood. The base is a stackup of three 3.2mm thick sheets of plywood and a single 1.6 mm piece that is machined on a small desktop CNC.

Discounting the wristwatch, this is one of the thinnest Nixie clocks we’ve ever seen and looks absolutely fantastic. You can check out the video of the clock in action below, or peruse the circuit design and code for the clock here.

Continue reading “Slimline Nixie Clocks”

Hackaday Prize Entry: Obsolete Time Lite

There are very few constants in the world of home-made electronics. Things that you might have found on the bench of a mid-1960s engineer working with germanium PNP transistors just as much as you might find on the bench of one in 2017 working on 32-bit microcontrollers. One of these constants is the humble Altoids tin. The ubiquitous mint container is as handy a size for the transistor circuits of previous decades as it is for the highly integrated circuits of today, and has become something of a standard form factor.

One thing you might not expect in an Altoids tin though is a vacuum tube, even one protruding through the lid. [opeRaptor] though has done just that, though, with a very nicely executed design for a NIXIE clock in your favorite mint container. We’re writing this up as a Hackaday Prize entry so at this stage in the competition the boards are still in design for the prototype, but the difficult power supply to make 180 V DC from a single cell is already proven to work, as it the clock circuitry. The final clock will be a very compact device given the size of the tin, and will contain an ESP8266 board for wireless network connectivity.

For a project at this early stage, there is frustratingly little real work to go on aside from some renders, but there is at least a video showing the PSU working driving a NIXIE, which we’ve put below the break.

Continue reading “Hackaday Prize Entry: Obsolete Time Lite”

Hackaday Links: September 20, 2015

Here’s an offer from Intel and the guy behind all of reality TV [Mark Burnett]: win a million dollars for making something. Pitch an idea for wearable electronics to the producers by October 2, and you might be on a reality TV show about building electronics which they’re calling America’s Greatest Makers. With this, Intel is promoting the Curie module a tiny, tiny SoC with Bluetooth, IMU, and DSP functions. We’re of the opinion that a Hackaday reader should win this contest, or at the very least be featured prominently in the show. No, it’s not Junkyard Wars, but it’s still a million dollar prize.

[Jeremy] builds bombs clocks, and he has a Kickstarter for an interesting Nixie clock. Most Nixie tubes have digits, but [Jeremy] is using the IN-9 ‘bar’ tubes for the hour and minute hand.

The Luka EV is a semifinalist for the Hackaday Prize, and a completely open, road legal electric vehicle powered by hub motors. It also looks really, really cool.  Now, they’re selling them. It’s €20,000 for a complete car. Did I mention how cool it looks?

Boca Bearings is having a ‘Show Us Your Workshop’ contest, with the best (or should it be worst?) workshop winning tool cabinets, tool kits, a work mat, and calipers.

The EMU Drumulator is a classic drum machine that featured dirty 12-bit drum sounds in ROM. Now, it’s a single chip thanks to [Jan]. He’s done a lot of great work putting synths in single chips, and it’s great to see him move on to classic drum machines.

Offered without comment, here’s a ride through a PCB.

Unusual Nixie Tubes Lead To Unique Clock

There’s no doubting the appeal of Nixie tubes. The play of the orange plasma around the cathodes through the mesh anode and onto the glass envelope can be enchanting, and the stacking of the symbols in the tube gives a depth to the display that is unlike any other technology. So when [Ian] found a set of six tubes on eBay at a fire sale price, he couldn’t resist picking them up and incorporating them into a unique but difficult to read Nixie clock.

It turns out the set of tubes [Ian] ordered were more likely destined for a test instrument than a clock, displaying symbols such a “Hz”, “V” and “Ω”. Initially disappointed with his seemingly useless purchase, [Ian] put his buyer’s remorse aside and built his clock anyway. Laser-cut acrylic, blue LEDs under the tube for a glow effect, a battery-backed RTC talking to an ATmega328, and the appropriate high-voltage section lead to a good-looking and functional clock, even if [Ian] himself needs a cross-reference chart to read the time. You’ll be able to figure out at the whole character set after watching the video after the break; spoiler alert: sensibly enough, Ω maps to 0.

We’ve seen lots of Nixie projects before, but few as unique as [Ian]’s clock.

Continue reading “Unusual Nixie Tubes Lead To Unique Clock”

Hacklet 37 – Nixie Projects

Nothing quite beats the warm glow of a tube. What better way to enjoy that glow than to use it to read numbers? Nixie tubes were created by Haydu Brothers Laboratories, and popularized by Burroughs Corp in 1955. The name comes from NIX I – or “Numeric Indicator eXperimental No. 1”. By the mid 1970’s, seven segment LED’s were becoming popular and low-cost alternatives to Nixies, but they didn’t have the same appeal. Nixie tubes were manufactured all the way into the 1990’s. There’s just something about that tube glow that hackers, makers, and humans in general love. This week’s Hacklet highlights the best Nixie (and Nixie inspired) projects on Hackaday.io!

temperatureDisplayWe start with [Sascha Grant] and Nixie Temperature Display. [Sascha] mixed an Arduino, a Dallas DS18B20 Temperature sensor, and three IN-12A Nixie tubes to create a simple three digit temperature display. We really love the understated laser-cut black acrylic case. An Arduino Pro Micro reads the Dallas 1-wire sensor and converts the temperature to BCD. High voltage duties are handled by a modular HV power supply which bumps 9V up to the required 170V.  Controlling the Nixie tubes themselves are the classic K155ID1 BCD to decimal converter chips – a favorite for clock builders.

 

driverNext up is [Christoph] with Reading Datasheets and Driving Nixie Tubes. Chips like the K155ID1, and the 74141 make driving Nixie tubes easy. They convert Binary Coded Decimal (BCD) to discrete outputs to drive the cathodes of the Nixie. More importantly, the output drivers of this chip are designed to handle the high voltages involved in driving Nixie tubes. These chips aren’t manufactured anymore though, and are becoming rare. [Christoph] used more common parts. His final drive transistor is a MPSA42 high voltage NPN unit. Driving the MPSA42’s is a 74HC595 style shift register. [Christoph] used a somewhat exotic Texas Instruments TPIC6B595 with FET outputs, but any shift register should work here. The project runs on a Stellaris Launchpad, so it should be Arduino compatible code.

fixietube[Davedarko] has the fixietube clock. Fixietube isn’t exactly a Nixie. It’s an LED based display inspired by Nixie tubes. Modern amber LEDs aren’t quite the same as classic Nixies, but they get pretty darn close. [Dave] designed a PCB with a 3×5 matrix of LEDs to display digits. A few blue LEDs add a bit of ambient light. The LEDs are driven with a 74HC595 shift register. The entire assembly mounts inside a tiny glass jam jar, giving it the effect of being a vacuum tube. The results speak for themselves – fixietubes certainly aren’t Nixies, but they look pretty darn good. Add a nice 3D printed case, and you’ve got a great project which is safe for anyone to build.

openNixieFinally, we have [Johnny.drazzi] with his Open Nixie Clock Display. [Johnny] has been working on Open Nixie for a few years. The goal is to create a Nixie based clock display which can be driven over the SPI bus. So far, [Johnny] has 6 Russian IN-12 tubes glowing with the help of the ubiquitous K155ID1 BCD to decimal converter. The colons of the clock are created with two INS-1 neon indicators. [Johnny] spends a lot of time analyzing the characteristics of a Nixie tube – including the strike voltage, and steady state current. If you’re interested in building a Nixie circuit yourself, his research is well worth a read!

Not satisfied? Want more Nixie goodness? Check out our Nixie tube project list!

That’s about all the time we have for this week’s Hacklet. As always, see you next week. Same hack time, same hack channel, bringing you the best of Hackaday.io!

Small, Detailed Nixie Clock Build

Nixie tubes, while built during the vacuum tube era of the mid-20th century, still exist in a niche among hackers. It’s quite the task to get them up and running due to a number of quirks, so getting an entire clock to work with Nixie tubes is a badge of honor for those who attempt the project. For anyone thinking about trying, [Tomasz] has written an extremely detailed write-up of his Nixie clock which should be able to help.

There is a lot of in-depth theory behind Nixie tubes on [Tomasz]’s page that he covers in the course of describing his clock. As far as the actual project is concerned, this is a simplified design which uses one board for the entire clock, including circuits for the lamps, drivers, microcontroller, power supply, and DC/DC conversion. This accomplishes his goal of making this project as small as possible. The Nixies he chose were IN-12 which are popular in his Eastern European home, but could be sourced from eBay and shipped anywhere in the world.

There is a lot of documentation on the project site, including schematics, microcontroller code, PCB design, and even screenshots of the oscilloscope for various points in the circuit. While this might not be the simplest Nixie clock ever, it is certainly close, more easily readable, and the most detailed build we’ve seen in a while!

Vintage Vertical Nixie Clock

verticalNixieClock

There’s no shortage of Nixie-related projects online, but this vertical wall clock is a solid build and looks pretty sleek. [andreas] actually sourced the wood from an old handrail, into which he drilled six holes for the tubes with 30mm bits, then treated it with some woodworm poison after noticing holes his drill wasn’t responsible for.

The schematic is what you’d expect for a Nixie clock, designed with 123D circuits. [andreas] provides both top and bottom layers in a high-res PDF if you’d prefer to etch your own boards at home rather than order a PCB from the man. He took the finished board and soldered all the components in place, using tape to prevent some short circuit possibilities and mounting the result onto a pair of black plastic rails. The entire assembly mounts to the wooden case and is rounded off with glued-on end caps and a back cover. As always, be aware of the danger presented by the high voltage requirements of Nixie Tubes, and don’t go licking the components.