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.

RTOS/CC2650: Problem with reading RSSI Value in CC2650 in TIRTOS

Part Number: CC2650

Tool/software: TI-RTOS

Hi I am using sample temperature sensor example from ti-simplelink to send the sensor data(of 5 sensors) through the zigbee to the co-ordinator.

My requirement is to measure the RSSI Value and all the sensor value every 10s. I recieve all the sensor values but the RSSI value does not get updated.

I noticed that the once a data frame is send after the network formation the code never goes to the function static void TempSensor_processAfIncomingMsgInd( zstack_afIncomingMsgInd_t *pInMsg) where the RSSI is measured.

Kindly help me on how to measure RSSI value every 10 seconds.

Thanks,

Shruti