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

Mesh light switch state sync

Hello,

I am working on a simple Bluetooth mesh example setup with the following configurations:

  • nRF52832 DK: light switch server, subscribed to group 0xC000
  • nRF52840 Dongle: light switch client, publish to group 0xC000
  • nRF52840 DK: light switch client, publish to group 0xC000

I want to control the light switch server with one button so I have to toggle the state.
My problem is that the state is not syncronized between the switches

Shouldn't they receive each others messages and update the light status accordingly?
What am I missing?

Related