HARDWARE COMMENTS

Schematics Page 1 :

CLOCKS : The board is based on a simple Z80 architecture ; the clock is supplied by a quite classic XTAL oscillator at 4.194304MHz, which happens to be 2^22 Hz. The undivided clock is used for the Z80 itself, and the 1 second pulse, at the output of IC18 is used to provide a non-maskable interrupt (NMI) for the software RTC. We are talking about a vintage clock, so no way to use a RTC chip on this board :-) !

Of course if the power goes off, the current time is lost ; that's the charm of the design.

On the Z80 data sheet, the system clock is expected to be close to a 50% duty cycle, but in my experience, with "low" frequency operation (like 4MHz), it's not a problem, so an extra frequency divider with a toggle FlipFlop to provide an accurate 50% duty cylcle is not mandatory.

ADDRESS DECODING : IC4B provides a simple address decoding for the RAM and the ROM. The ROM starts at 0x0000 and ends at 0x7FFF ; the RAM is the space left from 0x8000 to 0xFFFF. Of course, it's 50 times the need for our application !

IC4A provides the I/O decoding for the 3x 8-bit latches and the buffer input. The 256 adresses available in the I/O space of the Z80 are therefore divided in 4 pages with multiple duplications, but it's not an issue as long as we don't need to add extra I/O devices.

POWER ON RESET : IC19 was a well known PO Reset circuit in the 90' and ensure a "clean" start-up condition. It's better than a simple RC network, but it can alos do the job.

Schematics Page 2 :

OUTPUT BUFFERS : 3x output latches are required to drive 6x BCD to decimal decoders ; it's important to use BCD-TO-DECIMAL decoders that have an OFF state of all outputs above 0d9 code (to turn off all the Nixies cathodes). Not all decoders provide this function. It's also important to have high state drivers because we use N-Channel MOS to drive the Nixie tubes (see later).

Schematics Page 3 :

BOOST CONVERTER : The Nixie tubes require a 180V DC drive voltage and for the IN18 types, about 4mA per tube is expected. So we need a DC step-up converter (non isolated) being able to provide 180V at 25mA at least. This function is built arround IC8 TL497, which was a quite standard PWM controller in those years. An external N-Channel MOSFET is used with a classical boost architecture topology based arround L1/D2/C15. This part is the most "tricky" to manage. Of course, there are thousands of more efficient solutions to do the same function in 2021, but once again, it's a vintage design !

The converter works at low frequency (a few KHz) so commutation losses are not an issue, same for the gate drive of the MOSFET( no need to gate discharge with a gate driver).

NIGHT DIMMING : A simple photo-diode is used to reduce the converter voltage for night operation. So when the photo-diode current drops, the N-Channel transistor T63 is open and the feedback resistors R18 and R13 are no longer connected to ground, leading to a reduced output voltage (165 V for instance).

The "daylight" operation voltage (180V typ.) and the "night" operation voltage (165V)  can be adjusted by means of the 10K trimers.

LOGIC POWER SUPPLY :  it's definitely not possible to design a vintage board without using a linear 7805 regulator for the logic supply ! The DC 12V input helps the boost converter to operate at lower current ; the total current consumption is about 1 A, but depends mainly on the effiicincy of the boost converter. Using HCT logic instead of LS will also help to reduce power.

PUSH BUTTON INPUTS : IC16 is used to provide a simple set of 3 ON-OFF inputs for the time setting purpose by means of 3 push-buttons. RC networks ensure a basic debouncing function.

Schematics Page 4 to 6 : The use of several simple N-Channel small signal MOSFET has been prefered to High voltage integrated drivers for Nixie tubes. These components are mostly bipolar transistor arrays but limited to 60V or 70V outputs with zener protections, so they are definitely not "true" open collectors or open-drain 200V drivers. It is said on the Web that driving large tubes like the IN18 with such transistor arrays are not the best way and can lead to the so-called "blue spots". The reason would be that the cathodes are never really turned to a  "true" OFF state, but allways at a 60V or 70V level. Honestly, I can't tell it's true, but considering the price of the tubes, I've prefered to drive the cathodes with real open drain drivers. There is a wide choice of N-Channel transistors that can do the job as long as they have a TO92 package and at least 200V Vds breakdown voltage. It could be possible to use NPN transistors instead, but a base limitation current resistor must be used, adding several extra components.


PCB - COMPONENTS ASSEMBLY

A single board has been designed ; it's a two layers PCB. The prototype is quite fancy because it has been done with NiAu finishing, white top silk and a red solder resist but a cheaper version can be done with standard PCB manufacturing :-) All components are through-holes as mentioned before, as a design choice. There is no BOM available at this stage, but all components values and references are clearly indicated on the schematics. There are no hard-to-find components, so to speak. All parts can be found from old stocks, friends, or from Web stores (A DIL40-Z80 can be find under 5$ on eBay). The most sensitive part is probably the boost converter inductor. A quite large heatsink is used for the linear +5V regulator and the converter transistor ; a smaller part can be probably used. I did not designed a PCB socket for the Nixie Tube. They are simply mounted on a polyethylene base (see mechanical parts). The connection to the tube leads is simply realized with connector contacts soldered on wires, passing through the isolated base.

ENCLOSURE

The enclosure is made of wood (plain oak) with a bottom frame in 2mm anodized aluminum and a top cover in 5mm Plexiglass. All mehanical parts are described in the SolidWorks files. To improve the reading contrast of the Nixi tubes, a black coated aluminum plate has been installed at the back of the tubes. Since the photo-diode light sensor is directly mounted on the PCB, the top cover must be in a transparent material. The three push-buttons located on the front pannel are LED illuminated, but just for fun !