Close
0%
0%

Vacuum Tube Preamplifier with Nixie Display

A custom vacuum tube pre-amplifier featuring remote control and a nixie tube volume level display

Similar projects worth following
A custom vacuum tube pre-amplifier featuring remote control and a nixie tube volume level display. Includes a PH-16 RIAA phono stage from Tubes4Hifi.com. Demo of nixie display here: youtu.be/YoDM2_MgW6o

This project was featured on Hackaday!
hackaday.com/2020/07/25/this-tube-preamp-has-a-nixie-volume-display/

DISCLAIMER: Tube circuits contain LETHAL voltages! Don't try to build this stuff if you don't know what you're doing!

Ever since I completed my tube power amplifier, I wanted to build a preamplifier to go with it. My power amp could handle line level signals, but I needed an RIAA phono stage. Instead of designing one myself I decided to use a PH-16 kit from tubes4hifi.com and create a custom enclosure to go around it.

I added the following features:

  • a motorized volume control knob with remote control
  • a nixie tube volume level and input selection display (for kicks)
  • 5 selectable inputs
  • 2 selectable outputs
  • a passive "bass cut" tone control (so as not to annoy my neighbors) that could be disabled

I started with a block diagram and panel layout:

After selecting most of the components, I created a 3D model using OnShape:

As with my last amp, I enlisted the help of my father-in-law, who is an amazing woodworker, for the chassis. I created drawings in OnShape to send to him:

Here are a couple photos my father-in-law sent me of the woodworking process:

Just a few weeks after I sent him the drawings, I received this beautiful piece of cherry in the mail:

I ordered and received my PH-16 kit from Roy at tubes 4 hifi. Roy is the genuine article: friendly, helpful, and a joy to do business with. Here are the bare PCBs:

And here they are after I populated them and wired them together:

And installed them in the chassis:

I used Front Panel Designer from Front Panel Express to design the engraved front and back panels from brushed aluminum:

And here they are once I received them:

For the remote volume control, I bought a bought a board off of eBay that comes with a remote control and a PCB with a motorized volume potentiometer (pot):

The board came with a Panasonic motorized pot, but I replaced it with quad 100K logarithmic Alps one. 

I designed four PCBs in Altium Designer (I have this for work; I'm not rich enough to own it myself) for the nixie tube volume display. One was a linear 170 VDC power supply for the two IN-4 nixie tubes I purchased on eBay. The second was a board to hold the nixie tubes and transistors for turning them on/off. Third was a small board to hold the parts for the bass cut filter. Fourth was a breakout board for an Arduino Nano

The volume display works as follows. An extra channel of the volume pot is hooked between the Arduino's reference voltage and one of its analog inputs. The Arduino constantly polls this input and updates the nixie display depending on the voltage it reads. The Arduino is interfaced to two CD4028BM96 BCD-to-decimal decoders, one for each tube. These turn four IO lines from the Arduino into 10 outputs. The decoder outputs are each connected to 10 MMBTA42-7-F transistors that switch each of the tube's filaments to display numbers 0-9.

Here is the PCB layout in Altium (I combined all four PCBs into one in order to save money):

And here are the PCBs once I got them back from JLCPCB and separated them:

Inevitably, mistakes were made. I had to respin the nixie tube and bass cut boards, so you'll notice they are red and black (respectively) in photos that follow. 

Here is a short video from after I built the boards, wrote the code, and debugged everything:

Next I built the bass cut board and tested it. The signal for each channel is run through a 10 nF capacitor in parallel with a pot that is configured as a variable resistor. A switch is placed in parallel as well, so I can short out the filter and disable it. Here is a photo from the filter testing:

Once that was done, I wired up the input selector switch. I had a quad pole switch, so I connected resistors between the throws on one of the extra poles to create a big, selectable resistor divider. I ran this over to an analog input on the...

Read more »

  • 1 × PH-16 phono kit from Tubes 4 Hifi http://www.tubes4hifi.com/PH16.htm
  • 1 × Custom wood chassis
  • 1 × Electroswitch C4D0406N-A 4 pole, 6 throw rotary switch
  • 14 × Gold plated RCA jacks from eBay
  • 2 × IN-4 nixie tubes

View all 14 components

  • New Remote

    Justin Scott02/20/2022 at 18:26 0 comments

    This weekend I swapped out the ugly remote that came with the motorized volume control module in my preamp for a pretty Apple Remote (gen 2).

    I did this by connecting an IR receiver to the Arduino Nano inside my preamp. I read out the IR codes for each button and stored them. Then I wired the Nano to the motor control IC on the volume control PCB so the Nano could control the motor.

    I also added an Adafruit DS3231 RTC module so I could use the nixie display as a clock. The clock is activated when you press the menu button on the remote.

    I also added a fun little display when you hold down the play/pause button.

View project log

Enjoy this project?

Share

Discussions

Sven wrote 07/25/2020 at 17:26 point

Gorgeous result! What did you use for the little round IR window?

  Are you sure? yes | no

Justin Scott wrote 01/30/2021 at 15:21 point

Thanks! VCC p/n CLB_300_BTP (Mouser p/n 593-3000B)

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates