I have nRF Connect SDK v2.9.0 and an nRF54L15 DK.
Is it possible to build the Zigbee NCP Sample for this board?
The source files under the Zigbee NCP Sample directory lack configuration details for the nRF54L15 DK.
I have nRF Connect SDK v2.9.0 and an nRF54L15 DK.
Is it possible to build the Zigbee NCP Sample for this board?
The source files under the Zigbee NCP Sample directory lack configuration details for the nRF54L15 DK.
I suspect that the problem is that the Zigbee add-on for the nRF Connect SDK is required for the nRF54L15 DK.
I have progressed as far as Requirements and setup but have been unable to perform the Software Requirements step for nRF Connect for VS Code extension.
How do I Browse nRF Connect SDK Add-on Index? I cannot find Zigbee or v0.3.1 in the list under Manage SDKs ...
Hi,
You are correct that this is because Zigbee is provided as an add-on in v2.8.0 and later versions of the nRF Connect SDK. This add-on supports the nRF54L Series, and you will find board files for nRF54L15, nRF54L10, and nRF54L05 in the samples there.
The "Browse nRF Connect SDK Add-on Index" option shows up if you select "Create a new application" in the VS Code extension.
You can also open it in VS Code by going to the list of nRF Connect SDK add-ons (https://nrfconnect.github.io/ncs-app-index/) and clicking on the "Open in nRF Connect SDK for VS Code" button.
Or you can install it on command line using the following commands:
west init -m "http://github.com/nrfconnect/ncs-zigbee" --mr main west update
When using command line, I recommend doing it in a nRF Connect terminal in VS Code.
Best regards,
Marte
Hi,
You are correct that this is because Zigbee is provided as an add-on in v2.8.0 and later versions of the nRF Connect SDK. This add-on supports the nRF54L Series, and you will find board files for nRF54L15, nRF54L10, and nRF54L05 in the samples there.
The "Browse nRF Connect SDK Add-on Index" option shows up if you select "Create a new application" in the VS Code extension.
You can also open it in VS Code by going to the list of nRF Connect SDK add-ons (https://nrfconnect.github.io/ncs-app-index/) and clicking on the "Open in nRF Connect SDK for VS Code" button.
Or you can install it on command line using the following commands:
west init -m "http://github.com/nrfconnect/ncs-zigbee" --mr main west update
When using command line, I recommend doing it in a nRF Connect terminal in VS Code.
Best regards,
Marte
Many thanks. After some experimentation I found that opening the Explorer after installing the nRF Connect SDK toolchain exposed a button to create a new nRF Connect application which when clicked exposed an option for Browse nRF Connect SDK Add-on Index. I was then able to create a workspace and build the Zigbee samples.