I would like to have track time of the day in my peripheral (s110)application. I understood that RTC0 is used by Soft device. RTC1 is used by app_timer application. I have already used app_timer functionality for various timeout conditions.
Based on the time of the day I want to change my device advertising interval in order to save battery. So someone can suggest an optimized method to implement calendar functionality (resolution wise it is ok in terms of hours) without effecting app_timer function call. Thanks & Regards, Raju