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: How to obtain the temperature of AWR1843BOOST

Part Number: AWR1843AOP

Hi

  I get data from demo mmwave in sdk 3.5, but I could not find when tlv.type==9(MMWDEMO_UART_MSG_TEMPERATURE_STATS) the codes in matlab gui. 

 these are the data which is tlv.type==9:

'0000000025c60500420043004400430043004300450043003b003b00'

how to parse the data?

Thank you

  • Hi,

    Hi in order to parse the temperature data it is helpful to understand how the data is formatted

    In, "C:\ti\mmwave_sdk_03_05_00_04\packages\ti\demo\xwr18xx\mmw\mss\mss_main.c" please see "MmwDemo_temperatureStats" defined in "C:\ti\mmwave_sdk_03_05_00_04\packages\ti\demo\xwr16xx\mmw\mss\mmw_mss.h"

    This references the "rlRfTempData_t temperatureReport". Please search the sdk for this type and this will provide the format of the temperature data

    Thank you

    Cesar