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
ps_anu Have you looked at the tips awneil has given. Are you receiving any logging information on the receiving node? You need to make sure that the boolean value is changed everywhere in the code necessary to the correct data type (char pointer as mentioned by @awneil). I have mentioned this in previous comments.
yeah i am receiving logging information but i am not getting the char which i have sent
So, again, have you checked your data types?
i am not able to see any tips given by awneil (char pointer where he mentioned)
That seems to be a stupid feature of the forum - I can't see them at the moment, either!
For some reason, it (sometimes) seems to just hide some comments, with no apparent way to "reveal" them!
EDIT
When the forum's having performance issues (which seems all too common), it often seems to "lose" bits of itself; eg:
https://devzone.nordicsemi.com/backstage/f/welcome-to-the-devzone/43806/performance-dreadful-today
how would you say that set_params.on_off is pointer?