I'm developing a custom vendor model in BLE Mesh to send some telemetry data, and everything is working as expected. Each node currently sends data, which other nodes receive, display, and relay to others—enabling bidirectional communication between all nodes.
Now, I want to modify the setup so that one designated node acts as a central receiver, collecting data from all other nodes. For example, in a network of 10 nodes, 9 nodes will send data exclusively to 1 specific node.
What would be the best approach to configure this behavior in BLE Mesh and send to that one address? I'm relatively new to BLE Mesh and would appreciate guidance on the optimal setup.