HI, I am using NRF52832 sdk15.2 .
I have some doubts
How to assign two to three different timers to do different functions
1. I need to read the sensor data every one second. and i need to other function for every 5 sec.
2. I am using BLE_UART program.
i need to send the respective data to the mobile phone for every one sec only after the bluetooth is paired.
is it possible to change in ble /uart event handle
or we need to use app_timer to resolve this.
thank you.....