This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NR52840 communication with nrf connect app

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?

Parents
  • 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

Reply
  • 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

Children
Related