This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am using out of box demo in IWR1642 EVM.
I want to plot heat map from data received from sensor in our C++ based application.
Currently I am able to parse "Azimuth Heat TLV" from serial port data received from EVM.
Can you please suggest how can I use this data to plot heat map?
Best Regards
Vikas
Hi Vikas,
From the Out of Box Demo documentation - mmwave_sdk\packages\ti\demo\xwr16xx\mmw\docs\doxygen\html\index.html, you can see the data format of the bytes that you have received. If you view the mmWave Demo Visualizer Source, please see mmWave.js, line 2775 to see how the heat map data is processed.
Essentially, there are x major steps:
Regards,
Justin