Skip to content

Commit

Permalink
[nrfconnect] Added info about CHIPTool commissioning to readme (#23085)
Browse files Browse the repository at this point in the history
Added link to Linux CHIPTool commissioning guide in all nrfconnect
examples readme.
  • Loading branch information
kkasperczyk-no authored Oct 10, 2022
1 parent 2dff074 commit 3b96652
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 14 deletions.
11 changes: 9 additions & 2 deletions examples/all-clusters-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ device works as a Thread Minimal End Device.
- [Flashing on the development kits](#nrfdks_flashing)
- [Flashing on the nRF52840 Dongle](#nrf52840dongle_flashing)
- [Testing the example](#testing-the-example)
- [Testing using CHIPTool](#testing-using-chiptool)
- [Testing using Linux CHIPTool](#testing-using-linux-chiptool)
- [Testing using Android CHIPTool](#testing-using-android-chiptool)

<hr>

Expand Down Expand Up @@ -427,7 +428,13 @@ to read more about flashing on the nRF52840 Dongle.
Check the [CLI tutorial](../../../docs/guides/nrfconnect_examples_cli.md) to
learn how to use command-line interface of the application.

### Testing using CHIPTool
### Testing using Linux CHIPTool

Read the [CHIP Tool user guide](../../../docs/guides/chip_tool_guide.md) to see
how to use [CHIP Tool for Linux or mac OS](../../chip-tool/README.md) to
commission and control the application within a Matter-enabled Thread network.

### Testing using Android CHIPTool

Read the
[Android commissioning guide](../../../docs/guides/nrfconnect_android_commissioning.md)
Expand Down
11 changes: 9 additions & 2 deletions examples/all-clusters-minimal-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ device works as a Thread Minimal End Device.
- [Flashing on the development kits](#nrfdks_flashing)
- [Flashing on the nRF52840 Dongle](#nrf52840dongle_flashing)
- [Testing the example](#testing-the-example)
- [Testing using CHIPTool](#testing-using-chiptool)
- [Testing using Linux CHIPTool](#testing-using-linux-chiptool)
- [Testing using Android CHIPTool](#testing-using-android-chiptool)

<hr>

Expand Down Expand Up @@ -427,7 +428,13 @@ to read more about flashing on the nRF52840 Dongle.
Check the [CLI tutorial](../../../docs/guides/nrfconnect_examples_cli.md) to
learn how to use command-line interface of the application.

### Testing using CHIPTool
### Testing using Linux CHIPTool

Read the [CHIP Tool user guide](../../../docs/guides/chip_tool_guide.md) to see
how to use [CHIP Tool for Linux or mac OS](../../chip-tool/README.md) to
commission and control the application within a Matter-enabled Thread network.

### Testing using Android CHIPTool

Read the
[Android commissioning guide](../../../docs/guides/nrfconnect_android_commissioning.md)
Expand Down
11 changes: 9 additions & 2 deletions examples/lighting-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ device works as a Thread Router.
- [Flashing on the development kits](#nrfdks_flashing)
- [Flashing on the nRF52840 Dongle](#nrf52840dongle_flashing)
- [Testing the example](#testing-the-example)
- [Testing using CHIPTool](#testing-using-chiptool)
- [Testing using Linux CHIPTool](#testing-using-linux-chiptool)
- [Testing using Android CHIPTool](#testing-using-android-chiptool)
- [Testing Device Firmware Upgrade](#testing-device-firmware-upgrade)
- [Device Tracing](#device-tracing)

Expand Down Expand Up @@ -577,7 +578,13 @@ to read more about flashing on the nRF52840 Dongle.
Check the [CLI tutorial](../../../docs/guides/nrfconnect_examples_cli.md) to
learn how to use command-line interface of the application.

### Testing using CHIPTool
### Testing using Linux CHIPTool

Read the [CHIP Tool user guide](../../../docs/guides/chip_tool_guide.md) to see
how to use [CHIP Tool for Linux or mac OS](../../chip-tool/README.md) to
commission and control the application within a Matter-enabled Thread network.

### Testing using Android CHIPTool

Read the
[Android commissioning guide](../../../docs/guides/nrfconnect_android_commissioning.md)
Expand Down
11 changes: 9 additions & 2 deletions examples/lock-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ device works as a Thread Sleepy End Device.
- [Example build types](#example-build-types)
- [Flashing and debugging](#flashing-and-debugging)
- [Testing the example](#testing-the-example)
- [Testing using CHIPTool](#testing-using-chiptool)
- [Testing using Linux CHIPTool](#testing-using-linux-chiptool)
- [Testing using Android CHIPTool](#testing-using-android-chiptool)
- [Testing Device Firmware Upgrade](#testing-device-firmware-upgrade)

<hr>
Expand Down Expand Up @@ -498,7 +499,13 @@ directory:
Check the [CLI tutorial](../../../docs/guides/nrfconnect_examples_cli.md) to
learn how to use command-line interface of the application.

### Testing using CHIPTool
### Testing using Linux CHIPTool

Read the [CHIP Tool user guide](../../../docs/guides/chip_tool_guide.md) to see
how to use [CHIP Tool for Linux or mac OS](../../chip-tool/README.md) to
commission and control the application within a Matter-enabled Thread network.

### Testing using Android CHIPTool

Read the
[Android commissioning guide](../../../docs/guides/nrfconnect_android_commissioning.md)
Expand Down
11 changes: 9 additions & 2 deletions examples/pump-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ device works as a Thread Minimal End Device.
- [Example build types](#example-build-types)
- [Flashing and debugging](#flashing-and-debugging)
- [Testing the example](#testing-the-example)
- [Testing using CHIPTool](#testing-using-chiptool)
- [Testing using Linux CHIPTool](#testing-using-linux-chiptool)
- [Testing using Android CHIPTool](#testing-using-android-chiptool)

<hr>

Expand Down Expand Up @@ -494,7 +495,13 @@ directory:
Check the [CLI tutorial](../../../docs/guides/nrfconnect_examples_cli.md) to
learn how to use command-line interface of the application.

### Testing using CHIPTool
### Testing using Linux CHIPTool

Read the [CHIP Tool user guide](../../../docs/guides/chip_tool_guide.md) to see
how to use [CHIP Tool for Linux or mac OS](../../chip-tool/README.md) to
commission and control the application within a Matter-enabled Thread network.

### Testing using Android CHIPTool

Read the
[Android commissioning guide](../../../docs/guides/nrfconnect_android_commissioning.md)
Expand Down
11 changes: 9 additions & 2 deletions examples/pump-controller-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ device works as a Thread Minimal End Device.
- [Example build types](#example-build-types)
- [Flashing and debugging](#flashing-and-debugging)
- [Testing the example](#testing-the-example)
- [Testing using CHIPTool](#testing-using-chiptool)
- [Testing using Linux CHIPTool](#testing-using-linux-chiptool)
- [Testing using Android CHIPTool](#testing-using-android-chiptool)

<hr>

Expand Down Expand Up @@ -494,7 +495,13 @@ directory:
Check the [CLI tutorial](../../../docs/guides/nrfconnect_examples_cli.md) to
learn how to use command-line interface of the application.

### Testing using CHIPTool
### Testing using Linux CHIPTool

Read the [CHIP Tool user guide](../../../docs/guides/chip_tool_guide.md) to see
how to use [CHIP Tool for Linux or mac OS](../../chip-tool/README.md) to
commission and control the application within a Matter-enabled Thread network.

### Testing using Android CHIPTool

Read the
[Android commissioning guide](../../../docs/guides/nrfconnect_android_commissioning.md)
Expand Down
11 changes: 9 additions & 2 deletions examples/window-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ into an existing Matter network and can be controlled by this network.
- [Example build types](#example-build-types)
- [Flashing and debugging](#flashing-and-debugging)
- [Testing the example](#testing-the-example)
- [Testing using CHIPTool](#testing-using-chiptool)
- [Testing using Linux CHIPTool](#testing-using-linux-chiptool)
- [Testing using Android CHIPTool](#testing-using-android-chiptool)
- [Testing Device Firmware Upgrade](#testing-device-firmware-upgrade)

<hr>
Expand Down Expand Up @@ -515,7 +516,13 @@ directory:
Check the [CLI tutorial](../../../docs/guides/nrfconnect_examples_cli.md) to
learn how to use command-line interface of the application.

### Testing using CHIPTool
### Testing using Linux CHIPTool

Read the [CHIP Tool user guide](../../../docs/guides/chip_tool_guide.md) to see
how to use [CHIP Tool for Linux or mac OS](../../chip-tool/README.md) to
commission and control the application within a Matter-enabled Thread network.

### Testing using Android CHIPTool

Read the
[Android commissioning guide](../../../docs/guides/nrfconnect_android_commissioning.md)
Expand Down

0 comments on commit 3b96652

Please sign in to comment.