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

ble_app_uart with RTC with sleep mode using nrf52832

Hi,

I'm using ble_app_uart example with RTC 2 (for date & time).

Individually works fine. But combine both and using sleep & wake up functions, its not working.

Here i'm using RTC 2 for nrf_calendar example.

Initially advertise using app_timer after finishing advertise then i want to enter sleep mode.
wake up the device based on store time using RTC 2.

How to make time based interrupt using RTC 2?

Otherwise any other interrupt to wake-up sleep?

This process not working properly what i expect.

I try with related posts, problem is not solved.

Give better solution

Related