Go to file
2023-09-11 00:02:57 +01:00
app Font and display updates 2023-09-11 00:02:57 +01:00
bsp/dp32g030 Initial commit 2023-09-09 08:03:56 +01:00
driver Font and display updates 2023-09-11 00:02:57 +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 Font and display updates 2023-09-11 00:02:57 +01:00
ui Font and display updates 2023-09-11 00:02:57 +01:00
audio.c Initial commit 2023-09-09 08:03:56 +01:00
audio.h Initial commit 2023-09-09 08:03:56 +01:00
bitmaps.c bug fix 2023-09-09 20:45:38 +01:00
bitmaps.h Initial commit 2023-09-09 08:03:56 +01:00
board.c Added extra MENU-MDF option (NAM+FRE) 2023-09-10 09:57:49 +01:00
board.h Initial commit 2023-09-09 08:03:56 +01:00
dcs.c Initial commit 2023-09-09 08:03:56 +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 Font and display updates 2023-09-11 00:02:57 +01:00
firmware.bin Font and display updates 2023-09-11 00:02:57 +01:00
firmware.ld Initial commit 2023-09-09 08:03:56 +01:00
firmware.packed.bin Font and display updates 2023-09-11 00:02:57 +01:00
font5x7.png Channel frequency can be shown with name 2023-09-10 05:49:39 +01:00
font.c Font and display updates 2023-09-11 00:02:57 +01:00
font.h clean up 2023-09-10 13:52:41 +01:00
frequencies.c Initial commit 2023-09-09 08:03:56 +01:00
frequencies.h Initial commit 2023-09-09 08:03:56 +01:00
functions.c ALARM option now removable 2023-09-09 09:01:52 +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
init.c Initial commit 2023-09-09 08:03:56 +01:00
LICENSE
main.c Fixed 200ms TX tail bug. 2023-09-10 17:57:12 +01:00
Makefile Font and display updates 2023-09-11 00:02:57 +01:00
misc.c Font and display updates 2023-09-11 00:02:57 +01:00
misc.h Font and display updates 2023-09-11 00:02:57 +01:00
printf_config.h Initial commit 2023-09-09 08:03:56 +01:00
radio.c Font and display updates 2023-09-11 00:02:57 +01:00
radio.h clean up 2023-09-10 13:52:41 +01:00
README.md Font and display updates 2023-09-11 00:02:57 +01:00
scheduler.c Fixed 200ms TX tail bug. 2023-09-10 17:57:12 +01:00
settings.c Channel menu items show channel name 2023-09-09 13:58:21 +01:00
settings.h Added extra MENU-MDF option (NAM+FRE) 2023-09-10 09:57:49 +01:00
sram-overlay.c Initial commit 2023-09-09 08:03:56 +01:00
sram-overlay.h Initial commit 2023-09-09 08:03:56 +01:00
start.S Initial commit 2023-09-09 08:03:56 +01:00
version.c Font and display updates 2023-09-11 00:02:57 +01:00
version.h Initial commit 2023-09-09 08:03:56 +01:00
win_make.bat Font and display updates 2023-09-11 00:02:57 +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

Am amazing achievement if you ask me !

User customization

This version you can customize at compile time by making various changes to the makefile. You can edit those changes by (currently) editing the MakeFile, look for these lines ..

  • CFLAGS += -DBIG_FREQ_FONT .. show frequency using big font
  • CFLAGS += -DDISABLE_NOAA .. remove NOAA channels option from the firmware
  • CFLAGS += -DDISABLE_VOICE .. remove spoken VOICES option from the firmware
  • CFLAGS += -DDISABLE_AIRCOPY .. remove AIRCOPY option
  • CFLAGS += -DKEEP_MEM_NAME .. keep the memory channels name when re-saving a channel
  • CFLAGS += -DDISABLE_ALARM .. remove the ALARM transmit option from the firmware
  • CFLAGS += -DCHAN_NAME_FREQ .. show the channel frequency (as well as channel number/name)
  • #CFLAGS += -DSINGLE_VFO_CHAN .. (not yet implemented) show a single VFO/CHANNEL if dual-watch/cross-band are disabled
  • #CFLAGS += -DBAND_SCOPE .. (not yet implemented) show a band scope (spectrum/panadapter)

To enable the custom option just uncomment the line by removing the starting '#'.

Other changes made

  • Various bugs fixed that the QS firmware had (TX tail, Menu confimation etc)
  • Battery voltage boot screen now includes the percentage (as well as voltage)
  • Slightly less intense menu style
  • AM RX now allowed everywhere, although the radio really doesn't do AM, the adverts are a con !
  • Finer RSSI bar steps
  • Nicer big font than original big font (frequency mode)
  • "MEM-CH" and "DEL-CH" menus now include channel name
  • "STEP" menu, added 1.25kHz option, removed 5kHz option
  • "TXP" menu, renamed to "TX-PWR"
  • "SAVE" menu, renamed to "B-SAVE"
  • "WX" menu, renamed to "CROS-B" - 'WX' normally means weather here in the UK
  • "ABR" menu, renamed to "BAK-LT", shows extended backlight times, now has always ON option
  • "SCR" menu, renamed to "SCRAM"
  • "MIC" menu, shows mic gain in dB's, now includes the max mic gain possible (+15.5dB)
  • "VOL" menu, renamed to "BATVOL", shows voltage and percentage
  • "AM" menu, renamed to "MODE", shows modulation mode

Menu renames are to try and reduce 'WTF does that do/mean ?'

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

You can also easily compile this in windows (will add an example shortly) meaning you no longer have to install a linux VM on Windows.

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.