Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 3.23 KB

README.md

File metadata and controls

44 lines (26 loc) · 3.23 KB

Introduction

CHIRP driver for UV-K5/K6/5R radios running Egzumer firmware

This is a modification of a driver created by:
(c) 2023 Jacek Lipkowski [email protected]

Licensed cc-by-sa-4.0

How to use

At some point the driver will hopefully be added to official release of CHIRP.

Currently you can use modified version of CHIRP from releases. The modified CHIRP is built from source code and contains the driver. It is packed using pyinstaller into one file for convinience, however some antiviruses don't like that and report it as a threat. If you don't trust this file, then use the other method.

You can also use development version of driver uvk5_EGZUMER.py (right click, "Save link as...") and load it to CHIRP manually.

Tip: If you want chirp display in a other language, you will need to change the language selected on regional settings in windows, chirp read that parameter from windows to display the language. So if you want to see chirp in english. press windows key + i, to open parameter(1), depend on what version of windows you uses and language is define, the next menu may change name, but search for Region(2), then regional format(3), in regional format, go select english. Now when you will open chirp it will display it in english. chirp not available in many language, see chirp web site to know what language is supported.

image

Loading with menu

  1. go to menu Help and turn on Developer mode
  2. Restart CHIRP
  3. Go to menu File, Load module...
  4. Choose downloaded uvk5_EGZUMER.py, new radio will appear in Quansheng section in download/upload function.

Loading with CHIRP input argument

  1. Create a shortcut to CHIRP program

  2. Edit shortcut settings, in target field add at the end --module PATH_TO_DRIVER (replace PATH_TO_DRIVER with a real path) example : "C:\Program Files (x86)\CHIRP\chirpwx.exe" --module C:\chirp_egzumer\uvk5_EGZUMER.pyadd to start shorcut

  3. Run CHIRP with the shortcut, it will automatically load the driver. when chirp start

Custom channel settings

By default CHIRP shows only default channel options, that are universal for all types radios. You can see and change custom channel settings by going to menu View and turning on Show extra fields, this will show more options in the Memories tab.

Custom firmware build options

This driver supports custom Egzumer firmware builds and detects which options have been used. Disabled options will be hidden in CHIRP. This only works if the configuration was read from a specific radio. You can use configuration files from other radios with different build options, but unsupported settings will be reset to defaults on the target radio.