Hello I am using ble_app_ats_c example from sdk 12.3 and i want to know ,how to configure date and time to it ,please help??
Hello I am using ble_app_ats_c example from sdk 12.3 and i want to know ,how to configure date and time to it ,please help??
Hi,
The Current Time Application example (ble_app_cts_c) demonstrates how the CTS client is used to retrieve the current time from a CTS server (typically a mobile phone).
What do you mean by configure date and time? Do you want to adjust the time of the CTS server (typically a mobile phone) or do you want to set and maintain time and date in the nRF (using for instance an RTC)?
thanks,I want to set and maintain time and date in nrf52832,please help
Hi,
As mentioned we do not have any such examples, so you have to implement it yourself. There are many threads discussing this on DevZone though, so you should find lots of inspiration there. You can also refer to this unofficial example on GitHub.
ok,thanks.
ok,thanks.