Hello
I am using 5 nrf52833 dev kits and the ble_zigbee_dynamic_light_bulb_eddystone example from nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
I have modified the following:
* Enabled distributed network with a shared key.
* Replaced BLE beacon code with BLE - UART code.
My goal is to make a decentralised zigbee mesh network where all nodes have BLE capabilities. Making it easy for me to connect my phone via BLE to any node to get information about all nodes via that specific node that I am connected to.

My question is, is there a way to send custom messages between nodes using the cluster provided by ble_zigbee_dynamic_light_bulb_eddystone example?
I have tried to broadcast using this code:
But I haven't got the chance to see if this works because SEGGER complains that ZB_BUF_FROM_REF is undefined.
I have even looked at the massaging cluster but didn't know how to use it since it doesn't have attributes to declare.
So, I am kinda lost on how to send messages (data) between nodes. Any help would be appreciated!
BR
//Garo