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

Radio Notification and Tprep time.

Hello,

I want to use Radio Notification before connection event (ACTIVE signal). My routine takes 4 ms but Tprep time have huge range - from 167 us up to 1550 us, so even Tndist = 5500 us can be insufficient. Processed data need to be send in incoming connection event. How to estimate how long Tprep can take in my application? From what does it depend?

device: nRF52832
SD: 4.0.2

Parents
  • Hi,

    First I would recommend updating to sd 4.0.5. I am still waiting for feedback on weather Tprep can be estimated. While waiting, I assume you are aware you can also get an nActive event after the connection event and use that to prepare for the next event? is that something that could work for you? Worst case you could also start a timer on the active that you use to run your routine a bit earlier than what you can achive using only the active signal. Just use the connection interval minus the time needed to run your routine.

  • Hi,

    My device is measuring in real time user activity. Connection interval is 200 ms and I need to sample analog signal just before connection event to minimize input lag. Measured data are visualized on the LCD panel and 200 ms delay is noticeable. Using nActive and timer is solution.
    Where I can find sd 4.0.5? SDK 13.1.0 comes with 4.0.2, SDK 14 comes with sd 5.0.0

Reply
  • Hi,

    My device is measuring in real time user activity. Connection interval is 200 ms and I need to sample analog signal just before connection event to minimize input lag. Measured data are visualized on the LCD panel and 200 ms delay is noticeable. Using nActive and timer is solution.
    Where I can find sd 4.0.5? SDK 13.1.0 comes with 4.0.2, SDK 14 comes with sd 5.0.0

Children
Related