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

How to provision 2 clients nodes?

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

Parents Reply
  • you can take light switch example and in the client you can modify the message packet in the structure. Then do the same inside the server side, 

    try to do all this in a button event handler for understanding purpose. 

    ANd better open a new ticket with elaborate descrption of ur problem. FYI send a string is an easy task if u are beginning now there are way more bigger problems . In those cases nodic team wil help u

Children
No Data
Related