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.

Compiler/AWR1642BOOST: Sensors forum

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: AWR1642

Tool/software: TI C/C++ Compiler

I am using MATLAB and want to get a timestamp every time the awr1642 detects the object and starts the sensor. What should I do?

  • Hi,
    Most of AWR1642 demo send data over UART and that is emulated to PC over USB COM port.
    So using Matlab you can read those UART data (containing object results including stat data:timestamp).
    If you consider AWR1642 mmw demo which sends stats data containing timestamp wrt to frame, please follow this document which explains about object result data format.
    e2e.ti.com/.../mmw-Demo-Data-Structure_5F00_8_5F00_16.pdf

    And for Matlab COM port and reading UART data, you can refer any of TI-Rex application which provides Matlab based GUI (e.g. VItal sign).

    Regards,
    Jitendra