Part Number: CC1352R
Hi.
My aim is to send User defined data or message from Collector to the Sensor.
To do that i have identified (from the forum itself) that we can use the already defined SendMsg() on the Collector side. I wrote a function on the footsteps of the generateBroadcastCmd() on the Collector side. And in that function i called the SendMsg() instead of sendBroadcastMsg(). .
Is it possible to do in the above mentioned way? or do I have to write my own function to call SendMsg() ? If yes, then on what lines should I write that?
And regarding the Sensor side, what changes will i have to make to receive that same data? Do I have to write a function on the same lines as ProcessSensorData() (which is on the Collector side) on the Sensor side?
Thanks.