Close
0%
0%

Yaesu - Baofeng/Kenwood converter

Use Baofeng accessories on Yaesu handheld radios and vice versa, includes programming & TNC connection

Similar projects worth following
A Yaesu FT-65 is an upgrade to the cheaper Baofeng UV-5R. Unfortunately, the choice of accessories for the FT-65 is limited, while there are plenty of accessories available for the Baofeng HTs.
This project provides an interface to connect Baofeng accessories to a Yaesu HT or connect Yaesu accessories to Baofeng HTs if you'd like.
---
2024 update : instead of creating interfaces for all the custom radios and cable types, OHIS interface will be used instead.
Checkout my "ohis-radio-interface" Hackaday.io project for more info.

For programming your HT without having to build anything, you could buy the cables recommended by hams.  I ended up buying a cable on AliExpress with a Prolific PL2303-chip (so says linux).  Unfortunately it doesn't program the Yaesu FT-65.

Luckily the fix is quite easy:

Disconnect red wire. Short TX-pad to RX-pad and leave white wire connected.

Once you have done this, keep in mind that your cable will no longer work for most other radios.

Other interesting projects:

BRD200226_R2.pdf

Design data revision R2 : schematic, assembly drawing, BoM

Adobe Portable Document Format - 110.35 kB - 05/21/2021 at 18:00

Preview
Download

BRD200226_R1.pdf

Design data revision R1 : schematic, assembly drawing, BoM

Adobe Portable Document Format - 108.99 kB - 05/17/2020 at 18:22

Preview
Download

  • 1 × Tensility 10-02130 Cable Stereo (3 Conductor, TRS) Phone Plug, 2.5mm, Right Angle To Phone Plug, 2.5mm, Right Angle 6.0' (1.83m)
  • 1 × Adafruit 4069 Cable Stereo Phone Plug, 3.5mm (1/8") To Phone Plug, 3.5mm (1/8") 3.3' (1.00m)

  • Circuit explanation

    Christoph Tack06/01/2021 at 18:39 0 comments

    Programming connection

    The programming includes a latch-up protection.  This protects your radio in case you connect a powered programming cable while your radio is off.  This protection might not be necessary, but it doesn't add much to the cost.  In the least, it serves as a demo how to protect devices in cases where it's needed.

    Kenwood/Baofeng programming connection

    The Kenwood plug has a separate RX and TX-signal.  The FTDI cable sends data to the Kenwood using the FTDI_TX signal.  On the Kenwood side, this is pulled up to 5V using R2.  D5 prevents latchup on the Kenwood RX-pin (B_TT/RX).
    When the Kenwood sends data back to the FTDI-chip.  It uses the B_TX-signal.  When B_TX goes low, the FTDI_RX pin goes low as well.  Q1 prevents latchup on the B_TX-signal.

    Yaesu connection

    For the Yaesu FT-65, the RX and TX share a common Y_TRX signal.  This signal is pulled up internally in the radio.  The FTDI can send data to the Yaesu by pulling FTDI_TX low.  Diode D1 prevents latchup.

    When the radio wants to send back data to the FTDI, it pulls Y_TRX.  D1 prevents the FTDI_TX output of the FTDI from being pulled down.  When Y_TRX goes low, Q2 assures that FTDI_RX goes low as well.  For Q2 to work properly, its gate should be tied to 3V3.  Unfortunately, the Yaesu radio doesn't provide a low impedance voltage source output.  The Y_TRX is used here to charge C1 to 3V3.

    Audio connection

    Yaesu audio output

    The Yaesu's audio output signal is Y_SPK+ is connected to the speaker in the Kenwood headset through resistor R7.

    This audio signal is also sent to the TNC connection.  A voltage divider is added here to limit the signal amplitude.  R1 and R2 might still need further tuning.

    Yaesu audio input

    The Kenwood has a dedicated PTT-pin, while the Yaesu shares that pin with the microphone input.  When the PTT-button on the Kenwood headset is pushed, B_PTT/RX will be low.  Q3 will start to conduct and the Kenwood headset's microphone (about 1Kohm) will be connected to the Y_MIC pin.  The Yaesu senses this low impedance on its MIC-input and will switch to transmit mode.  R4 is 100Kohm to avoid excessively loading the microphone input of the Yaesu radio.

    For the TNC connection, the PC sends audio on its left audio output, which is capacitively coupled to the Yaesu microphone input.  To put the radio in transmit mode, the FTDI_/RTS-pin needs to be pulled low.

  • Revision R2

    Christoph Tack05/29/2021 at 09:55 0 comments

    Functionality

    1. ✓Microphone input : tested with RSP1A
    2. ✓Speaker : tested by tuning to FM broadcast band
    3. ✓Programming : tested with Chirp
    4. TNC connection :
      1. ✓PC receiving audio : correct volume setting of the radio is crucial.  Use audacity to tune the volume knob to avoid over-steering the laptop's audio input.
      2. ✓PC sending audio : PC volume must be adjusted here as well.
      3. ✓Pulling CN6.5 to GND enables the transmitter

    So all functionality works as expected!

  • Board bring up & review R1

    Christoph Tack06/29/2020 at 19:53 0 comments

    Let's mention the stupid mistakes first:

    1. In the schematic, CN2 & CN3 are labeled as Yaesu interface, which is correct.  On the PCB layout however, these connectors are incorrectly labeled as Baofeng interface.
    2. The distance between CN2 & CN3 should be 7.62mm, not 12mm as it is now.

    With that out of the way, we can continue with what has been tested:

    1. Sound output from handheld to Baofeng compatible headset
    2. PTT : didn't work out-of-the-box.  Some patching needed.
    3. Mic-input: patching needed here as well.
    4. TNC-connection
      1. Recording audio output from HT with Audacity on Linux laptop.
      2. Sending audio from laptop to HT (patch needed).
      3. Next revision will have PTT-connected to RTS of the UART-interface as an option.
    5. Programming cable functionality of the Yaesu interface works correctly using:
      1. Yaesu FT65-E radio
      2. CHIRP daily-20200622 software
      3. FTDI TTL-232R-3V3-WE UART-cable
      4. Tensility 10-02130 2.5mm audio jack cable
    Parameters successfully downloaded from FT-65

    Inter distance Baofeng connectors

    After receiving the Baofeng earbud, I noticed that the center distance of the Baofeng connectors is not 12mm as stated on the internet.  My earbud cable only had 10.8mm, while the clone cable only had 11.3mm.  So I guess 11mm will be closer to the truth.

    Orientation Baofeng / Yaesu connectors

    To be able to convert from one radio to the other, it must be possible to connect the Baofeng and the Yaesu connectors simultaneously.

  • TNC Connection

    Christoph Tack05/02/2020 at 18:28 0 comments

    Chirp

    The go-to tool for configuring your radio from the PC.

    Don't use the Chirp from your standard Linux distro, it's likely to be some 3 year old version.  Install from another ppa.

    TRRS connection on Android phones and Lenovo Thinkpad L580

    1. TIP : left audio (30 to 40ohm to ground)
    2. RING1 : right audio (30 to 40ohm to ground)
    3. RING2 : ground
    4. SLEEVE : microphone
      1. sometimes there's a switch to ground in parallel with the mic.
      2. In case of a Samsung headset, there's a "100ohm resistor in series with a switch to gnd" connected to this pin.

    Aprsdroid

    Reference

  • Kenwood/Baofeng pinout

    Christoph Tack04/21/2020 at 19:07 0 comments

    Referencesenter image description here

    Earpiece from AliExpress works on Kenwood TK-3201T.
    Ham.stackexchange.com

  • Yaesu FT-65 pinout

    Christoph Tack04/20/2020 at 19:07 0 comments

    Moved info to github.

  • Connector selection

    Christoph Tack04/19/2020 at 10:23 0 comments

    Audio jacks

    The center to center distance of the audio plugs on the the Yaesu is only 0.3".  So narrow audio jacks must be selected.  Through hole is preferred.  These connectors are likely to be more sturdy and narrower than their SMD counterparts.

    2.5mm audio jacks

    Digikey selection

    SJ1-2503A :5mm wide, center 2.5mm above PCB

    3.5mm audio jacks

    Digikey selection

    STX-3501-3N : 6mm wide, center 2.5mm above PCB

    Audio cable assemblies

    You should be very carefully about what cable assemblies you buy for this.  The connectors on the Yaesu are very close to each other, you'll never be able to plug in two standard cables.

View all 7 project logs

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates