Hi,
For my application using softdevice I need ADC update every 400ms and Battery level update every 2sec and string update for HT1632 led driver every 2sec.So I have created three timers with corresponding time interval.When I included ADC timer it worked well.But when I included battery level and ht1632 driver timer and tried connecting to device from nRF Connect for Mobile I found that connection to softdevice is delayed more than 5sec same thing observed on disconnect.
As a part of clearing this issue on browsing i read a post on devzone https://devzone.nordicsemi.com/f/nordic-q-a/4147/ble-connect-events-cause-delays-in-app_timer-and-ppi,here it is mentioned that scheduler could solve the issue.If it helps please let me know how implementation can be done.And also I am unable to understand on including ADC timer it is working fine without improper delay,but why not on including other two timers?
Thank you.