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

relay node in mesh

i am using three boards , one is client (nrf52840) and other two boards as server(nRF52832) using light switch example . i want to get the message from  client board ,to relay node and from relay node to server. i want to do hopping from A ---B-----C using relay . 

1.  what are the changes i need to do in light switch example (both in client and server)


2. how to publish /subscribe in nRF mesh app for these three boards  one client , one relay node and another server , procedure to achieve this .i am placing the A and C nodes far away which is not in the range of A . 

anyone have done this please guide me 

thanks in advance 

Parents Reply
  • Hi,

    Have you tested this with the light switch example, in particular followed the section Testing the example thoroughly?

    First get the example up and running, and confirm that you get communication through multiple hops with the configuration set up by the static provisioner. (Or, with the configuration described in the "Evaluating using the nRF Mesh mobile app" if instead you use the nRF Mesh app for the provisioning.)

    When that one is working properly you can have a look at how to configure the nodes differently in order to suit your particular scenario of one button (node A) controlling two lights (node B and node C).

    Regards,
    Terje

Children
Related