Skip to main content

Posts

Showing posts from 2026

A DIY build of a two-tube FM receiver kit

I recently received a DIY two-tube FM receiver kit from one of my Chinese component suppliers for review. The circuit is elegantly simple, designed around a 1A2 heptode and a 2P2 pentode . The kit includes all the necessary components for the build, featuring a single-sided FR4 PCB with dimensions of 100mm × 100mm. Assembled PCB with tubes. The primary hurdle when starting this project was the complete lack of proper assembly instructions. To assist others, this article documents the exact steps I took to assemble and test the receiver. I have also reverse-engineered the schematic based on the PCB layout; a high-resolution PDF version is available for download here . Top view of the PCB. Bottom view of the PCB. The radio is designed around two main stages to handle frequency conversion and audio amplification: The 1A2 heptode - functions as a super-regenerative detector. The 2P2 pentode acts as the audio power amplifier, which receives the demodulated signal and drives the ...

OpenHamClock Kiosk

For an amateur radio operator, having a real-time dashboard is essential for monitoring band conditions and identifying DX opportunities. While several solutions exist, I recently completed a project centered on OpenHamClock , an open-source, web-based successor to Elwood Downey’s (WB0OEW) original HamClock . My goal was to move beyond simply opening a browser tab and instead create a dedicated, always-on kiosk for my workshop/shack. This setup allows me to monitor live DX cluster spots, PSKReporter reception, and satellite X-ray flux in real-time, helping me decide exactly when to jump into a radio session. Prototype build of OpenHamClock kiosk. The heart of this project is a two-component system: a centralized server and a remote kiosk unit. For the server, I utilized a PC equipped with an AMD Ryzen 7 series CPU and 32GB of RAM. While this machine hosts multiple other services, it serves as the perfect, reliable host for the OpenHamClock backend. The installation process is...

Discrete CMOS digital desk clock

This project began with a simple idea: to build a fully functional digital desk clock using only classic CMOS logic ICs that are still readily available in local electronics markets. No microcontrollers, no firmware, no programmable logic - just counters, flip-flops, logic gates, and seven-segment decoders doing exactly what they were designed to do. The result is a 24-hour digital clock powered from a 5V, 1A supply, drawing roughly 200mA, and assembled entirely by hand on a perfboard using point-to-point wiring. Fully assembled CMOS desk clock. At the heart of the clock is a traditional timebase derived from a 32.768kHz crystal oscillator. This frequency is widely used in timekeeping because it can be divided cleanly to exactly 1Hz. A CMOS frequency divider, such as the CD4060 and CD4013 , performs this task, producing a precise one-second pulse that serves as the master clock for the entire system. From this point onward, time is counted purely in hardware, one pulse at a time...