Go to file
2023-09-20 14:23:14 +01:00
app Restored keep channel name when (re)saving a channel 2023-09-20 14:23:14 +01:00
bsp/dp32g030 Initial commit 2023-09-09 08:03:56 +01:00
driver Fixed LAST_CHANNEL compile problem (missing comma) 2023-09-20 09:44:17 +01:00
external Initial commit 2023-09-09 08:03:56 +01:00
hardware/dp32g030 Initial commit 2023-09-09 08:03:56 +01:00
helper Fix big freq digits moving 1 pixel to the right + added chan name edit menu 2023-09-20 08:29:11 +01:00
ui Backlight improvement when set to off 2023-09-20 13:01:08 +01:00
audio.c More counter renames + dual watch active indicator 2023-09-18 08:30:24 +01:00
audio.h More counter renames + dual watch active indicator 2023-09-18 08:30:24 +01:00
bitmaps.c Battery volt/percent now has menu setting instead of compile option 2023-09-19 20:04:02 +01:00
bitmaps.h Battery volt/percent now has menu setting instead of compile option 2023-09-19 20:04:02 +01:00
board.c Fix big freq digits moving 1 pixel to the right + added chan name edit menu 2023-09-20 08:29:11 +01:00
board.h Fix big freq digits moving 1 pixel to the right + added chan name edit menu 2023-09-20 08:29:11 +01:00
dcs.c CTCSS tail define renamed 2023-09-14 12:02:47 +01:00
dcs.h Fixed 200ms TX tail bug. 2023-09-10 17:57:12 +01:00
dp32g030.cfg Initial commit 2023-09-09 08:03:56 +01:00
firmware Restored keep channel name when (re)saving a channel 2023-09-20 14:23:14 +01:00
firmware.bin Restored keep channel name when (re)saving a channel 2023-09-20 14:23:14 +01:00
firmware.ld Initial commit 2023-09-09 08:03:56 +01:00
firmware.packed.bin Restored keep channel name when (re)saving a channel 2023-09-20 14:23:14 +01:00
font.c Small font complete 2023-09-16 14:53:55 +01:00
font.h Small font complete 2023-09-16 14:53:55 +01:00
frequencies.c Fix big freq digits moving 1 pixel to the right + added chan name edit menu 2023-09-20 08:29:11 +01:00
frequencies.h Missing 8.33kHz step 2023-09-15 15:53:37 +01:00
functions.c 1 sec status bar update rate is volt/percent is enabled 2023-09-19 10:23:50 +01:00
functions.h Fixed 200ms TX tail bug. 2023-09-10 17:57:12 +01:00
fw-pack.py Initial commit 2023-09-09 08:03:56 +01:00
image1.png image1.png 2023-09-16 10:11:15 +01:00
image2.png README.md 2023-09-16 10:08:39 +01:00
image3.png README.md 2023-09-16 10:08:39 +01:00
init.c Initial commit 2023-09-09 08:03:56 +01:00
LICENSE Initial commit 2023-09-09 07:44:13 +01:00
main.c Added TX Enable hidden menu item 2023-09-19 09:16:57 +01:00
Makefile Battery volt/percent now has menu setting instead of compile option 2023-09-19 20:04:02 +01:00
misc.c Fix big freq digits moving 1 pixel to the right + added chan name edit menu 2023-09-20 08:29:11 +01:00
misc.h Fixed LAST_CHANNEL compile problem (missing comma) 2023-09-20 09:44:17 +01:00
printf_config.h Removed floating point stuff 2023-09-13 02:01:35 +01:00
radio.c Fix big freq digits moving 1 pixel to the right + added chan name edit menu 2023-09-20 08:29:11 +01:00
radio.h Compander setting now saved into each channel 2023-09-19 17:30:12 +01:00
README.md Battery volt/percent now has menu setting instead of compile option 2023-09-19 20:04:02 +01:00
scheduler.c I broke power/battery save .. now fixed 2023-09-18 21:18:00 +01:00
settings.c Restored keep channel name when (re)saving a channel 2023-09-20 14:23:14 +01:00
settings.h Compander setting now saved into each channel 2023-09-19 17:30:12 +01:00
sram-overlay.c README.md 2023-09-16 07:55:09 +01:00
sram-overlay.h Initial commit 2023-09-09 08:03:56 +01:00
start.S Overlay stuff 2023-09-16 07:08:18 +01:00
version.c Fix big freq digits moving 1 pixel to the right + added chan name edit menu 2023-09-20 08:29:11 +01:00
version.h PTT release denoise update 2023-09-13 09:20:09 +01:00
win_make.bat Fix big freq digits moving 1 pixel to the right + added chan name edit menu 2023-09-20 08:29:11 +01:00

Open reimplementation of the Quan Sheng UV-K5 v2.1.27 firmware

This repository is a cloned and customized version of DualTachyon's open firmware found here ..

https://github.com/DualTachyon/uv-k5-firmware

A cool achievement

User customization

You can customize the firmware by enabling/disabling various compile options. You'll find the options at the top of "Makefile" ('0' = disable, '1' = enable) ..

ENABLE_SWD                    := 0       only needed if using CPU's SWD port (debugging/programming)
ENABLE_OVERLAY                := 1       cpu FLASH stuff
ENABLE_UART                   := 1       without this you can't configure radio via PC
ENABLE_AIRCOPY                := 0       easier to just enter frequency
ENABLE_FMRADIO                := 0       WBFM VHF band 2 RX
ENABLE_NOAA                   := 0       Everything NOAA
ENABLE_VOICE                  := 0       want to hear voices ?
ENABLE_ALARM                  := 0       TX alarms
ENABLE_BIG_FREQ               := 0       big font frequencies
ENABLE_KEEP_MEM_NAME          := 1       maintain channel name when (re)saving memory channel
ENABLE_WIDE_RX                := 1       full 18MHz to 1300MHz RX (though frontend not tuned over full range)
ENABLE_TX_WHEN_AM             := 0       allow TX (always FM) when RX is set to AM
ENABLE_CTCSS_TAIL_PHASE_SHIFT := 1       standard CTCSS tail phase shift rather than QS's own 55Hz tone method
ENABLE_MAIN_KEY_HOLD          := 1       initial F-key press not needed, instead hold down keys 0-9 to access the functions
ENABLE_BOOT_BEEPS             := 0       give user audio feedback on volume knob position at boot-up
ENABLE_COMPANDER              := 1       compander option (per channel)
ENABLE_SHOW_CHARGE_LEVEL      := 1       show the charge level when the radio is on charge 
ENABLE_REVERSE_BAT_SYMBOL     := 1       mirror the battery symbol on the status bar (+ pole on the right)
#ENABLE_SINGLE_VFO_CHAN       := 1       not yet implemented - single VFO on display when possible
#ENABLE_BAND_SCOPE            := 1       not yet implemented - spectrum/pan-adapter

Some other changes made

  • Various Quansheng firmware bugs fixed
  • Added new bugs
  • Finer RSSI bar steps
  • Mic menu includes max gain possible
  • AM RX everywhere
  • Better backlight times (inc always on)
  • Nicer/cleaner big numeric font than original Quansheng big numeric font
  • Live DTMF decoder option, though the decoder needs some coeff tuning changes to decode other radios it seems
  • Various menu re-wordings (trying to reduce 'WTH does that mean ?')
  • Extra menu items (including hidden ones)
  • plus others

Compiler

arm-none-eabi GCC version 10.3.1 is recommended, which is the current version on Ubuntu 22.04.03 LTS. Other versions may generate a flash file that is too big. You can get an appropriate version from: https://developer.arm.com/downloads/-/gnu-rm

Building

To build the firmware, you need to fetch the submodules and then run make:

git submodule update --init --recursive --depth=1
make

To compile directly in windows without the need of a linux virtual machine:

1. Download and install "gcc-arm-none-eabi-10.3-2021.10-win32.exe" from https://developer.arm.com/downloads/-/gnu-rm
2. Download and install "gnu_make-3.81.exe" from https://gnuwin32.sourceforge.net/packages/make.htm
3. You may (or may not) need to reboot your PC after installing the above

Then you can run 'win_make.bat' from the directory you saved this source code too. You may need to edit the bat file (path to make.exe) depending on where you installed the above two packages too.

I've left some notes in the win_make.bat file to maybe help with stuff.

Credits

Many thanks to various people on Telegram for putting up with me during this effort and helping:

License

Copyright 2023 Dual Tachyon https://github.com/DualTachyon

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Example changes/updates