Hello,
I am using 15.4 Collector and Sensor in FH mode.
I aim to send Asynchronous messages from Sensor to the Collector. I have appended my message to the buffer which sends the temperature and the Message statistics.
Keeping that into account following are my questions -
1) I figured that calling the process processSensorMsgEvt() on button press fulfills my requirement. But, Is there a better/more efficient way to send messages from Sensor to Collector asynchronously?
2) Calling the function processSensorMsgEvt() on button press sends the complete buffer(including temperature and message stats) to the Collector. I wish to send a user-defined buffer asynchronously while not interfering the buffer that is being sent on reporting interval. Any ideas on how I might be able to do that?
Any help is appreciated.
Thanks and Regards,
Yash.