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.

AWR1843AOP: Why does Event Monitor Tab is not appearing on mmWave Studio 2.1.1.0

Part Number: AWR1843AOP

I am trying to capture data using AWR1843AOP.  On mmwave studio 2.1.1.0 I would like to have the sensor temperature information. But software is not showing Event Monitor tab as it is appearing on user guide document.

 Attached are the screen shot of mmWave Studio 2.1.1.0 and a screen shot from document.

Any help how to find the information on mmWave Studio 2.1.1.0.

  • Hi Fazal,

    Let me check with this with the team and get back to you in 1 day's time.

    Regards,

    Kaushik

  • Hi Fazal,

    As you have mentioned, this event monitor tab does not co-relate with what is available on the Studio. I am still checking regarding this internally. Please allow me another week's time as the person who worked on this is currently on vacation. Regret the delay.

    Regards,

    Kaushik

  • Looks like this tab is missing in this Studio version.

    Optionally you can use LUA command to get the same data from the device.

    Run these in the LUA shell to get the same output as above screen.

    ar1.gpadcMeasurement(0, 0, 4, 0,0)
    ar1.SetTemperatureReportConfig(0)

    For detail of these APIs, run 'help ar1.gpadcMeasurement' or  'help ar1.SetTemperatureReportConfig'

    .

    Regards,

    Jitendra