How to enable internal RTC of nRF9160 to get real time

Hi,

I want to use nRF9160's internal RTC. I coded it but did not get the real time correctly.

SDK: 2.5.0

IDE: vs code

board: nRF9160dk

Best regards,

Liza

Parents
  • Hi Liza,

    The nRF91 does not have a real time clock of the sort that is supported by the Zephyr RTC driver. The NRF has a real time counter, which is just a counter. However, you can refer to Date-Time, which I suspect is what you are looking for.

Reply
  • Hi Liza,

    The nRF91 does not have a real time clock of the sort that is supported by the Zephyr RTC driver. The NRF has a real time counter, which is just a counter. However, you can refer to Date-Time, which I suspect is what you are looking for.

Children