hi.......
i need to run the program continuously using timer ......and want to check the data every one minute how to do that
i have seen timer example .. i am confused .. which function is used to run the timer continuously
hi.......
i need to run the program continuously using timer ......and want to check the data every one minute how to do that
i have seen timer example .. i am confused .. which function is used to run the timer continuously
You can use RTC (app_timer) timer and high precision Timer module to do this.
You can first read the API documentation on how to use it here for RTC library and look into the example and play around with it..
If you have some problems still using it, and do not understand the behavior, then you can come back here and ask some specific questions.
You can use RTC (app_timer) timer and high precision Timer module to do this.
You can first read the API documentation on how to use it here for RTC library and look into the example and play around with it..
If you have some problems still using it, and do not understand the behavior, then you can come back here and ask some specific questions.
yes....sure...
Hi Susheel,
I have some doubts
1. I need to read the sensor data every one second. and one more timer is possible... so that 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 that also starts 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.....
yes i tried ... but how to execute the output for every one minute