Bluetooth: Radio Notifications

The Radio Notification sample demonstrates how you can use the Bluetooth: Radio Notification library using nRF Connect SDK Bare Metal option.

Requirements

The sample supports the following development kits:

The following board variants do not have DFU capabilities:

S115:

Hardware platform

PCA

Board target

nRF54L15 DK

PCA10156

bm_nrf54l15dk/nrf54l15/cpuapp/s115_softdevice

nRF54L15 DK (emulating nRF54L10)

PCA10156

bm_nrf54l15dk/nrf54l10/cpuapp/s115_softdevice

nRF54L15 DK (emulating nRF54L05)

PCA10156

bm_nrf54l15dk/nrf54l05/cpuapp/s115_softdevice

nRF54LM20 DK

PCA10184

bm_nrf54lm20dk/nrf54lm20a/cpuapp/s115_softdevice

nRF54LS05 DK

PCA10214

bm_nrf54ls05dk/nrf54ls05b/cpuapp/s115_softdevice

nRF54LV10 DK

PCA10188

bm_nrf54lv10dk/nrf54lv10a/cpuapp/s115_softdevice

S145:

Hardware platform

PCA

Board target

nRF54L15 DK

PCA10156

bm_nrf54l15dk/nrf54l15/cpuapp/s145_softdevice

nRF54L15 DK (emulating nRF54L10)

PCA10156

bm_nrf54l15dk/nrf54l10/cpuapp/s145_softdevice

nRF54L15 DK (emulating nRF54L05)

PCA10156

bm_nrf54l15dk/nrf54l05/cpuapp/s145_softdevice

nRF54LM20 DK

PCA10184

bm_nrf54lm20dk/nrf54lm20a/cpuapp/s145_softdevice

nRF54LS05 DK

PCA10214

bm_nrf54ls05dk/nrf54ls05b/cpuapp/s145_softdevice

nRF54LV10 DK

PCA10188

bm_nrf54lv10dk/nrf54lv10a/cpuapp/s145_softdevice

Overview

The sample initializes the radio notification library and registers a handler that triggers both when the radio is enabled and when it is disabled. The handler then toggles LED 2 based on the current state of the radio.

User interface

LED 0:

Lit when the device is initialized.

LED 1:

Lit when a device is connected.

LED 2:

ON when a “radio on” notification is received, OFF when a “radio off” notification is received.

Building and running

This sample can be found under samples/bluetooth/ble_radio_notification/ in the Bare Metal folder structure.

For details on how to create, configure, and program a sample, see Getting Started with the samples.

Testing

You can test this sample using nRF Connect for Desktop with the Serial Terminal app. Make sure that these are installed before starting the testing procedure.

  1. Compile and program the application.

  2. In the Serial Terminal, observe that the BLE Radio Notification sample initialized message is printed.

  3. Observe that the LED 2 blinks while the device is advertising and the radio is active.

  4. Observe that the LED 2 stops blinking when advertising stops.