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.

IWR1642BOOST: Usage of MMW Demo

Part Number: IWR1642BOOST

Hi all,

Rookie doubt. I am using the EVM for just object detection, which is available as part of the mmw demo. Since my application only requires the list of objects detected to be transferred to an external mcu, is there a way to do that by flashing just the demo binary and proceeding with that? Or do I need to code it all from scratch?

Can anyone provide an example of the implementation on the MSS and DSS for the above application?

Thank you.

  • Hello Shantanu,

    To do this I would recommend consulting the SDK doxygen document for the mmWave Demo found at C:\ti\mmwave_sdk_01_00_00_05\packages\ti\demo\xwr16xx\mmw\docs\doxygen\html. 

    The document should be titled "index.html".

    In this document you can find the structure of the output data sent to the host which contains the number of detected objects and the list of the detected objects. 

    As an example, you can look at the MSS and DSS for the mmWave Demo provided in the SDK.

    Regards,

    Adrian

  • Thanks!
    Another question: is there any way to dump the object list and corresponding attributes in a text file or something similar?
  • Hello Shantanu,

    We do not have any code that can do that. You would have to create the code for that yourself.

    Regards,

    Adrian