Crt Clock Schematic Instant
Building a (also known as an Oscilloscope Clock ) is a complex but rewarding project that repurposes vintage Cathode Ray Tubes to display time. Unlike standard digital clocks, these use vector graphics to "draw" clock faces directly on a phosphor screen. Core Circuit Modules
A functional CRT clock schematic typically consists of four main functional blocks: My homemade CRT (oscilloscope) clock. - Facebook 27 Mar 2024 —
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:
- A CRT display
- A deflection circuit
- A horizontal and vertical sync circuit
- A timekeeping circuit (e.g., a microcontroller or a dedicated IC)
- A power supply
Key Components
- CRT Display: The CRT display is the heart of the clock, displaying the time in hours, minutes, and seconds.
- Deflection Circuit: The deflection circuit is responsible for controlling the electron beam's position on the CRT display, creating the horizontal and vertical scan lines.
- Sync Circuit: The sync circuit generates the horizontal and vertical sync signals that synchronize the electron beam's movement with the CRT display's phosphor coating.
Circuit Analysis
A typical CRT clock schematic will show the following circuit blocks:
- Timekeeping Circuit: This circuit block generates the time signals (hours, minutes, and seconds) and provides them to the deflection circuit.
- Deflection Circuit: This circuit block uses the time signals to generate the deflection voltages that control the electron beam's position on the CRT display.
- Power Supply: The power supply provides the necessary voltages to power the clock's circuitry.
Design Considerations
When designing a CRT clock schematic, the following considerations are important:
- Frequency stability: The clock's timekeeping circuit must be stable and accurate to ensure that the displayed time is correct.
- Deflection circuit design: The deflection circuit must be carefully designed to ensure that the electron beam is properly controlled and that the display is stable.
Challenges and Limitations
- Complexity: CRT clock schematics can be complex and difficult to understand, especially for those without experience with analog electronics.
- Component availability: Some components, such as CRT displays and dedicated ICs, may be obsolete or difficult to obtain.
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$$.
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) Crt Clock Schematic
module for high accuracy, or sync via Wi-Fi (NTP) if using an ESP32. Signal Generation (X-Y Deflection)
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 clock (or "Scope Clock") uses a Cathode Ray Tube—typically from a vintage oscilloscope—to display time in either analog or digital formats
. Unlike standard TVs that use magnetic deflection, these clocks use electrostatic deflection
, where voltage applied to internal metal plates moves an electron beam to "draw" the clock face. Core Circuit Blocks Building a (also known as an Oscilloscope Clock
Building a CRT clock from scratch involves four primary functional sections: Microcontroller (The Brain):
An ESP32 or Arduino generates the X (horizontal) and Y (vertical) signals. Some modern builds use the ESP32's built-in DACs (pins 25 and 26) to output these signals. High Voltage Power Supply (HVPS):
Most small CRTs require between 300V and 800V to operate. A common modern approach uses a DC-DC step-up module to convert 12V to ~350V. Deflection Amplifiers:
The low-voltage signals from the microcontroller must be boosted to high voltage (~100V-300V) to move the electron beam across the screen. This is often done using vacuum tubes like the or high-voltage transistors in a cascode configuration. Filament Supply:
The CRT heater requires a low voltage, typically 6.3V, provided by a regulator like the Essential Components List #939 Oscilloscope Clock using a ESP32
Block Diagram Overview
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:
- Microcontroller (MCU): The brain. Reads RTC (Real Time Clock) and outputs X/Y coordinates and Z blanking via DACs.
- Deflection Amplifiers: High-current op-amps that drive the horizontal (X) and vertical (Y) yoke coils to position the beam.
- High Voltage (HV) Supply: Generates the accelerating potential (Anode) and focus voltage.
- Filament/Heater Supply: Low voltage (6.3V AC/DC) for the cathode heater.
- Grid/Cathode Drive (Z-axis): Controls beam intensity (on/off/dim) to draw the digits and dots.
Building a CRT Clock: Understanding the Schematic
There’s something mesmerizing about a glowing cathode-ray tube displaying the time. Unlike a simple LCD or LED clock, a CRT clock is a hybrid of retro hardware and modern microcontroller control. Whether you salvage a small 3-inch green-phosphor tube from an old viewfinder or use a 5-inch oscilloscope tube, the heart of the project lies in the schematic.
Below, we break down the essential sections of a typical CRT clock schematic.
5. Before You Build – Critical Notes
- Don’t guess the pinout. Find the datasheet for your exact CRT (e.g., 3RP1A, 5DEP1, 7JP4). Heater voltage (6.3V AC or DC) is easy to get wrong.
- Isolate everything. The chassis must be earthed, and the CRT’s ground connection is not the same as logic ground.
- Start with an oscilloscope. Test your X/Y amplifiers with a 1kHz sine wave. You should see a circle or Lissajous pattern before attempting clock digits.
Part 8: Where to Find Pre-Designed Schematics
Instead of designing from scratch, use open-source hardware designs: A CRT display A deflection circuit A horizontal
- Oscilloscope Clock by J. Haartsen (Elektor Electronics): The classic 1990s design using an STM32.
- CRT Clock by Mitxela: A modern minimalist design using a 2" CRT and a single IC (MSP430) with clever resistor DACs.
- Vectrex MAME Clock: A hack of the Vectorbeam monitor schematics.
Search strings for repositories:
site:github.com crt clock schematic kicad"vector clock" crt flyback schematic3RP1A datasheet and application note
2. "The numbers are squashed on one side."
- Cause: DC offset on the deflection plates.
- Fix: Add a 10k potentiometer to zero the differential amplifier output.