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

RSSI value

Hi,

I'm using the light_switch example to implement mesh. How do I display the RSSI value of server on rtt viewer when the client receives the server status?

Regards,

Sunil

  • FormerMember
    0 FormerMember

    In light switch client example, that struct comes with access_message_rx_t in f.ex handle_status_cb() as p_message contains the RSSI. Printig it can be done the following way:

     

    The provisioner light switch example prints the RSSI in app_health_event_cb().

  • It worked. Thanks for the solution.

  • Hi Kristin,thanks for your advice and it works,but how to receive the servers' health status via client instead of provisioner ,I want to get the node address and RSSI when the servers send their health status instead the moment that I send a comment to the server? I asked the others but they give me the guide to you.