USB-C Power For Ham Radio

Even though manufacturers of handheld ham radios have been busy adding all sorts of bells and whistles into their portable offerings, for some reason, many of them lack a modern USB-C port. In the same vein, while some have USB for programming or otherwise communicating between the radio and a computer, very few can use USB for power. Instead , they rely on barrel jacks or antiquated charging cradles. If you’d like to modernize your handheld radio’s power source, take a look at what [jephthai] did to his Yaesu.

In the past, USB ports could be simply soldered onto a wire and used to power basically anything that took 5 VDC. But the radio in question needs 12 volts, so the key was to find a USB-C cable with the built-in electronics to negotiate the right amount of power from USB-PD devices. For this one, [jephthai] cut the barrel connector off his radio’s power supply and spliced in some Anderson power pole connectors so he could use either the standard radio charger or one spliced onto this special cable.

With this fairly simple modification out of the way, it’s possible to power the handheld radio for long outings with the proper USB battery bank on hand. For plenty of situations this is much preferable to toting around a 12 V battery, which was the method of choice for powering things like QRP rigs when operating off-grid.

Fail Of The Week: Flipped Cable Leads To Fried Radio

[Doug]’s newly-installed Yaesu FT-891 mobile transceiver failed to power up despite a careful installation, and it turns out to have ultimately been caused by a reversed cable. There’s a happy ending, however. Since the only real casualties were a blown resettable fuse and a badly-burned resistor that damaged the PCB, [Doug] was able to effect a repair. Things could have been worse, but they also could have been better. Damage could have been prevented entirely with some better design, which [Doug] explains during his analysis of what went wrong.

The destroyed SMT resistor and pads were easily replaced with a through-hole version, thanks to the schematics.

The main problem was that the generic RJ12 cable that [Doug] used to connect radio components had its connections reversed. This would not be a problem if it was used to connect a landline telephone to the wall, but it was a big problem when used to connect the radio components together. According to the radio schematics, the two center wires carry +13 V and GND, which meant that a reversed cable delivered power with reversed polarity; never an optimal outcome.

Once the reversed power arrived at the other end, [Doug] discovered something else. Diodes whose job would be to protect against reverse polarity were marked DO NOT INSTALL, probably to shave a few cents off the bill of materials. As a result, the full 13 V was soaked up by a 1/8 W surface mount resistor which smoldered and burned until a fuse eventually blew, but not before the resistor and pads were destroyed. Thankfully, things cleaned up well and after replacing the necessary parts and swapping for a correct cable, things powered up normally and the mobile radio was good to go.

Curious for a bit more details about mobile radio installations? Check out our own Dan Maloney’s rundown on installing a discontinued (but perfectly serviceable) Yaesu FT-8900R.

Auxiliary Display Makes Ham Radio Field Operations Easier

As popular as the venerable Yaesu FT-817 transceiver might be with amateur radio operators, it’s not without its flaws, particularly in the user interface department. [Andy (G7UHN)] is painfully familiar with these flaws, so he designed this auxiliary display and control panel for the FT-817 to make operating it a little easier.

There are a ton of ways to enjoy ham radio, but one of the more popular ways is to bust out of the shack and operate in the great outdoors. From the seashore to mountain peaks, hams love giving their rigs some fresh air and sunshine. The battery-powered, multimode, all-band FT-817 is great for these jaunts, but to fit as much radio into a small package as they did, Yaesu engineers had to compromise on the controls. Rather than bristling with buttons, many of the most-used features of the radio are buried within menus that require multiple clicks and twists to access.

[Andy]’s solution is a PCB bearing an Arduino Nano, an LCD screen, and a whole bunch of actual buttons. The board sits on top of the case and talks to the radio over a 8-pin mini-DIN cable using both documented and undocumented  CAT, or Computer Aided Transceiver commands. The LCD displays the current status of various features and the buttons provide easy access to changing them, essentially by sending keystrokes to the radio.

Hats off to [Andy] for tackling this project. The only other FT-817 hack we’ve seen before was useful but far simpler, and didn’t require KiCad, which [Andy] had to teach himself for this one.

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”

The $50 Ham: Going Mobile

So far in this series, everything we’ve covered has been geared around the cheapest and easiest possible means of getting on the air: getting your Technician license, buying your first low-end portable transceiver, and checking in on the local repeater nets. That’s all good stuff, and chances are you can actually take all three of those steps and still have change left over from your $50 bill. Like I said, amateur radio doesn’t have to be expensive to be fun.

But at some point, every new ham is going to yearn for that first “real” rig, something with a little more oomph in terms of power, and perhaps with a few more features. For many Technicians, the obvious choice is a mobile rig, something that can be used to chat with fellow hams on the way to work, or to pass the time while on long road trips. Whatever your motivation is, once you buy a radio, you have to install it, and therein lie challenges galore, both electrical and mechanical.

I recently took the plunge on a mobile rig, and while the radio and antenna were an order of magnitude more expensive than $50, the process of installing it was pretty cheap. But it’s not the price of the thing that’s important in this series; rather, it’s to show that ham radio is all about doing it yourself, even when that means tearing your car apart from the inside out and rebuilding it around a radio.

Continue reading “The $50 Ham: Going Mobile”

Ham Radio Gets Embedded RTL-SDR

We usually think of the RTL-SDR as a low-cost alternative to a “real” radio, but this incredible project spearheaded by [Rodrigo Freire] shows that the two classes of devices don’t have to be mutually exclusive. After nearly 6 months of work, he’s developed and documented a method to integrate a RTL-SDR Blog V3 receiver directly into the Yaesu FT-991 transceiver.

The professional results of the hack are made possible by the fact that the FT-991 already had USB capability to begin with. More specifically, it had an internal USB hub that allowed multiple internal devices to appear to the computer as a sort of composite device.

Unfortunately, the internal USB hub only supported two devices, so the first order of business for [Rodrigo] was swapping out the original USB2512BI hub IC with a USB2514BI that offered four ports. With the swap complete, he was able to hang the RTL-SDR device right on the new chip’s pins.

Of course, that was only half of the battle. He had a nicely integrated RTL-SDR from an external standpoint, but to actually be useful, the SDR would need to tap into the radio’s signal. To do this, [Rodrigo] designed a custom PCB that pulls the IF signal from the radio, feed it into an amplifier, and ultimately pass it to the SDR. The board uses onboard switches, controlled by the GPIO ports on the RTL-SDR Blog V3, for enabling the tap and preamplifier.

In the video after the break, you can see [Rodrigo] demonstrate his modified FT-991. This actually isn’t the first time somebody has tapped into their Yaesu with a software defined radio, though this is surely the cleanest install we’ve ever seen.

Continue reading “Ham Radio Gets Embedded RTL-SDR”

The $50 Ham: Entry-Level Transceivers For Technicians

Last week , I covered the ridiculously low barriers to entry to amateur radio, both in terms of financial outlay and the process of studying for and passing the FCC examination. You’ve had seven days, so I assume that you’ve taken the plunge and are a freshly minted amateur radio operator. The next big question may be: Now what?

We briefly mentioned the image that ham radio is a rich old person’s hobby, and that reputation is somewhat deserved. For ham gear, there really is no upper limit on what you can spend. Glossy brochures and slick web pages hawk transceiver bristling with knobs and switches and loaded with the latest features, all of which will probably be obsolete within a few years when the Next Big Thing comes along and manufacturers respond with new, must-have models – looking at you, ICOM IC-7300. It’s no different than any other technology market, and enough people fall for that marketing to make it a going concern.

But thankfully, while there is no apparent ceiling on what you can spend on ham gear, there certainly is a floor, and it can be very, very low. Our $50 budget can go quite a long way to getting a new Technician on the air, if you’re willing to make some compromises and can forego the latest and greatest for a while.

Continue reading “The $50 Ham: Entry-Level Transceivers For Technicians”