How to Build Your Own VFD Clock?

What is a VFD clock?

A VFD clock is a desk clock built around a vacuum fluorescent display – a bright, pixel-like display technology that was widely used in VCRs, cash registers and lab equipment from the 1970s to early 2000s. Instead of LEDs or LCDs, a VFD clock uses glowing segments or dot-matrix pixels driven by a controller and a small high-voltage supply.

For makers and retro-tech fans, building a VFD clock is a perfect mix of electronics, firmware and industrial design. You get to work with an unusual display, design the power and control electronics, and then decide how the finished clock will look on your desk.

Parts you will need

The exact parts depend on your design, but most DIY VFD clocks share the same basic building blocks:

  • VFD tube or display module – for example, a multi-digit VFD tube or a dot-matrix vacuum fluorescent display.
  • Microcontroller board – many builds use ESP8266 or ESP32 so the clock can connect to Wi-Fi and sync time via NTP.
  • High-voltage supply for the VFD – typically 20–30V DC for the anode and grids, plus a low-voltage filament supply.
  • Low-voltage power supply – 5V/3.3V for the microcontroller and logic.
  • Driver ICs or transistor array – to switch the VFD segments / pixels on and off.
  • RTC (real-time clock) chip (optional but recommended) – keeps accurate time when Wi-Fi is not available.
  • Buttons or rotary encoder – for local settings and mode changes.
  • Enclosure and front panel – acrylic, metal or wood, plus standoffs and screws.

If you prefer to skip some of the heavy lifting, you can also start from a pre-designed VFD clock kit or controller PCB and focus on firmware and enclosure design.

Basic steps to build your own VFD clock

1. Choose your VFD display

First decide what kind of VFD display you want to use. A multi-digit tube is great for a simple time-and-date clock, while a dot-matrix VFD can show scrolling text, animations and more complex layouts. The physical size of the display will also determine how big your finished clock will be and how far away it can be read.

2. Design the power section

Every VFD needs two types of power: a higher DC voltage for the anodes and grids, and a low-voltage filament supply. Many DIY VFD clocks use a DC-DC boost converter to generate around 20–30V from a 5V input. The filament can be driven with a low AC or DC voltage depending on the tube. Make sure the high-voltage part of your circuit is clearly separated, labelled and mechanically secured.

3. Design the controller and drivers

Next, design how you will drive the VFD segments or pixels. Common approaches include using dedicated VFD driver ICs, shift registers with transistor arrays, or a mix of both. The microcontroller (often ESP8266/ESP32) sends patterns to the drivers to scan rows and columns so that the display appears continuously lit.

At this stage it is very helpful to draw a clear block diagram: microcontroller → drivers → VFD tube, plus the separate low-voltage and high-voltage power rails. Keeping the logic side and high-voltage side visually separated on the PCB makes both assembly and debugging easier.

4. Firmware and timekeeping

With the hardware in place, it is time to write or flash the firmware. A Wi-Fi capable VFD clock typically:

  • Starts in AP mode for first-time Wi-Fi setup.
  • Connects to your local network and syncs time from an NTP server.
  • Stores the time in an RTC chip so it keeps running accurately when Wi-Fi is not available.
  • Provides multiple display modes for time, date, weekday, temperature or custom text.

If you don’t want to start from scratch, you can base your project on open-source firmware or configuration for VFD clocks and adapt it to your own hardware. That way you can focus on adding display modes and polishing the user experience instead of reinventing the whole stack.

5. Enclosure and finishing touches

Finally, design the enclosure so the clock looks good on a real desk. Many builders use clear or tinted acrylic so the VFD and PCB are visible, or combine a metal base with a clear cover for a more “lab instrument” look. Pay attention to:

  • The viewing angle and height of the display when the clock is on a desk.
  • Cable routing and where the power connector exits the enclosure.
  • Light bleed around the edges of the VFD, which can be controlled with internal baffles or diffusers.
  • How easy it is to open the case later for updates or repairs.

Small details like chamfered edges, matte surfaces around the display, or engraved legends for the buttons can make a big difference to how “finished” the clock feels.

Safety notes

Even though a VFD clock usually uses lower voltages than mains-powered equipment, you are still dealing with multiple voltage rails and glass tubes. Treat prototypes with respect:

  • Keep the high-voltage section away from metal enclosures and exposed fingers.
  • Double-check polarity and grounding before powering up a new board.
  • Use properly rated capacitors and connectors for the voltages you are working with.
  • If you are not confident working with high-voltage DC, start from a proven kit or controller board instead of designing everything from zero.

DIY vs. kits and finished VFD clocks

Building a VFD clock from scratch is rewarding, but it is not the only way to enjoy vacuum fluorescent displays. You can also:

  • Start from a DIY kit where the power, driver and controller design are already done, so you mainly solder and assemble.
  • Use a finished VFD clock as a reference for layout, brightness control and usability while you develop your own design.
  • Focus just on firmware and effects if hardware design is not your main interest.

At LGL Studio we design and build complete VFD clocks with Wi-Fi setup, NTP time sync, RTC backup and carefully designed enclosures, so you can enjoy the vacuum fluorescent glow without having to design every circuit yourself. If you love the idea of a VFD clock on your desk but do not want to build the entire hardware stack, a finished clock or kit can be the perfect starting point.

Where to go next

If you are ready to build your own VFD clock, start by choosing a display and deciding how deep you want to go into hardware and firmware design. From there, sketch a block diagram, list the parts you need and plan the enclosure. If you prefer to start with a finished design and learn by using it every day, explore our VFD clock collection and see how we combine classic vacuum fluorescent displays with modern features for real-world desks.