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

How to get uniform interval between the two events

  1. Hi, 

How to get a same interval between the two events . I am seding the data from nrf52832 to phone every 1second . I want a uniform interval between the two data please suggest me. Even I tried by setting the same min and max connection interval 9 and 9

Best Regards 

Pspavi 

Parents Reply
  • If you have any interference, the packet may get corrupted and requires retransmission. 
    In addition, the phone. as an OS with many tasks, may delay the task to printout data so you can't really rely on the phone to display data exactly when you receive it. 

    Please describe your application. Also, please use a sniffer trace to check if you have a good timing. 

    For task that requires high timing accuracy, it's better if you can put a timestamp into the packets.

Children
Related