Features of the nRF54L Series
The nRF54L15 DK embeds an Arm® Cortex®-M33 processor with multiprotocol 2.4 GHz transceiver and supports Bluetooth® 5.4.
For additional information, see the following documentation:
Zephyr page on the nRF54L15 DK
Installation and Configuring and building documentation to install the nRF Connect SDK and learn more about its development environment.
VPR core
The nRF54L15 DK has VPR core named fast lightweight peripheral processor (FLPR). It is designed to support the RISC-V instruction set, and features key enhancements that enable efficient handling of basic and complex operations, as well as streamlined instruction processing. It can be used as either a standalone processor or as a helper core.
As a helper processor, FLPR specializes in managing tasks that require real-time attention or low power consumption, effectively boosting the performance of the main processor. It is versatile, capable of operating independently or as an integrated peripheral, with accessible components for easy control and customization.
Trusted Firmware-M (TF-M)
Trusted Firmware-M provides a configurable set of software components to create a Trusted Execution Environment. When you build your application with CMSE enabled, the TF-M is automatically included in the build.
For more information about the TF-M, see Running applications with Trusted Firmware-M. See also TF-M Hello World for a sample that demonstrates how to add TF-M to an application.
Supported protocols
The nRF54L15 DK supports Bluetooth® Low Energy (LE) including Bluetooth Mesh, proprietary protocols (including Enhanced ShockBurst), Matter, and Thread.
Amazon Sidewalk
Amazon Sidewalk is a shared network designed to provide a stable and reliable connection to your device. Ring and Echo device can act as a gateway, meaning they can share a portion of internet bandwidth providing the connection and services to Sidewalk end devices. Amazon Sidewalk for the nRF Connect SDK is based on two variants, one using Bluetooth® LE (more suited for home applications) and the other one using sub-GHz with the Semtech radio transceiver (for applications requiring longer range).
To learn more about the Amazon Sidewalk solution, see the Amazon Sidewalk documentation page.
Bluetooth Low Energy
The Bluetooth LE radio is designed for very low-power operation. When you develop a Bluetooth LE application, you must use the Bluetooth software stack. This stack is split into two core components: the Bluetooth Host and the Bluetooth LE Controller. The Controller user guide contains more information about the two available Bluetooth LE Controllers, and instructions for switching between them.
See the Bluetooth section of the Zephyr documentation for information on the Bluetooth Host and open source Bluetooth LE Controller. The nRF Connect SDK contains Bluetooth samples that can be run on the nRF54L15 DK device. In addition, you can run the Bluetooth samples that are included from Zephyr.
For available libraries, see Bluetooth libraries and services (nRF Connect SDK) and API (Zephyr).
Bluetooth Mesh
Bluetooth Mesh operates on Bluetooth Low Energy (LE), and is implemented according to Bluetooth Mesh Profile Specification v1.0.1 and Bluetooth Mesh Model Specification v1.0.1. For the application core, the nRF Connect SDK provides several Bluetooth Mesh samples. In addition, you can find Bluetooth Mesh samples with Bluetooth samples in Zephyr.
IEEE 802.15.4
Implementation of the IEEE 802.15.4 MAC layer frame technology that enhances network efficiency and reliability through intelligent decoding of frame control fields, which manage types, addressing, and control flags.
For the application core, the nRF Connect SDK provides a series of samples for the Thread, and Matter protocols.
Enhanced ShockBurst
Enhanced ShockBurst (ESB) is a basic protocol supporting two-way data packet communication including packet buffering, packet acknowledgment, and automatic retransmission of lost packets. ESB provides radio communication with low power consumption, and the implementation is small in code size and easy to use.
See the Enhanced ShockBurst (ESB) user guide for information about how to work with Enhanced ShockBurst. To start developing, check out the Enhanced ShockBurst: Transmitter and Enhanced ShockBurst: Receiver samples.
Matter
Matter (formerly Project Connected Home over IP or Project CHIP) is an open-source application layer that aims at creating a unified communication standard across smart home devices, mobile applications, and cloud services. It supports a wide range of existing technologies, including Wi-Fi, Thread, and Bluetooth® LE, and uses IPv6-based transport protocols like TCP and UDP to ensure connectivity between different kinds of networks.
Matter in the nRF Connect SDK supports the System-on-Chip, multiprotocol platform design for the nRF54L15 SoC using Matter over Thread. You can read more about other available platform designs for Matter on the Matter platform design page. For more information about the multiprotocol feature, see Multiprotocol support.
See the Matter user guide for information about how to work with Matter applications. To start developing, check the Matter samples.
Thread
Thread is a low-power mesh networking technology, designed specifically for home automation applications. It is an IPv6-based standard that uses 6LoWPAN technology over the IEEE 802.15.4 protocol. You can connect a Thread mesh network to the Internet with a Thread Border Router.
The nRF Connect SDK provides support for developing Thread applications based on the OpenThread stack. The OpenThread stack is integrated into Zephyr.
You can read more about other available platform designs for Thread on the OpenThread architectures page. For more information about the multiprotocol feature, see Multiprotocol support.
To start developing, check out the Thread samples.
Near Field Communication
Near Field Communication (NFC) is a technology for wireless transfer of small amounts of data between two devices that are in close proximity. The range of NFC is typically less than 10 cm.
Refer to the Near Field Communication (NFC) page for general information. See the NFC samples and Libraries for NFC for the samples and libraries that the nRF Connect SDK provides.
MCUboot bootloader support
The nRF54L15 DK supports MCUboot as its bootloader, in the experimental phase. This means the following:
Only software cryptography is supported.
Single image pair is supported for dual-bank Device Firmware Update (DFU) targeted at the CPU application (the
nrf54l15dk/nrf54l15/cpuapp
board target).MCUboot can be configured as a first-stage bootloader (second-stage bootloader functionality is not yet available).
Serial recovery mode is also not yet supported.
Supported DFU protocols
The DFU process in the nRF54L15 DK uses the MCUmgr protocol. It can be used for performing updates over Bluetooth® Low Energy (LE) and serial connections.
For instructions on testing, see Testing the DFU solution.