Tool/software: Code Composer Studio
I recently bought an IWR1843BOOST board, and I would like to receive raw point cloud data over USB. By raw point cloud, I mean individual xyz coordinates each with depth and speed information in the entire field of vision of the mmwave radar. I have tried the demo visualizer, however, the demo doesn't output this information. The demo goes one step beyond my simple need for querying the raw data. The demo can detect objects or show a range-doppler map but I'm only interested in the raw points. I have looked at similar posts none of which have pointed me to any of these things:
- Sample code that would allow me to send this point cloud data over UART/USB
- An explanation on how I would go about retrieving the point cloud data and sending it over USB on my own
Any help regarding those two items or any additional resources would be much appreciated.