What r the things to change in order to send command from client to specific server node in light switch example????
What r the things to change in order to send command from client to specific server node in light switch example????
I am using proxy server and proxy client and using phone app(android ) for provisioning
Hi.
What command do you want to send? The unmodified light switch example will allow you to send On/off messages between the server and the client.
You will need to assign keys to both devices, assign the corresponding publication and subscription address and send the message.
How to test the examples can be found in the online documentation.
Best regards,
Joakim
i am trying to develop custom board with 1 client(pca10056) and 20 server(pca10059) to get sensor data ,
I tried https://devzone.nordicsemi.com/f/nordic-q-a/39896/modifying-the-light-switch-example-mesh-sdk-2-2-0 to get data transfer in the mesh. I included uart instances.
How to send message from client to single server node ??
uint32_t generic_onoff_client_set ( generic_onoff_client_t * p_client, const generic_onoff_set_params_t * p_params, const model_transition_t * p_transition )
what are the things to be edited in above function ???