I wrote this tutorial because, while discussing the creation of a homemade APRS repeater in our local HAM group, I mentioned that it was possible to create a low-cost APRS transceiver using just a few audio cables and a QSI K5 computer program. When I encountered problems trying to source the necessary audio cables, I decided to make them myself, which led to the creation of this tutorial.
Materials needed:
- A 2.5mm three-core audio interface cable
- A 3.5mm three-core audio interface cable
- A 3.5mm four-core audio interface cable
- Switches (any switches, for controlling PTT)
- Insulating tape or heat shrink tubing
Since I am using the Qiansheng UV-K5 handheld unit, this tutorial will use it as an example. For other K-head units, please follow the wiring instructions specific to your unit's brand.
Since the Qiansheng K-head definition and the Jianwu K-head are identical, let's first look at the Jianwu K-head interface definition in the following diagram:Just focus on the left side; the entire image demonstrates how to make a coaxial cable. If you need to create a K-connector for your coaxial cable, you can follow this diagram for wiring. This is unrelated to the text.):

The 3.5mm audio interface is used for microphone input and output, while the 2.5mm audio interface is used for speaker input and output.
Fundamentally speaking, what Qishan refers to as a "K-head interface" consists of 3.5mm and 2.5mm audio connectors.

Next, begin connecting the wires:
- First, connect the three red, white, and black wires of the 3.5mm tri-core audio cable to the corresponding colored 3.5mm four-core audio interface.
- Connect the red wire from the 2.5mm three-core audio cable to the red wire on the 3.5mm four-core audio connector cable.
- Now for the important part: connect the white core of the 2.5mm three-core audio cable to the green core of the 3.5mm four-core audio cable.
(Explanation: The green cable is the MIC signal input line. When connected to the white line of the speaker interface, it's equivalent to transmitting audio from the handheld device through the MIC line into the computer. For HAM radio operators, this principle is similar to a repeater where the uplink frequency is the same as the downlink frequency.)
- Connect the black center wire from the 2.5mm three-core audio cable and the black center wire from the 3.5mm four-core audio cable to your switch.
(Explanation: According to the definition of "K" in the diagram above, the black core wire of the 2.5mm audio cable is GND (ground), which is also used for controlling the PTT (Push-to-Talk) transmission on the handheld radio. Specifically, when the ground wire is always connected, the radio starts transmitting; when it is disconnected, the radio stops transmitting. To prevent the radio from continuously transmitting, a switch must be used to control it.)
- Wrap each cable bundle with insulating tape or heat shrink tubing to complete the task.
This DIY audio cable allows you to use your radio to receive wireless signals and then input them into a computer for processing. Additionally, it enables you to take audio files from your computer and transmit them wirelessly using the radio.Please comply with all relevant laws and regulations regarding radio management!)
Q&A
What can I do with this string/rope?
Many things, including NOAA weather data reception and decoding, APRS signal reception and transmission, AFSK signal reception and transmission, FM timed content transmission...
I've added a switch. How can I implement automatic computer startup?
You can use a single microcontroller and connect two ground wires to the GPIO pins, and program it to communicate with a computer and perform automatic control.
This sounds like a hassle. Is there an easier way to do this?
Find a development board with a modern operating system, such as a Raspberry Pi, and then purchase an additional 3.5mm USB sound card. Connect the ground wire to the GPIO pins, create your own cable to connect to the sound card, and insert the sound card into the USB port of the development board.
I bought a USB sound card with two 3.5mm ports – one for a microphone and one for speakers. What should I do?
In this case, it's even simpler; you don't even need to do any DIY wiring.
You will need to prepare the following materials:
- A 2.5mm male to 3.5mm male, 3-core audio cable.
- A 3.5mm male-to-3.5mm male, three-core audio cable.
Operation:
- Insert a 2.5mm male to 3.5mm male, three-core audio cable into the microphone jack of the sound card.
- Insert a 3.5mm male-to-3.5mm male, three-core audio cable into the speaker jack of the sound card.
- Two lines connect the K-port of the handset.
- Done.
73