Slashdot Mirror


Build A Nixie Tube Clock

J Aldridge writes: "People are still using Nixie tubes. Their warm glow seems to be the digital equivalent of the warm sound of vacuum amplifiers. One person has constructed a tube wristwatch."

16 of 126 comments (clear)

  1. Mmmm by Anonymous Coward · · Score: 1, Interesting

    reminds me of the Navy days...

    1. Re:Mmmm by Shanep · · Score: 3, Interesting

      Does Vacume Fluro Display constitute Nixie?

      I have a Casio Mini (Casio's first handheld electronic calculator) that has 6 x 7 segment VFD displays. The tubes are seperate, perfect for H:M:S.

      This calc is interesting as it has a fixed decimal point not shown on the display and is not capable of user entry of a decimal point.

      Good condition with a slight dent and little corrosion on battery terminals. It's up for sale if anyone is interested in it or it's small tubes? Collectors item and I'm not a collector of old calcs (I prefer my 48GX).

      shanep AT ign DOT com DOT au

      --
      War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
  2. cool clocks by Pathwalker · · Score: 5, Interesting

    The coolest looking nixie tube based clocks I've seen on the web are these over at World Power Systems.
    (Be sure to check out the Story Teller if you go to that site - extremely cool!)

  3. Reminiscent.. by Xerithane · · Score: 3, Interesting

    I used to date a girl whose fathers father worked for some government contract oufit (can't remember off the top of my head). He was part of the program to build the first digital clock. So, his team managed to do it and for about $60K in parts they built a clock that was slightly smaller than your desktop computers and used the nixie tubes for the display. This was by far the coolest clock I have ever seen, and probably ever will see. The girls dad ended up giving me the clock because of my fascination (and even he wasnt supposed to have it, funny story behind that for a later date) and the girl took it when we split up. One of those things I will never get over, but these clocks are so incredibly cool. I'm definitely not a compotent electrical engineer type person but would definitely consider buying one if anyone is in the building market.

    --
    Dacels Jewelers can't be trusted.
  4. Warning from site by bryan1945 · · Score: 2, Interesting

    "Warning! As this design uses a transformerless power supply, the whole circuit is at mains potential. Disconnect before making any adjustments etc.
    If you need to use an oscilloscope for debugging, the circuit MUST be operated through an isolating transformer."

    As cool as this looks (yet still too much for me to tinker with), just this warning would put me off. One small error at 340V could be an, ahh, inconvience! And I didn't see any mention of what type of currents are running. Crispy!

    But seriously, having the rough equivalent of neon tubes for "UK£10/US$15 (excluding nixies)" would be neat. But considering that my lab group for EE201 blew out every circuit/component we tried to build in lab, I wouldn't trust myself with a soldering iron on anything more dangerous than an unplugged PCB board.

    --
    Vote monkeys into Congress. They are cheaper and more trustworthy.
  5. Coincidence. by Stillman · · Score: 2, Interesting

    Isn't life odd?
    Of all the obscure things to hit me twice in one day!

    A friend of mine has a page up detailing exactly this.

    He's a valve lover, not a web designer, but he has lots of pictures, and would love feedback! :)

    His main page is here.

    --
    Prisoner #655321
  6. Even Cooler... by kzinti · · Score: 5, Interesting

    Wow, those nixie clocks bring back some fond memories. I always wanted to build a nixie project, but as a novice hardware hacker, couldn't even read the hookup schematic. Now, a little older, wiser, and with the help of these kits maybe I'll finally build one.

    However, while browsing some of the associated links, I came across this clock, which I find even cooler:

    http://www.cathodecorner.com/

    It uses an oscilloscope tube to draw the time in green phosphor arcs - no pixels. Way cool! And a kit is available with a guts-on-display plexiglass case. Awesome...

    --Jim

    1. Re:Even Cooler... by seanadams.com · · Score: 4, Interesting

      It uses an oscilloscope tube to draw the time in green phosphor arcs - no pixels.

      Very nice!

      If you don't feel like figuring out how to drive a CRT directly, there are some interesting things you can do with just a regular oscilloscope set to XY mode. Next time you're at Fry's, go to the aisle where they have all the oscilloscopes and function generators. This works best on a CRT scope, not a digital sampling scope. Hook two function generators to the scope inputs and set it to XY mode. Set the function generators to a sine wave, and play with the frequencies. You can generate all sorts of interesting lissajous figures.

      I once made a project using a PIC, a couple of DACs, and two stepper motors. The stepper motors were wired up like a "poor man's galvanometer" - the were driven by the DACs to move back and forth within a step. By mounting the motors at 90 degrees and hitting them with a laser pointer, I was able to make a pretty groovy portable laser show for about $40 worth of components.

      Another thing you can do if you don't feel like making your own hardware is to hook your sound card's left and right outputs to an oscilloscope. The you could write some simple software to draw these kinds of figures on the scope by just sending the wave forms out of your sound card. Unfortunately the frequency response is limited to the audible range so this is not ideal. A simple resistor-ladder DAC on the parallel port might work better because you could have <20HZ frequencies.

      It's amazing what you can do with a little geometry....

    2. Re:Even Cooler... by jcapell · · Score: 2, Interesting

      made all sorts of cool patterns while we played Aerosmith until our ears bled

      One of my most prized posessions in college was an old B&W TV with 8 ohm vertical and horizontal coils.

      By FAR the coolest patterns were produced by Dire Straits from the Brothers in Arms LP - especially the song Telegraph Road. I still think it was all the pot smoke that eventually burned out my stereo, not the boob tube.

      At some point, I could actually look at the boob tube's patterns and identify what song was playing - I shite thee not!

  7. Re:Beware of following the instructions on this pa by zeet · · Score: 2, Interesting

    Oh, sheesh ... a minute and a half with Google turned up the following if you really want to see the circuit.

    http://margo.student.utwente.nl/el/misc/text_cir/f _asci2.htm

    Warning, this circuit Really Is Dangerous.

  8. Design considerations by insane · · Score: 2, Interesting

    I don't mean to be nit picky, but I question the qualifications of the person who designed that circuit. First off, there is no reason not to isolate the power supply from the main line. It doesn't add much cost, and the safety is well worth it. Especially on home built projects, it's already easy enough to shock yourself or start a fire (don't ask...I have done either too many times...) Second, there is also no reason to use the frequency of the mains to drive the circuit. Any one who has ever looked into that has noticed that the mains frequency varies quite a lot over time. Isolating the circuit and using an updated digital circuit or even a small micro-controller (PIC or 8x51) you could build a better, more accurate clock with more features for cheaper. I might even design one myself, put my EE degree to use...

    1. Re:Design considerations by Detritus · · Score: 5, Interesting

      While I agree with you about the need for a transformer for safety reasons, the mains frequency is useful for a clock. I built a Heathkit digital clock, back when digital clocks were rare items, that used the mains frequency as the input to the logic circuits. It never drifted more than a few seconds from the time signals broadcast by WWV. The power grid operators would adjust the frequency of the grid to keep the long term average frequency at exactly 60 Hz. If the frequency dropped during the day, due to high load, they would run it a bit fast at night to compensate.

      --
      Mea navis aericumbens anguillis abundat
  9. nixies--where they came from by Anonymous Coward · · Score: 4, Interesting

    The idea dates from around 1915--there were several patents for similar
    cold-cathode gas display devices before WWII.
    National Union made such numeric displays around 1940,
    the GI series tubes used bent wires to form numerals and
    had large 9-pin bases.

    The Haydu Brothers Co. developed what we call Nixies today
    circa 1947/48--
    Burroughs bought the Haydus out in 1952, making all their
    display tubes (and their complex "Trochotron" counter tubes)
    into Burroughs products. After Burroughs
    was absorbed by Unisys, tube manufacture ceased--however,
    companies such as Richardson/National and Philips were making
    Nixies well into the 1980s. Richardson still has the special
    tooling to make them, and could make more if demand
    appears. Prices for NOS Nixies are rising, because so many people
    are building clocks and fooling with old test equipment....

    --Eric Barbour
    VACUUM TUBE VALLEY magazine
    (www.vacuumtube.com)

  10. Frequency by ESD · · Score: 2, Interesting

    In Europe the frequency actually can not deviate too much from 50 Hz, because all generators are locked into this frequency (if the frequency of one generator would be different an enormous current would flow from the other plants into this generator and it would most probably blow up). This system is used to cover peak loads:

    When a large load is applied to the grid, the frequency drops slightly and all generators in Europe deliver extra power to compensate for this (i.e. keep the frequency at 50 Hz), this is called frequency compensation.
    If the load persists longer, the plant/country/company responsible for the load increases its power output (thereby raising its frequency) to make sure the cost of this load is directed to the proper plant (power compensation).
    Due to the inertia of the entire European powergrid most of these frequency changes are no more than microHertzes, even when applying loads of megawatts.

    Just putting my "Process control in high-power electrical systems" course to use, I'm not an enormous expert in this field, and this course was a few years ago (my field is optical communications)..

  11. Re:Pinball Machines by KC7GR · · Score: 2, Interesting

    I've seen the odd Bally machine that used the neon displays for scoring. Said displays are called 'PanaPlex,' and they were originally developed by Burroughs Corp.

    They're kind of interesting in that they're nothing more than complex neon lamps. They consist of metal segments, laid out in the pattern of a seven or fifteen-segment display, sealed in a glass enclosure that contains (of course) neon. Apply about +130VDC to the common anode, and then ground the appropriate lead for the segment that you want to light up.

    I don't see them much any more, at least not in pinball machines. The reason, I think, is that PanaPlex displays did not stand up to vibration and shock particularly well, and pinball machines dispense both in generous quantity.

    For trivia buffs: There was one other type of vacuum display tube made that consisted of individual incandescent filaments, in the familiar seven-segment pattern, sealed into what looked for all the world like a standard miniature tube envelope. I don't recall who made them, but their trade name was 'Numitron.'

    Anyone remember any more about them? The BART system in the Bay Area (California) had loads of them in their old ticket machines and other digital readouts, such as those used on the station agent consoles.

    --

    Bruce Lane, KC7GR,

    Blue Feather Technologies

  12. Display technologies, clocks, associated crapola by tomjennings · · Score: 4, Interesting

    Yes, technologically, Nixies & related are a pain to interface to +5V CMOS logic, but that's not the point. LCDs are clearly superior in sooo many ways, but they are... well, boring.

    Pretty much all instrumentation these days looks the same, membrane switch, LCDs, a few LEDs, a pile of nifty software, an order-of-magnitude more accurate than the previous model, runs on a AA cell for 2 years until you throw it out.

    However, our lovely bodies are physical, and they like being enticed with 'interface' (sic) that connects with more than just yore brane. You can *touch* nixies, the glass is nice to touch, and so are heavy bakelite knobs, switches you can *feel* change state.... Nixie digits jump around. The orange color works well with your eyes. There's no blinky multiplex updates to dazzle.

    In general, pre-photomicrolithography electronic stuff was more fun to touch and use (though largely sucked when it came to power consumption, reliability, size, heat output, portability, ad nauseum) as is quite obvious.

    A Tektronix scope is an excellent example of technology and interface design and of paradigms lost -- they use first-principle physics (the cathode ray tube is more than just a display, it's an integral measurement component), a mixture of solid-state and state-of-the-art electron tubes, analog computing components (verniers), big clicky knobs, coded by color, size, shape and placement, nice colors and shape, a manual that contains data and meta-data (operating, maintenance, design! and curious gratuitous cartoon graphic characters walking along signal paths...) Like other targetd instrumentation, it embodied and defined a culture of use that was far more ... fun.

    But performance-wise, my TDS-220 software'n'LCD 100MHz BW gigasample scope, the size of an old table radio, is incomparable. It's a pretty amazing contrast for only 30 years of development.

    But now we get the best of both worlds (sic), teensy micros under the nice part of the old stuff. I think it's a pretty normal development, culturally, this re-use of the "outsides" of old equipment to achieve a revisionist view.

    Interface is always where the interesting stuff is.

    The best nixie and 'scope clock technology out there today, is hands-down, David's (http://www.cathodecorner.com), surface mount, AC power line isolation, small, low-power, software driven, switcher HV supply, reasonable price (no I get no kickback frmo his sales).

    I wrote a brief history of nixie and decimal tube history here: http://wps.com/texts/decimal-tubes/index.html, nothing exhaustive, but a good start.

    For home-brew, a transformer/diode bridge/series regulator with zener is somewhat crude, but easy to make, reliable, and reasonably low power. For a transformer I use a Thordarson-Meissner # 26R60 transformer from Allied Electronics (web order) around $19 each (provides 6.3V and 150V outputs). This is no where near as elegant as David's but for one-off it's fine.

    I too make clocks (http://wps.com/products) but I'm not in the clock business per se, mine are simply art (more accurately craft) objects, though I'll make more. My emphasis is more on a functional, tactile artifact, a Nice Thing to hold and use. I've only made a half dozen so far, I've got another half-dozen in the works. After I use up my stock of PCBs I'll end up buying guts from David, it's a much better design.