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.

AWR1642BOOST: Real-Time Streaming of Radar Scatter Points

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: AWR1642

Hi TI Support, I would like to stream the scatter points of the radar in real-time over to a mini computer board.

I understand that a continuous live stream is not implementable directly from the configuration nor from the Demo Visualiser, and that raw ADC data stream will be relatively slow over UART. I believe that the binary file is prepared on the AWR1642 with all the relevant TLVs we need, and then the binary file is transferred over UART to our computers, please correct me if I am wrong.

Therefore, it seems the most efficient way to read a "live stream" of the radar's point cloud for, say, 1 second, and then to save that as the binary file (or overwrite the previous one) to our mini computer, and then we have a python code, which we wrote and will share it here, to read the binary DAT file (http://pythonfiddle.com/awr1642-spatial-map/