Skip to content

Commit

Permalink
doc: minor updates
Browse files Browse the repository at this point in the history
Fixes for samples and quick start guide.

Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
  • Loading branch information
edmont committed Nov 11, 2024
1 parent dacf24f commit 27691f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions docs/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,21 @@ To program the samples, complete the following steps:

Repeat Steps 2 and 3 for the sample.
The **LED2** turns on when the application is started.
#. Press **Button 0** on the development kit programmed with the network coordinator sample to reopen the Zigbee network.
#. Press **BUTTON 0** on the development kit programmed with the network coordinator sample to reopen the Zigbee network.
After some time, the devices join the Zigbee network.

* On the development kit programmed with the light bulb sample, **LED1** turns on when the light bulb joins the network.
* On the development kit programmed with the light switch sample, **LED1** turns on when the device joins the network and **LED2** turns on when the light switch finds a light bulb to control.

Reopening the network
If you find that you are having issues with your devices joining the Zigbee network, it may be because the network needs to be reopened manually.
By default, the network remains open for 180 seconds at startup and after **Button 0** is pressed.
By default, the network remains open for 180 seconds at startup and after **BUTTON 0** is pressed.
After 180 seconds have passed, the network will close and needs to be re-opened.

When the network is open, **LED1** on the development kit programmed with the network coordinator sample will be on.
If **LED1** is not on, then the network is closed and needs to be reopened again.

To reopen the network, press **Button 0** on the development kit that has been programmed as the network coordinator.
To reopen the network, press **BUTTON 0** on the development kit that has been programmed as the network coordinator.

For more information, see the :ref:`User interface <zigbee_network_coordinator_user_interface>` section for the :ref:`Zigbee Network coordinator <zigbee_network_coordinator_sample>` sample.

Expand All @@ -104,10 +104,10 @@ Test the network

After forming the Zigbee network, test the interaction between the devices:

1. Press **Button 1** once on the development kit programmed with the light switch sample to turn off the light bulb's **LED1**.
#. Press **Button 0** once on the development kit programmed with the light switch sample to turn on the light bulb's **LED1**.
#. Press and hold **Button 0** on the development kit programmed with the light switch sample to decrease the light bulb's **LED1** brightness.
#. Press and hold **Button 1** on the development kit programmed with the light switch sample to increase the light bulb's **LED1** brightness.
1. Press **BUTTON 1** once on the development kit programmed with the light switch sample to turn off the light bulb's **LED1**.
#. Press **BUTTON 0** once on the development kit programmed with the light switch sample to turn on the light bulb's **LED1**.
#. Press and hold **BUTTON 0** on the development kit programmed with the light switch sample to decrease the light bulb's **LED1** brightness.
#. Press and hold **BUTTON 1** on the development kit programmed with the light switch sample to increase the light bulb's **LED1** brightness.

Next steps
**********
Expand Down
2 changes: 1 addition & 1 deletion samples/light_bulb/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ After programming the sample to your development kits, complete the following st

#. Use the buttons on the development kit that runs the :ref:`zigbee_light_switch_sample` sample to control the light bulb.

The result of using the buttons is reflected on the light bulb's **LED3**.
The result of using the buttons is reflected on the light bulb's **LED1**.

You can now use buttons on the light switch to control the light bulb, as described in the :ref:`zigbee_light_switch_user_interface` section of the Light switch sample page.

Expand Down
2 changes: 1 addition & 1 deletion samples/network_coordinator/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ After programming the sample to your development kit, complete the following ste

#. Use buttons on the development kit that runs the Light switch sample to control the light bulb, as described in the Light switch sample's user interface section.

The result of using the buttons is reflected on the light bulb's **LED3**.
The result of using the buttons is reflected on the light bulb's **LED1**.

You can now use buttons on the light switch to control the light bulb, as described in the :ref:`zigbee_light_switch_user_interface` section of the Light switch sample page.

Expand Down

0 comments on commit 27691f9

Please sign in to comment.