hi
I want to update RTC time in my device nrf52840 through nrf connect app. How can i do this? Is there any related example which may help me in doing this?
hi
I want to update RTC time in my device nrf52840 through nrf connect app. How can i do this? Is there any related example which may help me in doing this?
Hi
Have you looked into the ble_app_cts_c example in the nRF5 SDK?
This example sets up the nRF52 as a CTS (Current Time Service) client, allowing you to read accurate time information from a phone that supports the CTS server.
On iOS the CTS service is included by default, while on Android you can add the CTS service in nRF Connect so that it will be available to any device that you connect to.
Best regards
Torbjørn
Hi thanks
No, I have not looked this example. I will see this and update the progress.
Sounds like a plan. If you have more questions after trying out the example just let me know
Sounds like a plan. If you have more questions after trying out the example just let me know