I have a 1 second app_timer running which increments a 1 second variable used as unix time. We have a 32Khz Xtal, etc, which should result in good accuracy.
I have noticed drift of several seconds per day over several devices just sitting on a shelf. Its similar to what was reported in this question (but there is a lot to understand there): devzone.nordicsemi.com/.../
It seems that the app_timer library can be responsible for this as described in that thread. (I also have a 100 msec app_timer for finer resolution of timing events.)
We were hoping for 1 minute per month accuracy. Under these conditions, assuming the xtal is properly accurate, is it possible using the methods described in that thread for example something like:
to result in this sort of accuracy?