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.

AWRL6432BOOST: MMW Demo

Part Number: AWRL6432BOOST

Hi Expert,

Good day.

I have used the visualizer tool and now I am trying to get the visualized data from the source code using CCS. I built, programmed, and executed the MMW demo source code. However, when I run the code on the AWRL6432BOOST, I just get some human non-readable results in the terminal. 

Is the data (like the 3D points and the power signal) that the visualizer shows using the MMW_demo appimage accessible from the source code?

If yes, where is it stored? If not, how can I get the datapoints that the visualizer visualizes?


Please advise

Regards,

Josel

  • Hello Josel,

    Please look at the Understanding UART Data Output Format guide within the Radar Toolbox. This describes the format of the processed data as it is written out over UART. To see where this data is packaged and sent out over UART in the source code, please look at the function MmwDemo_transmitProcessedOutput within the main file. These TLVs are what the visualizers catch and parse to display the data.

    Regards,
    Luke