Hi,
I am trying to get and set nRF local time , Do we have any local time using nRF counter or need to create myself ?? How can i do it ??
Hi,
I am trying to get and set nRF local time , Do we have any local time using nRF counter or need to create myself ?? How can i do it ??
Take a look at this devzone case for more info.
Take a look at this devzone case for more info.
Already app_timer module is there do i have to implement it using app_timer or create separate logic??
I am using s132 nrf52 here NRF_RTC1 is already used by app_timer can i use NRF_RTC2 for time.
Which softdevice version are you planning on using? Double check in the softdevice specification, but I am pretty certain it should work to use rtc2. I believe the softdevice uses rtc0, but the application is able to use rtc 1 & 2. Since your rtc1 is being used by the app timer, you can use rtc2 for time. Take a look at this devzone case for more info too.
I think you can just use rtc directly in the github example.
Thank you .
softdevice version is 4.0.4