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

How does the client receive RSSI value from servers?

Hi, when I  provisioned the client and servers via provisioner to create mesh network, I can receive RSSI value from provisionee ,but after the provisionee disconnect to power and reconnect to it or after reset the provisionee, I can't receive  RSSI value again. This makes me confused.

And can you tell how to receive RSSI value from servers and show it on the client ? Any codes or advice.

Thank you all.

Zhengrui.

Parents
  • Have you tried restarting the rtt viewer instance? I often find that if I reset the board, the rtt viewer program will need to be closed & restarted before the logging begins again. 

    Regarding receiving RSSI values on the client, I would check how the provisioner implements this & do something similar on the client. Take a look at the app_health_event_cb() function in main.c of the provisioner light switch example in mesh sdk v2.0.1.

Reply
  • Have you tried restarting the rtt viewer instance? I often find that if I reset the board, the rtt viewer program will need to be closed & restarted before the logging begins again. 

    Regarding receiving RSSI values on the client, I would check how the provisioner implements this & do something similar on the client. Take a look at the app_health_event_cb() function in main.c of the provisioner light switch example in mesh sdk v2.0.1.

Children
No Data
Related