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

mesh Configuration

The relay successful rate of my Mesh setup is not 100%. I think light server miss packet from light client. I have tried to change configuration following:

1  #define BEARER_SCAN_INT_DEFAULT_MS 700 (default 2000) ;

2 #define BEARER_SCAN_WINDOW_DEFAULT_MS 700 (default 2000) ;

But it seems performance no much difference. May consult how to optimize Radio configuration in order to scan 37, 38, 39 channels fast effectively?

Thanks

MK Chen

Parents Reply
  • You can find the rssi value inside nrf_mesh_rx_metadata_t ->scanner->rssi.

    But I don't see how rssi having rssi filter here can help. 

    PROV_BEARER_ADV_UNACKED_REPEAT_COUNT   is not related, as it's for provisioning bearer

    How far is it between your relays ? Do you have a lot of interference ? I don't see how success rate with one hop is 90% then with 2 hops it's only 50% Thought it should be around 81%. 

    Please make sure you have good enough TTL to cover all the hops. In your case TTL should be minimum 4. 

    What is the repeat number you find in the sniffer ? Could you show ? 

Children
Related