How Early Radio Receivers Worked

If you’ve ever built a crystal radio, there’s something magical about being able to pull voices and music from far away out of thin air. If you haven’t built one, maybe you should while there’s still something on the AM band. Of course, nowadays the equivalent might be an SDR. But barring a computer solution, there are not many ways to convert radio waves into intelligence. From a pocket radio to advanced RADAR to a satellite in orbit, receiving a radio wave is accomplished in pretty much the same way.

There are, however, many ways to modulate and demodulate that radio wave. Of course, an AM radio works differently than an FM radio. A satellite data downlink works differently, too. But the process of capturing the radio wave from the air and getting them into a form ready for further processing hasn’t changed much over the years.

In this article, I’ll talk about the most common radio receiver architectures you may have seen in years past, and next week I’ll talk about modern architectures. Either way, understanding receiver architectures will help you design new radios or troubleshoot them.

Continue reading “How Early Radio Receivers Worked”

Software Defined Radio Academy Goes Virtual

They say every cloud has a silver lining. It’s hard to find a positive among all the bad news about the current global pandemic, but it has pushed more conferences and events to allow online participation either live or after the fact. A case in point: The Software Defined Radio Academy’s annual event is all on a YouTube channel so you can attend virtually.

Not all the videos are there yet, but the keynote along with some very technical talks about techniques ranging from FPGAs to spectrum monitoring and spectral correlation density — you can see that video, below. We presume you’ll eventually be able to watch all the presentations listed in the program.

Continue reading “Software Defined Radio Academy Goes Virtual”

Breadboard Breaks The Speed Barrier

It is common wisdom that solderless breadboards are only good for low frequencies. But how fast can they really go? There’s been a contest going on to see who can make the fastest breadboard-mounted oscillator and [Joe Smith] has been trying to keep his leading position. He’s already managed 6 GHz and now he’s shooting for 20 GHz, as you can see in the video below.

One of the biggest challenges at these frequencies is just measuring your output. You may have a scope, but how does it do at 20 GHz? So half of the story is how [Joe] managed to monitor his output.

Continue reading “Breadboard Breaks The Speed Barrier”

433 On A Stick

Cheap 433 MHz wireless switches are a tempting way to enter the world of home automation, but without dedicated hardware, they can be less easy to control from a PC. That’s the position [TheStaticTurtle] was in, so the solution was obvious. Build a USB 433 MHz transceiver.

At the computer end is a CH340 USB-to-serial chip and the familiar ATmega328 making this a compact copy of the Arduino. At the RF end are a pair of modules for transmit and receive, unexpectedly with separate antennas. This device is a second revision, after initial experiments with a single antenna connector and an RF switch proved not to work. On the software side the Arduino uses the rc-switch library, while on the PC side there’s a Python library to make sense of it all. The code and hardware files are all on GitHub, should you wish to experiment.

The problem of making a single antenna transceiver is not for the faint-hearted RF engineer, as while diode switches seem on paper to deliver the goods, they can be extremely difficult to get right and preserve linearity. We’re curious that a transceiver module wasn’t used instead, but we’re guessing that cost played a significant part in the equation.

Over the years we’ve featured quite a few fascinating 433 MHz projects, like this TP-Link router conversion.

Raspberry Pi Takes Control Of Ham Radio

Today’s ham radio gear often has a facility for remote control, but they most often talk to a computer, not the operator. Hambone, on the other hand, acts like a ham radio robot, decoding TouchTone digits and taking action — for example, keying the radio and reading off the weather — in response to the commands received.

The code is in Python and uses numpy’s fast Fourier transform to identify digits. We’d be interested to test the performance of that compared to doing a Goertzel to specifically probe for the 8 digit tones: there are four row tones and four column tones. On the other hand, the FFT is handy and clearly works fast enough for this application.

Continue reading “Raspberry Pi Takes Control Of Ham Radio”

Educational Radio, Educates

Analyzing and troubleshooting a modern AM/FM radio, digital radio, or TV can be a pretty daunting task. However, a common AM radio is easy to understand, experiment with, and repair. Learning about that will help you understand more complex circuits later. That’s the idea behind the Elenco AM radio which is built on a wide-open PCB with markings for all the important sections. [The Offset Volt] uses one of these to explain how a receiver works, especially how a diode detects the signal and how the automatic gain control works.

Between a series of diagrams and live scope demonstrations, you can see the effects of capacitance in the receiver along with other circuit effects.

Continue reading “Educational Radio, Educates”

Dipole Antenna Is Off Balance

A dipole antenna is easy, right? Two wires, each a quarter wavelength long, emanate from a coax or other feedline. Unless it is an off-center dipole. The length is still the same, but you move the feed point to a different part. [KB9VBR] explains how this changes the antenna’s impedance from the nominal 70 ohms of a standard dipole.

Why would you want to do that? The trick is to find a feed point that has acceptable impedance on multiple ham radio bands. Most automatic tuners can handle a certain range of mismatch so using an antenna like this with a tuner can allow one antenna to serve multiple bands with no traps or switches.

Continue reading “Dipole Antenna Is Off Balance”