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

Relay not working for Github project nrf52-mesh-light-switch-client-server-proxy

Hi

    I am working on Mesh using light switch example,

1. Wants to relay the ON/OFF message to other server.

2. And send mesh message from server to all node in mesh network.

I used  GitHub example: https://github.com/NordicPlayground/nrf52-mesh-light-switch-client-server-proxy

Case 2. working properly.

The problem is with Case 1, relay of message does not works.

Parents Reply
  • Hi, 

     I have 3 nRF52840.

    Initially I put all 3 DK near and tested for each node to send mesh message to all node in mesh network, it worked perfectly

    Then to test relay of message, I changed default TX power  to NEG20dBM in scanner.c and advertiser.c , as it can be easy to test relay feature in less area.

    I put the 3rd DK out of range of 1st DK, with 2nd DK turn OFF. Then put the 2nd DK in between the 1st and 3rd DK

    but relay feature did not worked. The message signal was transmitted till 2nd DK.

    I checked for the code,but relay feature was on in it.

Children
Related