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.

IWR6843AOPEVM: Request for Fall Detection Code Modification and Compilation Instructions.

Part Number: IWR6843AOPEVM

Hello

We are receiving UART logs in binary format (BIN). How can we read them?

Photo has been attached bellow.

https://drive.google.com/file/d/1GboKRHVxROlh77moAIpKwFjQ5p6AQJrE/view?usp=drive_link

Thanks & regards

  • Hello.

    The data from the devices are formatted in a Type, Length, Value format.  You can look at our guide on this output format and utilize a python script to read through these values.  A good starting point for writing this script is the industrial visualizer, as it has to do this parsing to be able to understand the data coming from the device before displaying it.  The visualizer is found in the <toolbox_install_location>/tools/visualizers/Industrial_Visualizer.

    Sincerely,

    Santosh