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.

IWRL1432: does this module have a user code area for custom logic

Part Number: IWRL1432

i was wondering if IWR1432 provides a user code space that would allow me to develop a sensor product just with IWR1432 and an antenna attached to it..

or does it require another high speed micro controller to process the data generated by IWR1432 and to perform activities like distance measurement.

My plan is to make this a custom sensor that returns distance to a user defined protocol query via uart.

  • Hi,

    IWRL1432 has user code space to develop any application you may want. It has a Cortex M4 on which any algorithm can be run. For example, the motion and presence detection demo present in SDK 5.3 performs point cloud detection and tracking on Cortex M4. You can modify the processing chain as per your requirement and send out the necessary data over uart

    Please refer to MMWAVE_L_SDK_05_03_00_02\examples\mmw_demo\motion_and_presence_detection for the source code and MMWAVE_L_SDK_05_03_00_02\docs\MotionPresenceDetectionDemo_documentation.pdf for demo documentation

    Regards,

    Abhishek