The CRT Clock schematic is a rite of passage for analog electronics enthusiasts. It requires discipline in high-voltage safety, precision in analog amplification, and speed in digital logic. When you first power up your circuit and see the green phosphor trace a perfect looping "8" on the glass, you aren't just reading the time; you are watching electrons – fired from a hot cathode, bent by electrostatic fields – paint reality one microsecond at a time.
Next Steps:
Remember: In a world of instant-on digital devices, the CRT clock is beautifully, dangerously, analog. Handle with respect.
Further Reading & Resources:
The CRT (Cathode Ray Tube) Clock Schematic refers to a specialized circuit design used by electronics hobbyists to repurpose vintage oscilloscope tubes or small CRTs into unique vector-display timepieces. These projects are highly regarded for their "retro-cool" aesthetic, though they require a high level of technical skill to build safely due to high-voltage requirements. Core Design & Components
Modern CRT clock schematics typically combine mid-20th-century vacuum tube technology with 21st-century digital control.
The Display: Uses small, often 2-inch or 3-inch, electrostatic CRTs like the DG7-6 or DH3/91.
Logic & Signal Generation: Most contemporary designs use a microcontroller (e.g., ESP32, PIC, or Arduino) to generate X and Y deflection signals. High-end versions may include a Digital-to-Analog Converter (DAC) for smoother vector lines.
Power Supply: Requires a step-up module to convert low DC voltage (typically 12V) to the 45V to 390V needed for the tube's anodes.
Deflection Amplifiers: Often utilize specific vacuum tubes (like the EF80) to drive the horizontal and vertical deflection plates. Top Performance Features
Vector Graphics: Unlike standard pixel-based screens, these clocks draw "continuous" lines, allowing for elegant analog faces, Roman numerals, and even retro games like Pong or Tetris.
Connectivity: Many modern schematics (especially those based on the ESP32) include Wi-Fi for automatic time synchronization via the internet.
Anti-Burn Protection: To prevent the phosphor from burning, better schematics include a feature that periodically shifts the display position. User Experience Review CRT Clock Build using an RCA Oscilloscope Crt Clock Schematic
yeah I think we're think we're down some voltage there or something pretty blurry definitely better so we'll stick with this. too. YouTube·CREEKVIEW ACRES How to make Simplest ever Oscilloscope Clock
This paper presents a complete schematic design for a Cathode Ray Tube (CRT) clock. Unlike raster-scan televisions, this design utilizes X-Y vector mode (similar to an oscilloscope or Vectrex gaming system) to draw analog clock hands and digital text using a microcontroller, Digital-to-Analog Converters (DACs), and analog deflection amplifiers. The paper discusses the theory of electrostatic deflection, the Z-axis (intensity) control, and the software necessary to convert Unix epoch time into geometric vectors.
Safety warning: The HV section stores lethal charge even when unplugged. Always discharge through a 10MΩ resistor.
A CRT clock schematic is more complex than a digital clock, but far more rewarding. The glow of real phosphors tracing the time in vector form is a piece of functional art.
If you’re new to high voltage, build the deflection and Z-axis first and test using an oscilloscope in XY mode. Then add the HV supply. And always – one hand in pocket when probing live circuits.
Have you built a CRT clock? Share your schematic and photos in the comments below.
Drafting a CRT (Cathode Ray Tube) clock schematic involves integrating high-voltage power supplies with precise signal generation to drive the electron beam across the screen
. Most modern CRT clock designs, often called "Oscilloscope Clocks," function by treating the CRT like a vector display, using X (horizontal) and Y (vertical) inputs to "draw" the clock face. Core Schematic Sections Power Supply (High Voltage & Filament)
: CRTs typically require between 200V and 1000V+ for the anode. Modern hobbyist designs often use a compact DC-DC boost converter (e.g., 12V to 350V) to avoid bulky transformers. Filament Heater
: Most CRT tubes require 6.3V AC or DC to heat the cathode. This can be achieved using an LM317 adjustable regulator Microcontroller (The Brain)
is commonly used to calculate the time and generate the necessary waveforms. Timekeeping DS3231 Real-Time Clock (RTC)
module for high accuracy, or sync via Wi-Fi (NTP) if using an ESP32. Signal Generation (X-Y Deflection) The CRT Clock schematic is a rite of
The microcontroller outputs analog signals to the CRT’s deflection plates. If the MCU lacks high-resolution DACs, you may need an external DAC or a pulse-width modulation (PWM) filter. Deflection Amplifiers
: Small vacuum tubes (like the EF80) or high-voltage transistors (like the
) are needed to amplify the low-voltage signals from the MCU to the higher voltages required to move the beam Z-Axis Modulation (Brightness)
controls the intensity of the beam. A simple transistor switch or optoisolator is often used to "blank" the beam so it doesn't leave trails between numbers. Reference Resources for Drafting CRT Clock Build using an RCA Oscilloscope 11 Oct 2025 —
yeah I think we're think we're down some voltage there or something pretty blurry definitely better so we'll stick with this. too. CREEKVIEW ACRES The Scope Clock - from Cathode Corner 18 Dec 2021 —
A CRT (Cathode Ray Tube) clock schematic is an electronic circuit diagram that describes the inner workings of a CRT clock, which is a type of clock that uses a CRT display to show the time.
Here's a general review of a typical CRT clock schematic:
Overview
A CRT clock schematic typically consists of several components, including:
Key Components
Circuit Analysis
A typical CRT clock schematic will show the following circuit blocks: Remember: In a world of instant-on digital devices,
Design Considerations
When designing a CRT clock schematic, the following considerations are important:
Challenges and Limitations
Overall, a CRT clock schematic is a complex electronic circuit diagram that requires careful design and analysis to ensure that the clock functions accurately and reliably.
No specific math equations were used, so no $$math syntax$$.
Before we read the schematic, let’s visualize the signal flow. A typical vector-based CRT clock (e.g., the infamous "Vyzkum" or "Joule" designs) consists of five core subsystems:
Based on a typical electrostatic CRT clock schematic (e.g., "SNTP-CRT" by David Forbes), here is what you need:
| Section | Critical Parts | Value/Rating | | :--- | :--- | :--- | | HV Supply | Ferrite core (EE25), IRF740 MOSFET, UF4007 diodes | 1.2kV out, 30kHz | | Focus/Bias | High voltage resistor chain (10MΩ + 5MΩ trimpot) | 1W, 3kV rating | | Deflection | APEX PA94 or discrete (BF869/BF870) | +/- 100V @ 50mA | | DAC | MCP4922 (12-bit, dual) | SPI interface | | MCU | Teensy 4.0 or STM32F103 | 72MHz+ for vector speed | | Power | 6.3V AC transformer (for heater) + 24V DC supply | Galvanic isolation |
A typical choice: ATmega328P (Arduino Nano) or ESP32.
Firmware: Converts digit fonts into line segments (line() or Bresenham algorithm).
+5V +12V | | [MCU] [555]--[Flyback]---> +HV to CRT Anode | | I2C GND [RTC] | [DAC]---[X-Amp]---(X plate left) (X plate right)[DAC]---[Y-Amp]---(Y plate bottom) (Y plate top) [GPIO]--[Transistor]--(CRT Grid)