This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2650: Seconds_set() usages

Part Number: CC2650


Hi, 

I'm working with the CC2650, that is transmitting movement data (accelerometer and gyroscope) to a propietary app. 

I have slightly modified the movement service of the Sensortag_CC2650 _app to send a UNIX Timestamp in milliseconds together with the accelerometer and gyroscope data. 

To do this I'm using Seconds_Set() and Seconds_getTime(). 


Since manually setting Seconds_Set() introduces some small delay, I was wondering if it makes sense to send a timestamp from the app, to be used as input on Seconds_Set() everytime the device connects to the app. 

In that case, what would be the best way to proceed?


Thanks in advance,

Alejandra