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.

IWR6843AOP: How to convert creating .bin file to .csv file in 3D people counting demo

Part Number: IWR6843AOP

Hi community member,

I tested saving the data in 3D people count demo as following reference.

I could save the data as bin file.
But I would like to convert to csv file because I cannot read and understand in bin file.

Please let me know how to convert bin file to csv file.

Best regards.

Cruijff

  • Hello,

    You will need to parse the saved .bin file according to the data format explained in the demo user guide, and save the read data in .csv or other format. We do not have a script available but you can refer to and adapt the parser function in oob_parser.py to read its input from the saved .bin file (instead of UART) and save it as .csv.

    Regards

    -Nitin