Tool/software:
Hi friends, I have flashed the low power presence detection image in my IWRL6432AOPEVM and used the PresenceDetect.cfg profile from the sdk examples. I am getting 4 TLVs and I have processed them by implementing the toolbox's visualizer's python code you recommended. The First TLV gives the data of ext point cloud which contains the value of x, y, z, doppler, snr and noise, where I think y data is related to the front face of the radar, please correct me if I am wrong.
The other three TLV's are Minor Range Bins, MSG EXT STATS and Enhanced Presence Detection. My questions are mentioned below.
- I am getting 256 4bytes data of range bins I do not know how to find the distance data from these 256 bytes. Can I identify the big object in front of the radar such as a vehicle(this is my use case) or human out of the multiple detected objects?
- I am getting 4 bytes of 00 and 01 for the Enhanced Presence Detection I do not know how to understand this as well.
Thank You.