Tool/software: Code Composer Studio
Hello,
How can I send the range, speed and other information of the targets that sent to the mmWave_Demo_Visualizer, through UART port? Is there a project to do this?
Best regards,
Amin
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.
Tool/software: Code Composer Studio
Hello,
How can I send the range, speed and other information of the targets that sent to the mmWave_Demo_Visualizer, through UART port? Is there a project to do this?
Best regards,
Amin
Hello Amin,
Currently, there is not a project to do this. However, if you view the main.c file of the mmWave demo code, you can see there is a function on line 849 called 'MmwDemo_transmitProcessedOutput'. This is the function that transmits detection data over uart. I would recommend looking at this function and the brief discussion of the function above it to understand how the device is transmitting the object data over UART.
I would also recommend looking at this document: DataStructure_table.pdf