This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Error value of RSSI in mesh

Hi,

I am using nRFmesh SDK for a project. I have configured all nodes(devices) into one group. Each device will publish message for every three seconds. I am reading the RSSI value for message received from other individual nodes from NRF_RADIO->RSSISAMPLE. Suddenly Some times I see RSSI value as 0 even device is 5 to 6 feet far. I would like to know why the value is zero sometimes.

Regards

Sumanth

Parents
  • Hi.

    I am reading the RSSI value for message received from other individual nodes from NRF_RADIO->RSSISAMPLE.

    So you are reading the RSSI from other nodes. Not the nodes you mention in your first sentence ("I have configured all nodes into one group")?

    Could you add some more information about how you are retrieving the RSSI?

    Best regards, 
    Joakim 

  • Hey

    I am reading the RSSI from the nodes I configured. I am reading as below mentioned.

    Each node sends its application data to other nodes. I will sort out the application data when I receive message, then I identify the node and read the RSSI from NRF_RADIO->RSSISAMPLE. I just store in a variable as

    rssi_var = - ((int32_t) NRF_RADIO->RSSISAMPLE);

    Some times I am seeing the rssi_var value as zero suddenly. I would like to know why its happening like that.

    Regards

    Sumanth

Reply
  • Hey

    I am reading the RSSI from the nodes I configured. I am reading as below mentioned.

    Each node sends its application data to other nodes. I will sort out the application data when I receive message, then I identify the node and read the RSSI from NRF_RADIO->RSSISAMPLE. I just store in a variable as

    rssi_var = - ((int32_t) NRF_RADIO->RSSISAMPLE);

    Some times I am seeing the rssi_var value as zero suddenly. I would like to know why its happening like that.

    Regards

    Sumanth

Children
Related