Hi,
I have a Unix time stamp value stored on the Nordic board that comes from a GATT connection.
I am using SDK 15 s140 pca10056 NRF52840-dk.
I need to update this value once per second so that I have an accurate timestamp for my data which, I store to an SD card. I tried combining a calendar example however, this did not work with the Bluetooth initialised just crashed. Therefore, how can I go about creating something that can increment the counter by 1 each second. I am thinking of using RTC but, am struggling to set this up.
Looking at the RTC example within the SDK it allows a LED 1. To blink rapidly. The LED 2 turns on after 3 second. Would it be possible to change LED 1 to increment the counter by one and run this once per second.
Thanks,