-
Notifications
You must be signed in to change notification settings - Fork 36
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
Cannot read data from new Quansheng UV-K5(8) radio #27
Comments
After several attempts. I tried to enter to flash mode (power with pressed TX) and then tried again but after some attempts it stopped to respond on Now I got this:
The radio works, but no way to read it with k5prog... My old radio (bought before new year) works ok:
Both radio has the same version printed on PCB: R51-V1.6 ZH18. Any idea what is wrong with new UV-K5(8) radio? |
just wrote my own implementation of protocol to read/write eeprom. Carefully analyzed logs from first connection. It appears that the new UV-K5 just worked as echo feedback, there is no sign of response on protocol requests. The radio just don't respond at all when radio is powered in usual mode. But when I enter into flashing mode, it sends flasher message:
Official software also cannot connect. Official flasher can see flashing mode, but fails to upload firmware. I suspect it can send data to PC, but cannot receive data from PC. Any idea how to check it? |
the issue happens because RX UART line on UV-K5 radio don't works for some unknown reason and the radio is unable to listen communication requests from PC. |
Hi @qrp73 , did you have any luck with this new version? |
if it sends bootloader beacon packet, but don't respond on requests, the radio is defective, RX line on radio UART just don't works. It maybe due to bad connector, or due to broken chip. You can try my all-in-one tool for UV-K5 radio - K5TOOL, it has more detailed logging and allows read/write eeprom, write flash, pack and unpack firmware, and some more: |
I have two UV-K5(8), the first one was ordered before new year (2024) and k5prog can read it ok.
The second one I ordered two weeks ago and it looks exactly the same, but k5prog cannot read it.
Both are ordered from the same seller on aliexpress.
Here is the log from the second radio:
it reads incorrect k5_eeprom.raw which consists some repeating pattern:
Any idea what is wrong? How to fix it?
The text was updated successfully, but these errors were encountered: