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.

CCS/AWR1642BOOST: Getting the temperature data from AWR1642

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: AWR1642

Tool/software: Code Composer Studio

Dear support team

I found that AWR1642 has a temperature sensor.

Could you tell me how to get the temperature form the temperature sensor and provide a demo about this?

Regards

Roger

  • Hi Roger,
    You can use 'rlRfGetTemperatureReport' API of mmWaveLink (rl_sensor.c) to get the device temperature where received data will be in the format of a rlRfTempData structure.

    You can integrate this API in the mmWaveLink test application.
    Note- You will the difference in temperature data only if the device heats up by 10 degrees. And try to invoke this API at a 1-second interval to get the effective output result.


    Regards,
    Jitendra