Hello, I am a newb currently working to be able to send and receive timestamps between two nrf52840 dk's.
I have been successful in creating a space in the advertising packets to place an initialized timer value.
However, I soon realized that this information did not continue to be communicated as the two devices entered
a connected state. I did a bit of research, and got to realize that this is because the two devices start sending
data channel pdus instead of the advertisement packets that I configured.
I am aware that the actual procedure of sending and receiving data has to happen under the GATT protocol.
It seems as though the closest service available in GATT is the Current Time Service; at least from what I understood
from my researches.
Would Current Time Service be a preferable choice to achieve my intentions? And if possible, I'd like to send such data
not created from RTC1, but from TIMER, which from my understanding is a HFCLK with higher precision. Would it be possible
to come up with such a software?
Thank you.