amnemonic / Quansheng_UV-K5_Firmware

Quansheng UV-K5 Firmware
698 stars 131 forks source link

Tx range limited using uvmod kitchen. 18 to 1300 not possible #29

Closed marusc1 closed 1 year ago

marusc1 commented 1 year ago

I was using uvmod kitchen. My intention was to leave with with full tx range but it appeared impossible. The transmitter does not work below 50 and above 600 MHz. Is there a way to to set it to at least 18 to 1300? I tried to start with modded firmware ( 18to 1300) without enabling any tx modes and it works for some mods like mic gain and noaa freq replacing. But than the frequency ranges setting mode does not work as it checks original input ranges and reports error. What is this check done for?

Szetya commented 1 year ago

I have similar problems. :)

Szetya commented 1 year ago

Solved! TX range lower limit is stored in 0x150C (32bit), upper limit in 0x1510 (32bit). I wrote a very simple and insecure script that I don't want to share here. @amnemonic can you help me with a working script?

amnemonic commented 1 year ago

Thank you @Szetya for finding these values. I've added new script in commit 16c76a2.