Skip to content

Zigbee nRF Connect add-on

License

Notifications You must be signed in to change notification settings

nrfconnect/ncs-zigbee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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