Preface
Some years ago a friend of mine told me that he saw a video online and fell in love with nixies. He asked me whether I know about them - at a time when I was pregnant with the idea of building a nixie clock for quite a while. We talked to another friend of us who also loves the idea of some 'vintage, early cold war days'-energy wafting through his living room. As he is experienced in working with sheet metal we made a deal that he is going to design and build a nice stainless steel enclosure.
Yes, this is the n-th nixie-clock project on the internet. However, it might be somehow interesting because it does not use parts made from unobtainium and uses a little trick in the HV-supply you might not have seen before.
Design Targets
- The clock should be supplied with 5V via a mini-USB jack (MOLEX) so it is possible to use one of these ubiquitous USB chargers.
- Each nixie 'lives' on a separate daughter-board. This makes it easy to replace a nixie or to build a clock with some other tube than the IN-14 we used.
- Four IN-14 nixies (hour, minute) only. But it shold be easy to derive a 6-nixie motherboard from the original design.
- No LEDs (we think that the nixies stand for themselves and must not be accompanied by some fancy semiconductor illumination).
- No Arduino (it's pretty easy to get a running AVR µC on a cusom PCB)
- No DCF77 - for the sake of simplicity
Electronics
Driving the nixies
It seems to be a common technique to drive the nixies using the 74141 chip or its soviet counterpart. And somehow it seems to be harder to get one of these chips than some nixies. I guess that this is why some people try to build a clock using this chip only once - which leads to anode multiplexing:
- Some people use HV-optocouplers for this purpose
- And some other people use transistors
My quesions is: if you are already fiddling around with some HV-BJTs why would you opt for wasting brightness by turning on each tube for only a fraction of a given time interval (in order to get the count of obsolete chips down) and not for avoiding obsolete parts in general and designing a proper nixie-driver using some more (cheap) BJTs?
The solution presented here uses one HV-BJT (e.g. BF820) in SOT23 per cathode. These transistors and a couple of resistors are directly placed on the nixie-daughterboard.
In addition there is a 10-bit latch per tube and all latches are driven from a single BCD-to-DEC (HEF4028) converter. So we need just 8 µC pins (4x latch enable and 4 BCD-lines) to drive four tubes. Everything is orchestrated by my favourite 8-bit µC: ATmega8 which is further equipped with a 32.768kHz XTAL and two microswitches to independently adjust hours and minutes.
About power
The HV supply runs directly from the 5V input whereas all the logic stuff runs from a regulated (MC...) 3V3 rail. Therefore every logic chip (ATMEGA8L, HEF4028, SN74LVC841) is specified for 3.3V operation.
HV Section
- The biggest drawback of the boost converter is that it's duty-cycle is directly linked to the ration of input to output voltage. In this application we would end up well above 90%. Event if in the end it is no real deal-breaker it is definitely not convenient.
- While the flyback converter does not suffer from the duty-cycle issue (as the winding ratio can be adjusted to the voltage ratio) voltage stress in the components is higher as when either the transistor or diode blocks it 'sees' the reflected voltage from 'the other side' on top of the voltage from the 'own side'. Also the current stress for the components gets higher.
Schematics
Manufacturing Data
- BOM
- Gerbers
- Assembly prints (2:1 / bottom mirrored / pdf)
- Schematic prints (pdf)
- 3D data
Issues
- issue: unfortunately I messed up the pin mapping of the Coilcraft LPD inductor
- fix: if you do not assemble it as shown in the 3D screenshot above (the silk layer does not contain any mounting info anyway) but as in the photo shown below everything is correct
- issue: C15 needs way more capacitance than shown in the SCM / BOM (this is why the respective line of the BOM is highlighted)
- fix: as replacement it is possible (also see photo below) to solder 2x 47µF 16V X5R caps in parallel (e.g.: 1210YD476MAT2A)











No comments:
Post a Comment