Replies: 1 comment 7 replies
-
Hi there, The infamous USB-C charging question... :) Let’s try to clear things up. First important point: USB-C charging on the Quansheng K5 is entirely handled by hardware, not software. The firmware does not manage the charging process, nor does it control the blue LED. You mentioned that Another thing worth noting: if the battery is already well charged (say, above 70–75%), it’s possible that the charging circuit just doesn’t activate. This might be a kind of hardware protection or "eco" ♻️ behavior, but in any case, it’s not something the firmware can override. As a side note, keep in mind that the official documentation describes USB-C charging as more of an emergency feature 🚨 — something to help you out when the battery is completely dead. It’s not intended for regular or "comfortable" charging. Lastly, it’s important to understand that the K5's USB-C port does not implement the USB Power Delivery (PD) standard. It simply expects a source that provides a dumb 5V supply. If you plug the K5 into a "smart" USB-C charger that waits for a PD negotiation before supplying current, nothing will happen: the K5 won’t talk, it doesn’t support PD, and so no power will be delivered. Result: no charging, no LED, nothing. To sum up:
This behavior may vary across PCB revisions. 73' Armel, F4HWN |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an UV-K5(8) and I'm looking to understand how charging detection works in the firmware.
Currently, my device won't show anything on screen when charging by using the USB port.
It charges just fine, blue led will lit, but software won't react or detect anything.
I tried debug anything related with ENABLE_SHOW_CHARGE_LEVEL, ENABLE_FEAT_F4HWN_CHARGING_C, gChargingWithTypeC and anything else I could find that could be related with charging.
Also, ADC_GetValue(ADC_CH9) , always return 0, what makes me think the hardware is not properly wired. I don't know if the firmware just don't support USB power detection or if it's a hardware problem.
Do you know if it's a software bug, hardware limitation or if it's just a hardware fault on my side?
Does the charging detection by software works in your device?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions