Hi
as u suggested i created timer function app_timer_create well how to implement rtc in handler any example code on this ??
Hi
as u suggested i created timer function app_timer_create well how to implement rtc in handler any example code on this ??
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.
My question of few days ago might be a good starting point: devzone.nordicsemi.com/.../
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.