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