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”

Tackling Trunked Radio With Software

For those starting to wade into radio as a hobby, one of the first real technical challenges is understanding trunked radio systems. On the surface, it seems straightforward: A control channel allows users to share a section of bandwidth rather than take up one complete channel, allowing for greater usage of the frequency range. In practice though it can be difficult to follow along, but now it’s slightly easier thanks to software defined radio.

This guide comes to us from [AndrewNohawk], who is located in San Francisco and is using his system to monitor police, fire, and EMS activity. These groups typically used trunked radio systems due to the large number of users. For listening in, nothing more than an RTL-SDR setup is needed, and the guide walks us through using this setup to find the control channels, the center frequency, and then identifying the “talk groups” for whichever organization you want to listen in on.

The guide goes into great detail, including lists of software needed to get a system like this started up, and since [AndrewNohawk] is a self-identified “radio noob” the guide is perfectly accessible to people who are new to radio and specifically new to trunked systems like these. Once you get the hang of it, it’s not too hard to scale up, either.

Antique Army Surplus Receiver Restored

If you’ve ever been to a hamfest in the United States, you probably have at least seen an ARC 5 Command set. These were very rugged receivers and there were a ton of them made. Hams have been reworking them for years. In a recent video [Tom N3LLL] shared some of his tips for restoring them.

You might think these are just like a regular old radio, but there are some unique challenges, including capacitors filled with beeswax and strange threaded screws. [Tom] made several custom boards to replace the dynamotor with a solid-state inverter, replace odd capacitors, and provided a faceplate. He also 3D printed some replacement studs to replace the often decayed anti-vibration studs for the dynamotor.

The teardown at the end shows how rugged these things are. Tom’s restoration philosophy is to modernize the set while keeping the outward aesthetics. The receivers perform well, and as you might expect are built like tanks.

If you want to try your hand at restoration, these are not very expensive because there were so many of them made. Often the shipping is about the same price as the radio, but one in good shape can cost a bit more. We think the real fun is getting one that is not in such good shape and making it better.

Everyone has their own style and we know some restorers are more purists, but as a practical matter, [Tom’s] restorations look great, sound great, and preserve these great old radios so that someone might still be using them in another 75 years.

We’ve covered the ARC 5 before, unsurprisingly, and that restoration was a bit more traditional if you prefer it that way. If you need something to listen to on the AM band, try a matching transmitter.

Continue reading “Antique Army Surplus Receiver Restored”

Learning About VNAs

We live in a good time to be an electronics geek. It used to be only the richest or shrewdest among us had a really good oscilloscope, while these days it is entirely feasible to have a scope that would have cost a fortune a few decades ago, a logic analyzer, arbitrary waveform generator, and what would have once been a supercomputer and still not be in debt. One of the cooler pieces of gear for people working on RF electronics is a vector network analyzer (VNA) which used to be exotic, but now can be bought for very little. But what do you do with it? [W2AEW] has the answer.

We always look forward to a video from [W2AEW]. Even if we know about the subject he covers, we usually pick up something new or interesting. Like all of his videos, this one is intensely practical. Not a lot of drawing but plenty of scope shots and experimenting.

Continue reading “Learning About VNAs”

An Open Hardware Modem For The Modern Era

Readers of a certain age will no doubt remember the external modems that used to sit next to their computers, with the madly flashing LEDs and cacophony of familiar squeals announcing your impending connection to a realm of infinite possibilities. By comparison, connecting to the Internet these days is about as exciting as flicking on the kitchen light. Perhaps even less so.

But while we don’t use them to connect our devices to the Internet anymore, that doesn’t mean the analog modem is completely without its use. The OpenModem by [Mark Qvist] is an open hardware and software audio frequency-shift keying (AFSK) modem that recalls some of the charm (and connection speeds) of those early devices.

It’s intended primarily for packet radio communications, and as such is designed to tie into a radio’s Push-to-Talk functionality with a standard 3.5 mm jack connector. Support for AES-128 encryption means it will take a bit more than an RTL-SDR to eavesdrop on your communications. Though if you’re really worried about others listening in, the project page says you could even use the OpenModem over a wired connection as you would have in the old days.

If you just want a simple and reliable way to get a secure AFSK communication link going, the OpenModem looks like it would be a great choice. But more than that, it offers a compelling platform for learning and experimentation. The hardware is compatible with the Arduino IDE, so you can even write your own firmware should you want to spin up your own take on this classic communications device.

The OpenModem is the evolution of the MicroModem that [Mark] developed years ago, and it’s clear that the project has come a long way since then. Of course, if you’re more about the look than the underlying technology, you could always just put a WiFi access point into the case of an old analog modem.

[Thanks to Boofdas for the tip.]