DIY Programming Cable Using Arduino Uno – Baofeng UV-9R Plus

Hey Everyone, this is a simple guide on how to convert your Baofeng UV-9R (or plus) Headphone / ear piece cable into a programming cable using an Ardunio UNO as a USB Serial Converter.

[DISCLAIMER] I do not take any responsibility in any damage caused to your radio or computer, or any other property or person. Only use this guide as a reference. FOLLOW at own RISK.

This guide is based off a similar Instructable for the UV-5R, which can be found here.

The fitting required I believe was initially used by Motorola in the DP4XXX Series (However it could’ve been used else where).

You will need to also install Ardunio usb drivers (at a minimum), and also Chirp (software for programming your UHF). I found that Chirp did not work on Linux (ubuntu 20) as it was still using python2 which has since be deprecated. Recommend Windows OR Mac computer.

Initially I attempted this using a off brand Arduino NANO, however the board did not work with Chirp.

Supplies

Here are the basic items you will need:

  • 1x Baofeng UV-9R (or plus)
  • 1x Baofeng UV-9R Headphone / Ear piece cable
  • 1x Soldering Iron + solder
  • 1x Solder Wick – OPTIONAL (Highly recommended)
  • 4x male to male jumper cables
  • Ardunio UNO + USB cable
  • Windows / Mac computer (Chirp did not work on Ubuntu 20)

Step 1: Taking Apart the Head Phone / Ear Piece

Apologies i did not take photos of the cable before disassembly.

1. However, using a flat head screw driver remove the rubber cover on the ear piece connector. You should now see a gap where you can pry out the plastic cover and circuit board.

Don’t be afraid of damaging the wires as they will need to be remove anyway.

2. Once the circuit board has been removed, continue removing the cable from the connector housing. You will need to remove all the cable so that you can use the hole to insert the new wires in later steps (jumper cables in the instance).

3. You should now have the following:

  • 1x Connector housing
  • 1x Circuit board (Should have 6 pins attached)
  • 1x Pin / circuit board cover
  • 1x Connector rubber cover (this is no longer required)
  • 1x Headphone / ear piece cable (this is no longer required)

Step 2: Re-pinning Circuit Board

You should now have a circuit board with 6 pins attached. All pins will need to be remove besides 1. This one pin that will not be remove is the GND or ground pin.

You will need to remove 5 pins, it is recommended that you use a solder wick to absorb the solder when removing the pins.

Once all 5 pins have been removed you will only need to re-solder 2 pins. On the circuit board you will see two holes with the markings RXD & TXD (TXD is next to the GND pin). Using your soldering iron and solder, add the two new pins into the RXD & TXD holes.

Step 3: Soldering Jumper Cables

Now you should have a circuit board with 3 pins attached, these three pins should be RXD, TXD, GND.

Using 3 of your 4 jumper cables you will need to solder them to the pins, make sure you take note of what color jumper cables you used. Personally, I like to use black for the ground (GND) pin where possible. It is also recommended you tin the pins on the jumper cables with solder before soldering to circuit board.

Once complete, run your jumper cables through your connector housing and clip the connector shut (you may need to modify the housing if you have any clearance issues, just make sure the connector will still fit properly to your UV-9R).

My pin to jumper cable reference table:

– GND -> Black

– RXD -> Yellow

– TXD -> Green

Yours may be different so make sure you take note of what you used and adjust this guide accordingly.

How to test your connections:

1. Connect the cable to your radio

2. Using a multi-meter (set to read voltage), connect the GND jumper cable to the negative multi-meter probe, and the positive to either the RXD or TXD jumper cables (you will need to test both). Both jumper cables should be reading around 3.8v.

*make sure you use the screw to fasten the connector to the radio.

Step 4: Setting Up Arduino UNO to Connector

Now that your connector is wired up and still attaches to your radio, its time to connect it to your Arduino UNO.

Initial i did attempt this with an off brand Arduino NANO, however it did not preform as expected.

Using the pin to jumper cable color chart i made earlier, attach the cables to the UNO:

– Black -> GND

– Yellow -> RXD

– Green -> TXD

Now as we are only using the arduino as a usb serial converter, we will need to put the UNO in ‘RESET MODE’.

Using your 4th jumper cable, find the pin holes on the UNO for GND & RST / RESET. Bridging these two pins puts the UNO in reset mode (prevents any loaded code from running).

Step 5: Connecting the UNO to Your Computer & Running Chirp

Now that all our connectors are in place, and all our software has been added to our computer, it’s time to plug in our UNO for the first time.

1. Plug in the UNO to your computer (UNO should have a red light)

2. Open Chirp

3. Connect the programming cable to your UV-9R (Don’t turn the radio on yet).

4. Inside Chirp, from the top menu select Radio > Download from Radio

5. You should be prompted with a few drop downs:

– Port : [This is unique to your setup e.g. COM* ]

– Vendor: Baofeng

– Model: UV-9R (This also includes UV-9R Plus)

6. Turn the radio on, and then click OK in Chirp

Chirp should then go into ‘Cloning’ mode and then display a table of all channels that already exist on your radio

* If you are getting an error ‘An Error has occurred. Not the amount data we want’ – this usually is an issue with the cable, check make sure all your connectors are setup properly, or try a different UNO board.

*make sure you use the screw to fasten the connector to the radio.

Step 6: Programming UHF Channels

If you are using this as a UHF radio 400-500MHZ, you can now find a list of your local channels and frequencies to upload to you radio. The import / export format is CSV. I recommend first exporting a CSV from your radio and then reusing the same CSV columns when importing the new channels.

Hopefully all works out and you can now program your new radio!

Source: DIY Programming Cable Using Arduino Uno – Baofeng UV-9R Plus


About The Author

Muhammad Bilal

I am a highly skilled and motivated individual with a Master's degree in Computer Science. I have extensive experience in technical writing and a deep understanding of SEO practices.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top