Hello.
I would like to get an event that an advertised packet has been sent in a peripheral device.
Is there a way to do this?
Also, is it possible to get the channel used at that time?
Best regards.
noboru
Hello.
I would like to get an event that an advertised packet has been sent in a peripheral device.
Is there a way to do this?
Also, is it possible to get the channel used at that time?
Best regards.
noboru
Hi,
What SDK are you using?
The nRF5 SDK, or the nRF Connect SDK?
Which version of the SDK?
Best regards,
Didrik
Sorry for late repry.
I use 17.0.2 SDK version.
Best regards,
noboru
I would like to get an event that an advertised packet has been sent in a peripheral device.
Is there a way to do this?
Not directly, though you can configure radio notification event so you know when the radio is used. It's found in:
\components\ble\ble_radio_notification in the nRF5 SDK, documentation is in the softdevice specifications.
Also, is it possible to get the channel used at that time?
No, the radio notification will be signaled one time for the entire event that include all 3 advertising frequencies.
I've implemented it, thank you!