I am trying to provision 2 clients for the mesh so that i they all can send the message to a single server.
I will list what all i have tried
1.I took a server node and changed the URI of the node from "EX_URI_DM_CLIENT" to "EX_URI_DM_SERVER". This didnt work
2.inside main.c of provisioner code i changed "m_nw_state.provisioned_devices ==1" to "m_nw_state.provisioned_devices <2" amd also i increased the client node count to 2
These methods didnt work out.
Please tell me where i am going wrong.I am able to send messges from 1 client to diffrent servers but for my application i want a single node collecting message from various nodes.
I am using segger platform and nrf52832 and nrf52840 boards
and the latest SDK for mesh that is v3.10.
Thankyou