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

i want to transfer the data for every one minute. how to do this ? what function to be used ?

Hi.....

i want to transfer the data for every one minute from peripheral device to phone  (nrf connect ).. how to declare in the program and what function to be used ?

suggest me a idea 

i am using segger (sdk 12.3 version) . debugging the program to peripheral through my development kit nrf52382

Parents Reply
  • If you take a look at this case, you will find an example attached, which is similar to what your goal is. Download the zipped file, unpack it to SDK15.0.0/examples/peripheral (This is the sdk it is tested with). It uses the Application Timer library, and turns advertising off and on for every 10 seconds.

    If you are able to do this, you can advance to the next step (look at the function heart_rate_meas_timeout_handler() in the ble_app_hrs example for inspiration)

    Best regards, Simon

Children
No Data
Related