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

App timer limit

Hi, I'm using a simple timer with interval set using "APP_TIMER_TICKS(1.4, APP_TIMER_PRESCALER)" alongside softdevice. Now i'm trying to get it to go faster but it would advertise for at most 3 seconds and then the system would disconnect/timeout. I'd like to set it to "APP_TIMER_TICKS(0.5, APP_TIMER_PRESCALER)" to match the data frequency I require. Is there anyway to do this without spontaneous disconnections?

Related