From 168805230088ad89606c8822928f86310e507e31 Mon Sep 17 00:00:00 2001 From: Kamil Kasperczyk <66371704+kkasperczyk-no@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:04:49 +0200 Subject: [PATCH] [nrfconnect] Added info about CHIPTool commissioning to readme (#23085) Added link to Linux CHIPTool commissioning guide in all nrfconnect examples readme. --- examples/all-clusters-app/nrfconnect/README.md | 11 +++++++++-- .../all-clusters-minimal-app/nrfconnect/README.md | 11 +++++++++-- examples/lighting-app/nrfconnect/README.md | 11 +++++++++-- examples/lock-app/nrfconnect/README.md | 11 +++++++++-- examples/pump-app/nrfconnect/README.md | 11 +++++++++-- examples/pump-controller-app/nrfconnect/README.md | 11 +++++++++-- examples/window-app/nrfconnect/README.md | 11 +++++++++-- 7 files changed, 63 insertions(+), 14 deletions(-) diff --git a/examples/all-clusters-app/nrfconnect/README.md b/examples/all-clusters-app/nrfconnect/README.md index 03dcc8c0ad3e56..b0befaebaa1a8d 100644 --- a/examples/all-clusters-app/nrfconnect/README.md +++ b/examples/all-clusters-app/nrfconnect/README.md @@ -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)
@@ -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) diff --git a/examples/all-clusters-minimal-app/nrfconnect/README.md b/examples/all-clusters-minimal-app/nrfconnect/README.md index e405d3e332303b..5f2d742502ed81 100644 --- a/examples/all-clusters-minimal-app/nrfconnect/README.md +++ b/examples/all-clusters-minimal-app/nrfconnect/README.md @@ -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)
@@ -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) diff --git a/examples/lighting-app/nrfconnect/README.md b/examples/lighting-app/nrfconnect/README.md index ba5e5b4eab6bb9..0c25aba55ff94b 100644 --- a/examples/lighting-app/nrfconnect/README.md +++ b/examples/lighting-app/nrfconnect/README.md @@ -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) @@ -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) diff --git a/examples/lock-app/nrfconnect/README.md b/examples/lock-app/nrfconnect/README.md index 9ffa39fc082e8e..1ed12be7e8ce79 100644 --- a/examples/lock-app/nrfconnect/README.md +++ b/examples/lock-app/nrfconnect/README.md @@ -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)
@@ -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) diff --git a/examples/pump-app/nrfconnect/README.md b/examples/pump-app/nrfconnect/README.md index 4669a70486592c..1ea3730c18e873 100644 --- a/examples/pump-app/nrfconnect/README.md +++ b/examples/pump-app/nrfconnect/README.md @@ -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)
@@ -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) diff --git a/examples/pump-controller-app/nrfconnect/README.md b/examples/pump-controller-app/nrfconnect/README.md index c1a84c893773ba..c353a93e889416 100644 --- a/examples/pump-controller-app/nrfconnect/README.md +++ b/examples/pump-controller-app/nrfconnect/README.md @@ -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)
@@ -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) diff --git a/examples/window-app/nrfconnect/README.md b/examples/window-app/nrfconnect/README.md index d23a676587beff..9fd8e4f7cb8a4f 100644 --- a/examples/window-app/nrfconnect/README.md +++ b/examples/window-app/nrfconnect/README.md @@ -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)
@@ -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)