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

mbed nRF51 Real Time Clock

Hello Everyone,

I wants Real Time Clock examples in nRF51 board. Like following link which is implemented on embed microcontroller for nRf51 board.

can any one help me to implement Real Time Clock like above link for Nordic SDK.

Thanks.

Rajneesh

Parents
  • We don't have example for real time clock with date and time. You need to implement that on your own. What you see in the RTC example fjonsson pointed to was a TICK event at 8Hz , you can modify the divider to get to 1Hz and then you have TICK every second. You would need to do the counting for date and time on your own. But I guess there is lots of example codes of doing that on the net.

Reply
  • We don't have example for real time clock with date and time. You need to implement that on your own. What you see in the RTC example fjonsson pointed to was a TICK event at 8Hz , you can modify the divider to get to 1Hz and then you have TICK every second. You would need to do the counting for date and time on your own. But I guess there is lots of example codes of doing that on the net.

Children
No Data
Related