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,

    ps_anu said:
    i want to transmit the data for a long distance so that my destination node  will be not dependent on source node.

    And that is exactly what Bluetooth mesh does, without any configuration. The message will take multiple hops until it has spread through the whole network. (Up until a configurable maximum number of hops known as the Time To Live (TTL), ranging from one to 127 hops.)

    Regards,
    Terje

Children
Related