Hi all,
I've just implemented light switch proxy example and it's working very well.
Now, I have three NRF52832 boards, and for instance, I have:
- A board in the garden
- A board at the door
- A board at my bedroom
Board 1 is out of range so it can't send message to Board 3, so it has to send through Board 2. My provisioner is NRF Mesh app on my tablet. I try to setup Board 1 has a Publish Address(0xCAF1). Board 2 subscribes Board 1 and also has a Publish Address(0xCAF2) and finally Board 3 subscribes Board 2. But when I pressed the button on Board 1 nothing happen in board 3.
How can I setup it for relaying my message this case?