Hello,
I am trying to get acquire the accelerometer data every 4 hours for a sample duration of 60secs. These data are stored in RAM and on ble connection with the mobile app the data is sent to mobile over BLE. I am using Current time service to get the time and I am also using internal RTC. I need to generate the time stamp on every data acquisition and store it in RAM with accelerometer data before sending it to the mobile app.
But I don't understand how the timestamp is generated when a device is not connected to the app as the current time from CTS can be available only on the connection.
How does RTC sync with CTS and generate a timestamp for each data acquisition even when the device is not connected?
I am using nRF52832 device.