Hi everyone,
I've just been working with NRF52833 and nRF5 SDK for Thread and Zigbee v4.1.0 to create a zigbee mesh network for home automation. My network is pretty simple with 1 coordinator, 2 routers and 1 end-device.
It all went well until i realise that the examples in Zigbee stack (namely multi_sensor and light_control) inside the SDK just create a star network rather than the mesh topology that i need.In fact, When a router in the middle is down, the whole network is frozen, to transmission is available to the coordinator from the end device while the other router is still online.
Is there any way for me to configure the network to mesh topology, i am using 4 custom dev board of NRF52833 with Thread and Zigbee SDK v4.1.0. the code that I used is identical to the light control example with some minor change the device to use with a custom NRF52833 board.
Please help, thank you