Other Parts Discussed in Thread: MMWAVEICBOOST,
Hi TI Team,
We are using Area scanner zone application on IWR6843ISK + MMWAVEICBOOST. We are getting pointcloud and SNR etc information in the TLV's received from device. Sometimes we are observing exception in parsing the TLV header for few frames, so that frame is getting missed. But it has been observed , that exception is being received frequently and lot of frames(Data) are missing.
Currently in configuration frame period is 100ms (10 frames per second)
eg. Getting this print from parsing application we wrote with reference to oob_parser.py from visualiser codebase from SDK.
Exeption at tlvHeader unpack requires a bytes object of length 8
print('read fail: not enough data')
Exception in parseStaticDetectedObj unpack requires a bytes object of length 16
failed to get pointcloud
I tried to reproduce the issue but could not find exact scenario.
1. May i learn what is the root cause of getting exception for receiving data?
2. Is it because of wrong TLV's received from RADAR ?
3. Which factor is causing this issue frequently ?
4. How we can resolve it?
5. Do we need to change anything in config file?
Please clarify my queries.
Thanks
Shraddha