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”

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”