diff --git a/examples/all-clusters-app/nrfconnect/README.md b/examples/all-clusters-app/nrfconnect/README.md index b82ba085fe0bbc..a3e2edb3deac69 100644 --- a/examples/all-clusters-app/nrfconnect/README.md +++ b/examples/all-clusters-app/nrfconnect/README.md @@ -21,31 +21,6 @@ platform, so only one protocol can be supported for a specific device.
-- [Overview](#overview) - - [Bluetooth LE advertising](#bluetooth-le-advertising) - - [Bluetooth LE rendezvous](#bluetooth-le-rendezvous) -- [Requirements](#requirements) - - [Supported devices](#supported-devices) - - [IPv6 network support](#ipv6-network-support) -- [Device UI](#device-ui) -- [Setting up the environment](#setting-up-the-environment) - - [Using Docker container for setup](#using-docker-container-for-setup) - - [Using native shell for setup](#using-native-shell-for-setup) -- [Building](#building) - - [Removing build artifacts](#removing-build-artifacts) - - [Building with release configuration](#building-with-release-configuration) - - [Building with Device Firmware Upgrade support](#building-with-device-firmware-upgrade-support) -- [Configuring the example](#configuring-the-example) - - [Example build types](#example-build-types) -- [Flashing and debugging](#flashing-and-debugging) - - [Flashing on the development kits](#flashing-on-the-development-kits) - - [Flashing on the nRF52840 Dongle](#flashing-on-the-nrf52840-dongle) -- [Testing the example](#testing-the-example) - - [Testing using Linux CHIPTool](#testing-using-linux-chiptool) - - [Testing using Android CHIPTool](#testing-using-android-chiptool) - -
- ## Overview This example is running on the nRF Connect platform, which is based on Nordic @@ -108,12 +83,12 @@ more information. The example supports building and running on the following devices: -| Hardware platform | Build target | Platform image | -| --------------------------------------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [nRF52840 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK) | `nrf52840dk_nrf52840` |
nRF52840 DKnRF52840 DK
| -| [nRF5340 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF5340-DK) | `nrf5340dk_nrf5340_cpuapp` |
nRF5340 DKnRF5340 DK
| -| [nRF52840 Dongle](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-Dongle) | `nrf52840dongle_nrf52840` |
nRF52840 DonglenRF52840 Dongle
| -| [nRF7002 DK](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf7002.html#nrf7002dk-nrf5340) | `nrf7002dk_nrf5340_cpuapp` |
nRF7002DKnRF7002 DK
| +| Hardware platform | Build target | Platform image | +| ------------------------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [nRF52840 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK) | `nrf52840dk_nrf52840` |
nRF52840 DKnRF52840 DK
| +| [nRF5340 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF5340-DK) | `nrf5340dk_nrf5340_cpuapp` |
nRF5340 DKnRF5340 DK
| +| [nRF52840 Dongle](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-Dongle) | `nrf52840dongle_nrf52840` |
nRF52840 DonglenRF52840 Dongle
| +| [nRF7002 DK](https://www.nordicsemi.com/Products/Development-hardware/nRF7002-DK) | `nrf7002dk_nrf5340_cpuapp` |
nRF7002 DKnRF7002 DK
|
diff --git a/examples/all-clusters-minimal-app/nrfconnect/README.md b/examples/all-clusters-minimal-app/nrfconnect/README.md index 70ac0f9551a78d..a015c7a61ed115 100644 --- a/examples/all-clusters-minimal-app/nrfconnect/README.md +++ b/examples/all-clusters-minimal-app/nrfconnect/README.md @@ -19,30 +19,6 @@ device works as a Thread Minimal End Device.
-- [Overview](#overview) - - [Bluetooth LE advertising](#bluetooth-le-advertising) - - [Bluetooth LE rendezvous](#bluetooth-le-rendezvous) -- [Requirements](#requirements) - - [Supported devices](#supported-devices) -- [Device UI](#device-ui) -- [Setting up the environment](#setting-up-the-environment) - - [Using Docker container for setup](#using-docker-container-for-setup) - - [Using native shell for setup](#using-native-shell-for-setup) -- [Building](#building) - - [Removing build artifacts](#removing-build-artifacts) - - [Building with release configuration](#building-with-release-configuration) - - [Building with Device Firmware Upgrade support](#building-with-device-firmware-upgrade-support) -- [Configuring the example](#configuring-the-example) - - [Example build types](#example-build-types) -- [Flashing and debugging](#flashing-and-debugging) - - [Flashing on the development kits](#flashing-on-the-development-kits) - - [Flashing on the nRF52840 Dongle](#flashing-on-the-nrf52840-dongle) -- [Testing the example](#testing-the-example) - - [Testing using Linux CHIPTool](#testing-using-linux-chiptool) - - [Testing using Android CHIPTool](#testing-using-android-chiptool) - -
- ## Overview This example is running on the nRF Connect platform, which is based on Nordic diff --git a/examples/light-switch-app/nrfconnect/README.md b/examples/light-switch-app/nrfconnect/README.md index a446c2b3bc42b8..28eef95255ee60 100644 --- a/examples/light-switch-app/nrfconnect/README.md +++ b/examples/light-switch-app/nrfconnect/README.md @@ -26,38 +26,6 @@ device.
-- [Overview](#overview) - - [Bluetooth LE advertising](#bluetooth-le-advertising) - - [Bluetooth LE rendezvous](#bluetooth-le-rendezvous) - - [Device Firmware Upgrade](#device-firmware-upgrade) -- [Requirements](#requirements) - - [Supported devices](#supported-devices) - - [IPv6 network support](#ipv6-network-support) -- [Device UI](#device-ui) - - [LEDs](#leds) - - [Buttons](#buttons) - - [Matter CLI](#matter-cli-commands) -- [Setting up the environment](#setting-up-the-environment) - - [Using Docker container for setup](#using-docker-container-for-setup) - - [Using native shell for setup](#using-native-shell-for-setup) -- [Building](#building) - - [Removing build artifacts](#removing-build-artifacts) - - [Building with release configuration](#building-with-release-configuration) - - [Building with Device Firmware Upgrade support](#building-with-device-firmware-upgrade-support) -- [Configuring the example](#configuring-the-example) - - [Example build types](#example-build-types) -- [Flashing and debugging](#flashing-and-debugging) -- [Testing the example](#testing-the-example) - - [Commissioning the lighting device](#commissioning-the-lighting-device) - - [Binding cluster and endpoints](#binding-cluster-and-endpoints) - - [Unicast binding to a remote endpoint using the CHIP Tool for Windows or Linux](#unicast-binding-to-a-remote-endpoint-using-the-chip-tool-for-windows-or-linux) - - [Group multicast binding to the group of remote endpoints using the CHIP Tool for Windows or Linux](#group-multicast-binding-to-the-group-of-remote-endpoints-using-the-chip-tool-for-windows-or-linux) - - [Testing the communication](#testing-the-communication) - - [Testing the Generic Switch](#testing-the-generic-switch) - - [Testing Device Firmware Upgrade](#testing-device-firmware-upgrade) - -
- ## Overview This example is running on the nRF Connect platform, which is based on Nordic @@ -229,11 +197,11 @@ more information. The example supports building and running on the following devices: -| Hardware platform | Build target | Platform image | -| --------------------------------------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -| [nRF52840 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK) | `nrf52840dk_nrf52840` |
nRF52840 DKnRF52840 DK
| -| [nRF5340 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF5340-DK) | `nrf5340dk_nrf5340_cpuapp` |
nRF5340 DKnRF5340 DK
| -| [nRF7002 DK](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf7002.html#nrf7002dk-nrf5340) | `nrf7002dk_nrf5340_cpuapp` |
nRF7002DKnRF7002 DK
| +| Hardware platform | Build target | Platform image | +| ----------------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | +| [nRF52840 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK) | `nrf52840dk_nrf52840` |
nRF52840 DKnRF52840 DK
| +| [nRF5340 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF5340-DK) | `nrf5340dk_nrf5340_cpuapp` |
nRF5340 DKnRF5340 DK
| +| [nRF7002 DK](https://www.nordicsemi.com/Products/Development-hardware/nRF7002-DK) | `nrf7002dk_nrf5340_cpuapp` |
nRF7002 DKnRF7002 DK
| ### IPv6 network support diff --git a/examples/lighting-app/nrfconnect/README.md b/examples/lighting-app/nrfconnect/README.md index ee816203b06937..fd2a0c0d91aaac 100644 --- a/examples/lighting-app/nrfconnect/README.md +++ b/examples/lighting-app/nrfconnect/README.md @@ -22,35 +22,6 @@ platform, so only one protocol can be supported for a specific light device.
-- [Overview](#overview) - - [Bluetooth LE advertising](#bluetooth-le-advertising) - - [Bluetooth LE rendezvous](#bluetooth-le-rendezvous) - - [Device Firmware Upgrade](#device-firmware-upgrade) -- [Requirements](#requirements) - - [Supported devices](#supported-devices) - - [IPv6 network support](#ipv6-network-support) -- [Device UI](#device-ui) -- [Setting up the environment](#setting-up-the-environment) - - [Using Docker container for setup](#using-docker-container-for-setup) - - [Using native shell for setup](#using-native-shell-for-setup) -- [Building](#building) - - [Removing build artifacts](#removing-build-artifacts) - - [Building with release configuration](#building-with-release-configuration) - - [Building with Pigweed RPCs](#building-with-pigweed-rpcs) - - [Building with Device Firmware Upgrade support](#building-with-device-firmware-upgrade-support) -- [Configuring the example](#configuring-the-example) - - [Example build types](#example-build-types) -- [Flashing and debugging](#flashing-and-debugging) - - [Flashing on the development kits](#flashing-on-the-development-kits) - - [Flashing on the nRF52840 Dongle](#flashing-on-the-nrf52840-dongle) -- [Testing the example](#testing-the-example) - - [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) - -
- ## Overview This example is running on the nRF Connect platform, which is based on Nordic @@ -180,12 +151,12 @@ more information. The example supports building and running on the following devices: -| Hardware platform | Build target | Platform image | -| --------------------------------------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [nRF52840 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK) | `nrf52840dk_nrf52840` |
nRF52840 DKnRF52840 DK
| -| [nRF5340 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF5340-DK) | `nrf5340dk_nrf5340_cpuapp` |
nRF5340 DKnRF5340 DK
| -| [nRF52840 Dongle](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-Dongle) | `nrf52840dongle_nrf52840` |
nRF52840 DonglenRF52840 Dongle
| -| [nRF7002 DK](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf7002.html#nrf7002dk-nrf5340) | `nrf7002dk_nrf5340_cpuapp` |
nRF7002DKnRF7002 DK
| +| Hardware platform | Build target | Platform image | +| ------------------------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [nRF52840 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK) | `nrf52840dk_nrf52840` |
nRF52840 DKnRF52840 DK
| +| [nRF5340 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF5340-DK) | `nrf5340dk_nrf5340_cpuapp` |
nRF5340 DKnRF5340 DK
| +| [nRF52840 Dongle](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-Dongle) | `nrf52840dongle_nrf52840` |
nRF52840 DonglenRF52840 Dongle
| +| [nRF7002 DK](https://www.nordicsemi.com/Products/Development-hardware/nRF7002-DK) | `nrf7002dk_nrf5340_cpuapp` |
nRF7002 DKnRF7002 DK
|
diff --git a/examples/lock-app/nrfconnect/README.md b/examples/lock-app/nrfconnect/README.md index 7aef2c91559d43..cad3b52b0847bb 100644 --- a/examples/lock-app/nrfconnect/README.md +++ b/examples/lock-app/nrfconnect/README.md @@ -22,31 +22,6 @@ platform, so only one protocol can be supported for a specific lock device.
-- [Overview](#overview) - - [Bluetooth LE advertising](#bluetooth-le-advertising) - - [Bluetooth LE rendezvous](#bluetooth-le-rendezvous) - - [Device Firmware Upgrade](#device-firmware-upgrade) -- [Requirements](#requirements) - - [Supported devices](#supported-devices) - - [IPv6 network support](#ipv6-network-support) -- [Device UI](#device-ui) -- [Setting up the environment](#setting-up-the-environment) - - [Using Docker container for setup](#using-docker-container-for-setup) - - [Using native shell for setup](#using-native-shell-for-setup) -- [Building](#building) - - [Removing build artifacts](#removing-build-artifacts) - - [Building with release configuration](#building-with-release-configuration) - - [Building with Device Firmware Upgrade support](#building-with-device-firmware-upgrade-support) -- [Configuring the example](#configuring-the-example) - - [Example build types](#example-build-types) -- [Flashing and debugging](#flashing-and-debugging) -- [Testing the example](#testing-the-example) - - [Testing using Linux CHIPTool](#testing-using-linux-chiptool) - - [Testing using Android CHIPTool](#testing-using-android-chiptool) - - [Testing Device Firmware Upgrade](#testing-device-firmware-upgrade) - -
- ## Overview This example is running on the nRF Connect platform, which is based on Nordic @@ -171,11 +146,11 @@ more information. The example supports building and running on the following devices: -| Hardware platform | Build target | Platform image | -| --------------------------------------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -| [nRF52840 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK) | `nrf52840dk_nrf52840` |
nRF52840 DKnRF52840 DK
| -| [nRF5340 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF5340-DK) | `nrf5340dk_nrf5340_cpuapp` |
nRF5340 DKnRF5340 DK
| -| [nRF7002 DK](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf7002.html#nrf7002dk-nrf5340) | `nrf7002dk_nrf5340_cpuapp` |
nRF7002DKnRF7002 DK
| +| Hardware platform | Build target | Platform image | +| ----------------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | +| [nRF52840 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK) | `nrf52840dk_nrf52840` |
nRF52840 DKnRF52840 DK
| +| [nRF5340 DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF5340-DK) | `nrf5340dk_nrf5340_cpuapp` |
nRF5340 DKnRF5340 DK
| +| [nRF7002 DK](https://www.nordicsemi.com/Products/Development-hardware/nRF7002-DK) | `nrf7002dk_nrf5340_cpuapp` |
nRF7002 DKnRF7002 DK
|
diff --git a/examples/pigweed-app/nrfconnect/README.md b/examples/pigweed-app/nrfconnect/README.md index a6adf61fbfde47..8e24da6b73e2ba 100644 --- a/examples/pigweed-app/nrfconnect/README.md +++ b/examples/pigweed-app/nrfconnect/README.md @@ -25,22 +25,6 @@ the following features are available:
-- [Overview](#overview) -- [Requirements](#requirements) - - [Supported devices](#supported-devices) -- [Device UI](#device-ui) -- [Setting up the environment](#setting-up-the-environment) - - [Using Docker container for setup](#using-docker-container-for-setup) - - [Using native shell for setup](#using-native-shell-for-setup) -- [Building](#building) -- [Configuring the example](#configuring-the-example) -- [Flashing and debugging](#flashing-and-debugging) - - [Flashing on the nRF52840 DK](#flashing-on-the-nrf52840-dk) - - [Flashing on the nRF52840 Dongle](#flashing-on-the-nrf52840-dongle) -- [Testing the example](#testing-the-example) - -
- ## Overview This example is running on the nRF Connect platform, which is based on the diff --git a/examples/platform/nrfconnect/doc/images/nRF7002-DK_Front-small.png b/examples/platform/nrfconnect/doc/images/nRF7002-DK_Front-small.png new file mode 100644 index 00000000000000..fbf84407fc3eb2 Binary files /dev/null and b/examples/platform/nrfconnect/doc/images/nRF7002-DK_Front-small.png differ diff --git a/examples/platform/nrfconnect/doc/images/nrf7002dk.jpg b/examples/platform/nrfconnect/doc/images/nrf7002dk.jpg deleted file mode 100644 index 1308472505e123..00000000000000 Binary files a/examples/platform/nrfconnect/doc/images/nrf7002dk.jpg and /dev/null differ diff --git a/examples/pump-app/nrfconnect/README.md b/examples/pump-app/nrfconnect/README.md index 9c20935f23c116..eab5c9bc72df33 100644 --- a/examples/pump-app/nrfconnect/README.md +++ b/examples/pump-app/nrfconnect/README.md @@ -20,26 +20,6 @@ device works as a Thread Minimal End Device.
-- [Overview](#overview) - - [Bluetooth LE advertising](#bluetooth-le-advertising) - - [Bluetooth LE rendezvous](#bluetooth-le-rendezvous) - - [Device Firmware Upgrade](#device-firmware-upgrade) -- [Requirements](#requirements) - - [Supported devices](#supported-devices) -- [Device UI](#device-ui) -- [Setting up the environment](#setting-up-the-environment) - - [Using Docker container for setup](#using-docker-container-for-setup) - - [Using native shell for setup](#using-native-shell-for-setup) -- [Building](#building) -- [Configuring the example](#configuring-the-example) - - [Example build types](#example-build-types) -- [Flashing and debugging](#flashing-and-debugging) -- [Testing the example](#testing-the-example) - - [Testing using Linux CHIPTool](#testing-using-linux-chiptool) - - [Testing using Android CHIPTool](#testing-using-android-chiptool) - -
- ## Overview This example is running on the nRF Connect platform, which is based on Nordic diff --git a/examples/pump-controller-app/nrfconnect/README.md b/examples/pump-controller-app/nrfconnect/README.md index e8fc9ac57cfa63..0b601a5d5c778d 100644 --- a/examples/pump-controller-app/nrfconnect/README.md +++ b/examples/pump-controller-app/nrfconnect/README.md @@ -21,26 +21,6 @@ device works as a Thread Minimal End Device.
-- [Overview](#overview) - - [Bluetooth LE advertising](#bluetooth-le-advertising) - - [Bluetooth LE rendezvous](#bluetooth-le-rendezvous) - - [Device Firmware Upgrade](#device-firmware-upgrade) -- [Requirements](#requirements) - - [Supported devices](#supported-devices) -- [Device UI](#device-ui) -- [Setting up the environment](#setting-up-the-environment) - - [Using Docker container for setup](#using-docker-container-for-setup) - - [Using native shell for setup](#using-native-shell-for-setup) -- [Building](#building) -- [Configuring the example](#configuring-the-example) - - [Example build types](#example-build-types) -- [Flashing and debugging](#flashing-and-debugging) -- [Testing the example](#testing-the-example) - - [Testing using Linux CHIPTool](#testing-using-linux-chiptool) - - [Testing using Android CHIPTool](#testing-using-android-chiptool) - -
- ## Overview This example is running on the nRF Connect platform, which is based on Nordic diff --git a/examples/window-app/nrfconnect/README.md b/examples/window-app/nrfconnect/README.md index 415401e269b25a..79df0d3a57cbc0 100644 --- a/examples/window-app/nrfconnect/README.md +++ b/examples/window-app/nrfconnect/README.md @@ -18,30 +18,6 @@ into an existing Matter network and can be controlled by this network.
-- [Overview](#overview) - - [Bluetooth LE advertising](#bluetooth-le-advertising) - - [Bluetooth LE rendezvous](#bluetooth-le-rendezvous) - - [Device Firmware Upgrade](#device-firmware-upgrade) -- [Requirements](#requirements) - - [Supported devices](#supported-devices) -- [Device UI](#device-ui) -- [Setting up the environment](#setting-up-the-environment) - - [Using Docker container for setup](#using-docker-container-for-setup) - - [Using native shell for setup](#using-native-shell-for-setup) -- [Building](#building) - - [Removing build artifacts](#removing-build-artifacts) - - [Building with release configuration](#building-with-release-configuration) - - [Building with Device Firmware Upgrade support](#building-with-device-firmware-upgrade-support) -- [Configuring the example](#configuring-the-example) - - [Example build types](#example-build-types) -- [Flashing and debugging](#flashing-and-debugging) -- [Testing the example](#testing-the-example) - - [Testing using Linux CHIPTool](#testing-using-linux-chiptool) - - [Testing using Android CHIPTool](#testing-using-android-chiptool) - - [Testing Device Firmware Upgrade](#testing-device-firmware-upgrade) - -
- ## Overview This example is running on the nRF Connect platform, which is based on Nordic