Other Parts Discussed in Thread: IWR6843ISK
Hi all,
I'm trying to parse raw data from the IWR6843ISK radar using the DCA1000EVM in order to display heatmap on Matlab.
I successfully parsed the .bin generated by the DCA1000EVM_CLI_Control utility, but only in raw mode (no header, "dataLoggingMode": "raw"). I'm also able to display heatmap in real-time, reading the UDP packets when DCA1000 is configured in raw mode.
However, when I try to do the same in multi mode (data separated mode in DCA1000 JSON config file, "dataLoggingMode": "multi"), I can separate each frame on magic word 0x0CDA0ADC0CDA0ADCU but I can't figure how to seperate data for each Rx channel.
I followed instructions on chirp configuration:

- Is it possible to parse MIMO data in header (multi) mode ? Or only in raw mode ? If yes, where could I find instructions or code example to do so?
- If not, how to be sure a frame is complete in Raw mode, and how to dissociate each frame from one another?
Thanks in advance for your help.
Best,
Thibaud