I am using the QM35 DK-05 UWB radar kit and I noticed a discrepancy between the protocol document and the SDK Python demo configuration. When I try SP3, I often see “NULL taps” in the CIR (some taps drop to extremely small amplitude while adjacent taps remain strong). I’m hoping you can help confirm the intended default and explain the behavior.
What the documentation says
In QM35 DK-05 UWB Radar Protocol, Page 6, RframeConfig is described as default 0x03 (SP3).
B) Raspberry Pi radar board (Cherry API, default SDK behavior)
Using the Cherry API implementation on Raspberry Pi (no modifications, following the user manual to collect CIR), I also observe similar “NULL taps” in the CIR waterfall.
I have been able to verify the issue and confim the Null taps with the SP3 configuration. I have raised an internal ticket to root cause the issue and will follow up with an update after the RCA.
There is an error in the documentation. SDK default is SP0 whereas the documenation says SP3.
2 & 3 we will follow up.
I’ve run into the same issue as you. Right now, I’m trying to change the RframeConfig for the radar mode on my Raspberry Pi to SP0, but my attempts haven’t worked so far.
Could you give me some guidance on how to make this change successfully?
With your guidance, I was able to successfully complete the modification, and the CIR plot has now returned to normal. Thank you very much for your patient and professional support