Skip to content

Commit 9bf3608

Browse files
committed
doc: implemented latest review
Implementing as much as I was able to. Signed-off-by: Wille Backman <wille.backman@nordicsemi.no>
1 parent 7708f83 commit 9bf3608

39 files changed

+487
-363
lines changed

doc/about.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Additional information
7575

7676
If you want to learn more about the Zigbee topics and terminology mentioned in this guide, read the following pages:
7777

78-
* :ref:`ug_zigbee_architectures` page to learn more about the Zigbee architecture available in the |NCS|.
78+
* :ref:`ug_zigbee_architectures` page to learn more about the Zigbee architecture.
7979
* `Common ZCL terms and definitions`_ section in the ZBOSS user guide.
8080
* Zigbee topologies in section 1.1.4 of the `Zigbee Specification <CSA Specifications Download Request_>`_.
8181
* :ref:`zigbee_ug_sed` section on the :ref:`ug_zigbee_configuring` page.

doc/adding_clusters.rst

+11-12
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ Adding ZCL clusters to application
66
##################################
77

88
.. note::
9-
The contents of this user guide are inaccurate and will be updated in one of the upcoming releases.
10-
The information about the update will be posted in the release notes.
11-
For the time being, do not use this guide.
9+
.. include:: /includes/experimental_note.txt
1210

1311
.. contents::
1412
:local:
@@ -372,19 +370,20 @@ Complete the following steps to read the cluster list of a Zigbee node:
372370
Further expanding the custom application
373371
****************************************
374372

375-
You can further expand the application with more features, such as OTA support.
373+
You can further expand the application with more features.
376374

377-
.. _ug_zigee_adding_clusters_ota:
375+
..
376+
.. _ug_zigee_adding_clusters_ota:
378377
379-
Adding OTA
380-
==========
378+
Adding OTA
379+
==========
381380

382-
To extend the sample with OTA support, we would have to complete steps similar to :ref:`adding On/Off Switch and Temperature Sensor functionalities <ug_zigee_adding_clusters_adding_clusters>`.
383-
Then, we would have to implement the ZCL device callback to control the process of collecting chunks of new firmware.
384-
This is described more broadly in the following sections.
381+
To extend the sample with OTA support, we would have to complete steps similar to :ref:`adding On/Off Switch and Temperature Sensor functionalities <ug_zigee_adding_clusters_adding_clusters>`.
382+
Then, we would have to implement the ZCL device callback to control the process of collecting chunks of new firmware.
383+
This is described more broadly in the following sections.
385384

386-
Fortunately, we can use the :ref:`lib_zigbee_fota` library to handle the majority of these implementation steps.
387-
To add OTA support to the extended application, follow the steps in :ref:`ug_zigbee_configuring_components_ota`.
385+
Fortunately, we can use the :ref:`lib_zigbee_fota` library to handle the majority of these implementation steps.
386+
To add OTA support to the extended application, follow the steps in :ref:`ug_zigbee_configuring_components_ota`.
388387

389388

390389
.. _ug_zigee_adding_clusters_passing_events:

doc/architectures.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Architectures
77
:local:
88
:depth: 2
99

10+
.. note::
11+
.. include:: /includes/experimental_note.txt
12+
1013
This page describes the platform designs that are possible with the Zigbee stack on the nRF54L15 development kit.
1114

1215
The designs are described from the least to the most complex, that is from simple applications that consist of a single chip running single or multiple protocols to scenarios in which the nRF SoC acts as a network co-processor when the application is running on a much more powerful host processor.
@@ -73,7 +76,7 @@ It also has the following disadvantages:
7376
.. figure:: images/zigbee_platform_design_multi.svg
7477
:alt: Multiprotocol Zigbee and Bluetooth LE architecture (nRF54L Series devices)
7578

76-
Multiprotocol Zigbee and Bluetooth LE architecture on nRF52 Series devices
79+
Multiprotocol Zigbee and Bluetooth LE architecture on nRF54L Series devices
7780

7881
..
7982
.. figure:: images/zigbee_platform_design_nRF5340_multi.svg

doc/commissioning.rst

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Commissioning
77
:local:
88
:depth: 2
99

10+
.. note::
11+
.. include:: /includes/experimental_note.txt
12+
1013
Commissioning is a process that allows a new Zigbee device to join a Zigbee network.
1114
The device is configured into the network, so that it can start communicating with other network nodes.
1215
If there is no network to join, the commissioning procedure ensures that a new network is created.

doc/configuring.rst

+42-36
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Configuring |addon|
77
:local:
88
:depth: 2
99

10+
.. note::
11+
.. include:: /includes/experimental_note.txt
12+
1013
This page describes what is needed to start working with Zigbee using the |addon| for the |NCS|.
14+
|kconfig_search|
1115

1216
.. _zigbee_ug_libs:
1317

@@ -17,7 +21,7 @@ Required libraries and drivers
1721
Zigbee requires the following modules:
1822

1923
* :ref:`zigbee_zboss`, with the :ref:`lib_zigbee_osif` subsystem acting as the linking layer between the ZBOSS stack and the |NCS|.
20-
The ZBOSS library is enabled by the :option:`CONFIG_ZIGBEE` Kconfig option.
24+
The ZBOSS library is enabled by the ``CONFIG_ZIGBEE_R23`` Kconfig option.
2125
For more information about the ZBOSS stack, see also the `external ZBOSS development guide and API documentation`_.
2226
* `IEEE 802.15.4`_ radio driver - This library is automatically enabled when working with Zigbee on Nordic Semiconductor's development kits.
2327

@@ -26,14 +30,14 @@ Zigbee requires the following modules:
2630
Mandatory configuration
2731
***********************
2832

29-
To use the Zigbee protocol, set the :option:`CONFIG_ZIGBEE` Kconfig option.
33+
To use the Zigbee protocol, set the ``CONFIG_ZIGBEE_R23`` Kconfig option.
3034
Setting this option enables all the peripherals required for the correct operation of the Zigbee protocol and allows you to use them.
3135

3236
After that, you have to define the Zigbee device role for the Zigbee application or sample by setting one of the following Kconfig options:
3337

34-
* Router role: :option:`CONFIG_ZIGBEE_ROLE_ROUTER`
35-
* End Device role: :option:`CONFIG_ZIGBEE_ROLE_END_DEVICE`
36-
* Coordinator role: :option:`CONFIG_ZIGBEE_ROLE_COORDINATOR`
38+
* Router role: ``CONFIG_ZIGBEE_ROLE_ROUTER``
39+
* End Device role: ``CONFIG_ZIGBEE_ROLE_END_DEVICE``
40+
* Coordinator role: ``CONFIG_ZIGBEE_ROLE_COORDINATOR``
3741

3842
Setting any of these options enables the respective ZBOSS role library.
3943
This is needed because End Devices use different libraries than Routers and Coordinators.
@@ -68,9 +72,9 @@ Power saving during sleep
6872
With the sleepy behavior enabled, the unused part of RAM memory is powered off, which allows to lower the power consumption even more.
6973
The sleep current of MCU can be lowered to about 1.8 µA by completing the following steps:
7074

71-
1. Turn off UART by setting the :option:`CONFIG_SERIAL` Kconfig option to ``n``.
75+
1. Turn off UART by setting the ``CONFIG_SERIAL`` Kconfig option to ``n``.
7276
#. For current measurements for the `nRF54L15 DK <Developing with nRF54L Series_>`_ (PCA10156), set **SW6** to ``nRF ONLY`` position to get the desired results.
73-
#. Enable the :option:`CONFIG_RAM_POWER_DOWN_LIBRARY` Kconfig option.
77+
#. Enable the ``CONFIG_RAM_POWER_DOWN_LIBRARY`` Kconfig option.
7478

7579
Optional configuration
7680
**********************
@@ -82,11 +86,11 @@ Device operational channel
8286

8387
You can enable one of the following alternative options to select the channel on which the Zigbee device can operate:
8488

85-
* :option:`CONFIG_ZIGBEE_CHANNEL_SELECTION_MODE_SINGLE` - Single mode is enabled by default.
89+
* ``CONFIG_ZIGBEE_CHANNEL_SELECTION_MODE_SINGLE`` - Single mode is enabled by default.
8690
The default channel is set to 16.
87-
To set a different channel, edit the :option:`CONFIG_ZIGBEE_CHANNEL` option to the desired value.
88-
* :option:`CONFIG_ZIGBEE_CHANNEL_SELECTION_MODE_MULTI` - In this mode, you get all the channels enabled by default.
89-
To configure a custom set of channels in the range from 11 to 26, edit the :option:`CONFIG_ZIGBEE_CHANNEL_MASK` option.
91+
To set a different channel, edit the ``CONFIG_ZIGBEE_CHANNEL`` Kconfig option to the desired value.
92+
* ``CONFIG_ZIGBEE_CHANNEL_SELECTION_MODE_MULTI`` - In this mode, you get all the channels enabled by default.
93+
To configure a custom set of channels in the range from 11 to 26, edit the ``CONFIG_ZIGBEE_CHANNEL_MASK`` Kconfig option.
9094
For example, you can set channels 13, 16, and 21.
9195
You must have at least one channel enabled with this option.
9296

@@ -100,7 +104,7 @@ By default, it uses an address from Nordic Semiconductor's pool.
100104

101105
If your devices should use a different address, you can change the address according to your company's addressing scheme.
102106

103-
.. include:: includes/ieee802154_eui64_conf.txt
107+
.. include:: includes/ieee802154_eui64_conf_nrf54l.txt
104108

105109
At the end of the configuration process, you can check the EUI-64 value using :ref:`lib_zigbee_shell`:
106110

@@ -123,17 +127,17 @@ The ZBOSS stack can be started using one of the following options:
123127
* Started and executed from the main thread, as `described in the ZBOSS development guide <Stack commissioning start sequence_>`_.
124128
* Started from a dedicated Zephyr thread, which in turn can be created and started by calling :c:func:`zigbee_enable`.
125129

126-
The dedicated thread can be configured using the following options:
130+
The dedicated thread can be configured using the following Kconfig options:
127131

128-
* :option:`CONFIG_ZBOSS_DEFAULT_THREAD_PRIORITY` - Defines thread priority; set to 3 by default.
129-
* :option:`CONFIG_ZBOSS_DEFAULT_THREAD_STACK_SIZE` - Defines the size of the thread stack; set to 2048 by default.
132+
* ``CONFIG_ZBOSS_DEFAULT_THREAD_PRIORITY`` - Defines thread priority; set to ``3`` by default.
133+
* ``CONFIG_ZBOSS_DEFAULT_THREAD_STACK_SIZE`` - Defines the size of the thread stack; set to ``2048`` by default.
130134

131135
.. _zigbee_ug_logging:
132136

133137
Custom logging per module
134138
=========================
135139

136-
Logging is handled with the :option:`CONFIG_LOG` option.
140+
Logging is handled with the ``CONFIG_LOG`` Kconfig option.
137141
This option enables logging for both the stack and Zephyr's `Logging`_ API.
138142

139143
.. _zigbee_ug_logging_application_logs:
@@ -150,21 +154,22 @@ Stack logs
150154
----------
151155

152156
The stack logs are independent from Zephyr's `Logging`_ API.
153-
To customize them, use the following options:
157+
To customize them, use the following Kconfig options:
154158

155-
* :option:`CONFIG_ZBOSS_ERROR_PRINT_TO_LOG` - Allows the application to log ZBOSS error names; enabled by default.
156-
* :option:`CONFIG_ZBOSS_TRACE_MASK` - Sets the modules from which ZBOSS will log the debug messages with :option:`CONFIG_ZBOSS_TRACE_LOG_LEVEL`; no module is set by default.
157-
* :option:`CONFIG_ZBOSS_TRAF_DUMP` - Enables logging of the received 802.15.4 frames over ZBOSS trace log if :option:`CONFIG_ZBOSS_TRACE_LOG_LEVEL` is set; disabled by default.
159+
* ``CONFIG_ZBOSS_ERROR_PRINT_TO_LOG`` - Allows the application to log ZBOSS error names; enabled by default.
160+
* ``CONFIG_ZBOSS_TRACE_MASK`` - Sets the modules from which ZBOSS will log the debug messages with ``CONFIG_ZBOSS_TRACE_LOG_LEVEL``; no module is set by default.
161+
* ``CONFIG_ZBOSS_TRAF_DUMP`` - Enables logging of the received 802.15.4 frames over ZBOSS trace log if ``CONFIG_ZBOSS_TRACE_LOG_LEVEL`` is set; disabled by default.
158162

159-
The stack logs are provided in a binary format and you can configure how they are printed:
163+
The stack logs are provided in a binary format.
164+
You can configure how they are printed with the following Kconfig options:
160165

161-
* :option:`CONFIG_ZBOSS_TRACE_HEXDUMP_LOGGING` - Stack logs are printed as hexdump using Zephyr's `Logging`_ API.
166+
* ``CONFIG_ZBOSS_TRACE_HEXDUMP_LOGGING`` - Stack logs are printed as hexdump using Zephyr's `Logging`_ API.
162167
This option is enabled by default.
163-
* :option:`CONFIG_ZBOSS_TRACE_BINARY_LOGGING` - Stack logs are printed in the binary format using one of the following independent serial backends of your choice:
168+
* ``CONFIG_ZBOSS_TRACE_BINARY_LOGGING`` - Stack logs are printed in the binary format using one of the following independent serial backends of your choice:
164169

165-
* :option:`CONFIG_ZBOSS_TRACE_UART_LOGGING` - UART serial.
170+
* ``CONFIG_ZBOSS_TRACE_UART_LOGGING`` - UART serial.
166171
This backend is enabled by default.
167-
* :option:`CONFIG_ZBOSS_TRACE_USB_CDC_LOGGING` - USB CDC serial.
172+
* ``CONFIG_ZBOSS_TRACE_USB_CDC_LOGGING`` - USB CDC serial.
168173

169174
To specify the serial device, you need to set the ``ncs,zboss-trace-uart`` choice in devicetree like this:
170175

@@ -175,18 +180,19 @@ The stack logs are provided in a binary format and you can configure how they ar
175180
};
176181
177182
.. note::
178-
When you select :option:`CONFIG_ZBOSS_TRACE_USB_CDC_LOGGING`, the USB peripheral is enabled and the USB CDC serial is configured as a part of the :c:func:`zb_osif_serial_logger_init` function.
183+
When you select the ``CONFIG_ZBOSS_TRACE_USB_CDC_LOGGING`` Kconfig option, the USB peripheral is enabled and the USB CDC serial is configured as a part of the :c:func:`zb_osif_serial_logger_init` function.
179184
The application does not wait for the connection to be established and unreceived data is lost.
180185
For this reason, start collecting the data as soon as you need to.
181186

182187
See `CDC ACM`_ in the Zephyr documentation for more information about how to configure USB CDC ACM instance for logging ZBOSS trace messages.
183188

184-
* :option:`CONFIG_ZBOSS_TRACE_BINARY_NCP_TRANSPORT_LOGGING` - Stack logs are printed in the binary format using the NCP transport channel.
189+
* ``CONFIG_ZBOSS_TRACE_BINARY_NCP_TRANSPORT_LOGGING`` - Stack logs are printed in the binary format using the NCP transport channel.
185190

186191
Stack logs are stored in the internal buffer if they are printed using Zephyr's `Logging`_ API or the independent serial backend.
187-
You can customize the buffer size with the :option:`CONFIG_ZBOSS_TRACE_LOGGER_BUFFER_SIZE`.
192+
You can customize the buffer size with the ``CONFIG_ZBOSS_TRACE_LOGGER_BUFFER_SIZE`` Kconfig option.
188193
The buffer size must be larger than ``256`` and smaller than ``2147483648``.
189-
If NCP transport channel is used, stack logs are stored in the buffer used for NCP transport, which size can be configured with :option:`CONFIG_ZIGBEE_UART_TX_BUF_LEN`.
194+
If NCP transport channel is used, stack logs are stored in the buffer used for NCP transport.
195+
This buffer's size can be configured with the ``CONFIG_ZIGBEE_UART_TX_BUF_LEN`` Kconfig option.
190196

191197
.. _zigbee_ug_logging_logger_options:
192198

@@ -196,12 +202,12 @@ Zephyr's logger options
196202
You can configure custom logger options for each Zigbee and ZBOSS module.
197203
To do this, configure the related Kconfig option for one or more modules:
198204

199-
* :option:`CONFIG_ZBOSS_TRACE_LOG_LEVEL`
200-
* :option:`CONFIG_ZBOSS_OSIF_LOG_LEVEL`
201-
* :option:`CONFIG_ZIGBEE_SHELL_LOG_LEVEL`
202-
* :option:`CONFIG_ZIGBEE_APP_UTILS_LOG_LEVEL_CHOICE`
203-
* :option:`CONFIG_ZIGBEE_LOGGER_EP_LOG_LEVEL_CHOICE`
204-
* :option:`CONFIG_ZIGBEE_SCENES_LOG_LEVEL`
205+
* ``CONFIG_ZBOSS_TRACE_LOG_LEVEL``
206+
* ``CONFIG_ZBOSS_OSIF_LOG_LEVEL``
207+
* ``CONFIG_ZIGBEE_SHELL_LOG_LEVEL``
208+
* ``CONFIG_ZIGBEE_APP_UTILS_LOG_LEVEL_CHOICE``
209+
* ``CONFIG_ZIGBEE_LOGGER_EP_LOG_LEVEL_CHOICE``
210+
* ``CONFIG_ZIGBEE_SCENES_LOG_LEVEL``
205211

206212
For each of the modules, you can set the following logging options:
207213

@@ -211,7 +217,7 @@ For each of the modules, you can set the following logging options:
211217
* ``LOG_LEVEL_INF`` - Enables logging for informational messages, errors, and warnings.
212218
* ``LOG_LEVEL_DBG`` - Enables logging for debug messages, informational messages, errors, and warnings.
213219

214-
For example, setting :option:`CONFIG_ZBOSS_TRACE_LOG_LEVEL_INF` will enable logging of informational messages, errors, and warnings for the ZBOSS Trace module.
220+
For example, setting ``CONFIG_ZBOSS_TRACE_LOG_LEVEL_INF`` will enable logging of informational messages, errors, and warnings for the ZBOSS Trace module.
215221

216222
Reduced power consumption
217223
=========================

0 commit comments

Comments
 (0)