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