nRF5 SDK can enable radio notifications by few API calls for example: https://devzone.nordicsemi.com/f/nordic-q-a/3481/radio-notification-only-after-ble-radio
with NCS, how to enable radio notification in NCS?
nRF5 SDK can enable radio notifications by few API calls for example: https://devzone.nordicsemi.com/f/nordic-q-a/3481/radio-notification-only-after-ble-radio
with NCS, how to enable radio notification in NCS?
Hi,
with NCS, how to enable radio notification in NCS?
Use the function mpsl_radio_notification_cfg_set() - https://github.com/nrfconnect/sdk-nrfxlib/blob/v1.5.1/mpsl/include/mpsl_radio_notification.h
This MPSL timeslot sample might be useful to see how to configure MPSL: https://github.com/nrfconnect/sdk-nrf/blob/master/samples/mpsl/timeslot/src/main.c
Hi,
Can you share some example usages of the mpsl_radio_notification_cfg_set API for radio notifications. I need to count the number of radio events to determine the connection retries to limit battery usage for my device.
Can you share details on how to setup the SW interrupt/callback with the mpsl_radio_notification_cfg_set API so that I could count the number of radio events from my application
Hi,
See this example:
6013.peripheral_limited_adv.zip
Hi,
See this example:
6013.peripheral_limited_adv.zip