This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to record the slave node's address and receive time on RADIO END event?

I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio END event with GPIOTE, however, it took time to get the interrupt(on_ble_evt) and the master node got several other Radio END events in the time. As the slave node's address can be parsed from the interrupt, I need to record the slave node's address and time label for the Radio END event so that I can find out the exact time when the Radio END event occurs, could anybody give a suggestion on how to do that? Welcome if there are any other solutions to find out the exact time of Radio END event for the master node.

Related