Hello,
I am using CC2530 Zigbee development kit, and specifically I am currently exploring the Z-stack Simple API. It basically monitors the battery voltage and the temperature using the onboard sensor.
How can I put a date-time tag on these data values before transmitting them ? I was going through the OSAL API document and came across the OSAL Clock system, which seems to be the solution. However, I am not sure if I can use it to do what I want to ?
Also, the OSAL API document says that it does not maintain clock time for sleeping devices. Does this mean that the OSAL Clock function would not be useful for a sensor device (which goes into the sleep mode in case of no events), where I actually need it..
I would highly appreciate any help on this.
Thanks,
Rohit