Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.66 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.66 KB

Zigbee add-on for nRF Connect SDK (Experimental support)

This is an experimental release of Zigbee support for Nordic Semiconductor’s nRF54L15 SoC.

The Zigbee add-on for the nRF Connect SDK provides support for developing Zigbee applications based on the third-party precompiled ZBOSS stack. This stack is included as the ZBOSS Zigbee R23 stack library. In combination with the nRF Connect SDK, the Zigbee add-on allows for development of low-power connected solutions.

Getting started

To get started with Zigbee add-on for nRF Connect SDK, follow documentation.

Documentation

Pre-build documentation is available here.

A minimal documentation setup is provided for Sphinx. To build the documentation first change to the docs folder:

cd docs

To install Sphinx, make sure you have a Python installation in place and run:

pip install -r requirements.txt

The Sphinx documentation (HTML) can be built using the following command:

make html

The output will be stored in the _build_sphinx folder. You may check for other output formats other than HTML by running make help.

License