hi...
i am working on mesh , i have done light switch example , now i want to get some message from node and send to particular node . how to print the same message which is from particular node to uart termite
please help me out.
thanks in advance
hi...
i am working on mesh , i have done light switch example , now i want to get some message from node and send to particular node . how to print the same message which is from particular node to uart termite
please help me out.
thanks in advance
thank you so much...i have sent the message from client to server , now how can i print the data from server using uart
As far as the UART is concerned, it's just data - it is irrelevant where it came from, or how it got there.
Surely, you have used the UART before?
i hope, u didn't understand my question
Then please clarify your question!
What have you tried?
Where are you stuck?
Have you tried SDK examples?
thank you so much Bjorn kvaale. i have set the message in generic_onoff_set_params_t, in light switch client example , i am getting results like what does it mean ?
this is pic of client

this is pic of server side

how do i know my message have sent from client to server and want to know whether it is received in server side or not