8000 Make CHIRP recognize the NUNU firmware by maxibor · Pull Request #1 · kamilsss655/uvk5-chirp-driver · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Make CHIRP recognize the NUNU firmware #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ Licensed cc-by-sa-4.0

# How to use

At some point the driver will hopefully be added to official release of CHIRP.
## For the NUNU version of this firmware

Currently you can use modified version of CHIRP from [releases](https://github.com/egzumer/uvk5-chirp-driver/releases). The modified CHIRP is built from [source code](https://github.com/egzumer/chirp/tree/egzumer) 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](https://stackoverflow.com/questions/43777106/program-made-with-pyinstaller-now-seen-as-a-trojan-horse-by-avg). If you don't trust this file, then use the other method.

You can also use development version of driver [uvk5_EGZUMER.py](uvk5_egzumer.py?raw=1) (right click, "Save link as...") and load it to CHIRP manually.

> [!WARNING]
> Set the `UV-K5 (egzumer)` radio model in the CHIRP before you upload/download a configuration.
You can also use development version of the driver [uvk5_EGZUMER.py](uvk5_egzumer.py?raw=1) (right click, "Save link as...") and load it to CHIRP manually.
> [!IMPORTANT]
This driver is an extension of the UV-K5 driver that was modified to accept driver extensions. You have to use CHIRP version that was released after 01.02.2024 that contains the correct base driver.

## Loading with menu
1. go to menu `Help` and turn on `Developer mode`
Expand Down
Loading
0