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

rtc timer implemntation

Hi

as u suggested i created timer function app_timer_create well how to implement rtc in handler any example code on this ??

Parents
  • Please do not underestimate Nordic support - app_timer is quite well described in SDK documentation. Describing your problem more precisely would increase your chance of getting answers.

    If you want to implement calendar in nrf51, standard C time.h library would probably be helpful, I have been using it for some date/time related things.

  • I would not expect nordic to make calendar implementation, because it has nothing to do with bluetooth or wireless connectivity - it is just standard C problem. I used time.h library - my linux based central sent unix time which was my exact date/time value to the peripheral (nrf51). I don't have that implementation anymore because it took too much memory and I just erased it. It was standard time.h functions usage although.

Reply
  • I would not expect nordic to make calendar implementation, because it has nothing to do with bluetooth or wireless connectivity - it is just standard C problem. I used time.h library - my linux based central sent unix time which was my exact date/time value to the peripheral (nrf51). I don't have that implementation anymore because it took too much memory and I just erased it. It was standard time.h functions usage although.

Children
No Data
Related