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.

IWR1443: Interpreting data from the serial port

Part Number: IWR1443


Hello everyone,

I'm currently been experimenting with the TI IWR1443 and its documentation.

I'm running the board with the latest firmware for the mmWave demo (01.00.00.05),

I've been able to view the output on the web-based GUI and send commands both over the GUI and serial. However, I would prefer to analyze the data and log it in my own program. I've put together a little python program that can send configurations to the board and pick up the data from the COM port (Data). At the moment I am using the default configuration commands from the SDK and am sending data over the UART serial. I'm picking up 672-byte packets with the 8 bytes "4* Magic Words" at the start of the header.

I'm wondering if anyone at TI can provide more concise documentation for the data structure of the packets which explains how to decode them into useful information? I’m aware the existing documentation does in principle explain how to decode the data, but singe concise document detailing the packet structure would be helpful.  An example Matlab or another script which demonstrates decoding the data would be even more helpful – does one exist?

 While I'm aware that there are other ways to get data off the board, the serial port is at the moment best suited for my needs.

 

Thanks in advance for any help provided,

Best regards,

Dexter