diff --git a/config/nrfconnect/chip-module/Kconfig b/config/nrfconnect/chip-module/Kconfig
index 9301b2e9dc7bcb..ee51bfb15f4b99 100644
--- a/config/nrfconnect/chip-module/Kconfig
+++ b/config/nrfconnect/chip-module/Kconfig
@@ -22,7 +22,7 @@ config CHIP_APP_LOG_LEVEL
int "Set logging level in application"
default LOG_DEFAULT_LEVEL
help
- Sets the logging level in matter application.
+ Sets the logging level in Matter application.
This config should be used only within application.
To set the logging level for Matter stack use MATTER_LOG_LEVEL
config.
diff --git a/examples/all-clusters-app/nrfconnect/README.md b/examples/all-clusters-app/nrfconnect/README.md
index a9c4b699409c40..8f4eb0422a4326 100644
--- a/examples/all-clusters-app/nrfconnect/README.md
+++ b/examples/all-clusters-app/nrfconnect/README.md
@@ -10,14 +10,14 @@ creating your own application.
The example is based on
[Matter](https://github.com/project-chip/connectedhomeip) and Nordic
Semiconductor's nRF Connect SDK, and was created to facilitate testing and
-certification of a Matter device communicating over a low-power, 802.15.4
-network, either Thread or Wi-Fi.
+certification of a Matter device communicating over a low-power 802.15.4 Thread
+network, or Wi-Fi network.
The example behaves as a Matter accessory, that is a device that can be paired
into an existing Matter network and can be controlled by this network. In the
case of Thread, this device works as a Thread Sleepy End Device. Support for
both Thread and Wi-Fi is mutually exclusive and depends on the hardware
-platform, so only one protocol can be supported for a specific lock device.
+platform, so only one protocol can be supported for a specific device.
@@ -163,7 +163,7 @@ following states are possible:
- _Short Flash Off (950ms on/50ms off)_ — The device is fully
provisioned, but does not yet have full connectivity for Thread or Wi-Fi
- network, or the related services.
+ network.
- _Solid On_ — The device is fully provisioned.
@@ -177,18 +177,14 @@ following states are possible:
- _Pressed for more than 3 s_ — initiates the factory reset of the
device. Releasing the button within the 3-second window cancels the factory
- reset procedure.This piece of hardware is o
+ reset procedure.
-**Button 2** — Pressing the button once changes the lock state to the
-opposite one.
+**Button 2**:
- On nRF52840 DK, nRF5340 DK, and nRF21540 DK: Not available.
- On nRF7002 DK:
- - If pressed for less than three seconds, it changes the lock state to the
- opposite one.
-
- If pressed for more than three seconds, it starts the NFC tag emulation,
enables Bluetooth LE advertising for the predefined period of time (15
minutes by default), and makes the device discoverable over Bluetooth
diff --git a/examples/all-clusters-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay b/examples/all-clusters-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay
index 04253ef9667617..566236731653a5 100644
--- a/examples/all-clusters-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay
+++ b/examples/all-clusters-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay
@@ -37,9 +37,6 @@
&uart1 {
status = "disabled";
};
-&gpio1 {
- status = "disabled";
-};
&i2c0 {
status = "disabled";
};
diff --git a/examples/all-clusters-minimal-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay b/examples/all-clusters-minimal-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay
index 04253ef9667617..566236731653a5 100644
--- a/examples/all-clusters-minimal-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay
+++ b/examples/all-clusters-minimal-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay
@@ -37,9 +37,6 @@
&uart1 {
status = "disabled";
};
-&gpio1 {
- status = "disabled";
-};
&i2c0 {
status = "disabled";
};
diff --git a/examples/light-switch-app/nrfconnect/README.md b/examples/light-switch-app/nrfconnect/README.md
index d911ef3243983b..7aef1f6742fcb4 100644
--- a/examples/light-switch-app/nrfconnect/README.md
+++ b/examples/light-switch-app/nrfconnect/README.md
@@ -16,14 +16,15 @@ creating your own application.
The example is based on
[Matter](https://github.com/project-chip/connectedhomeip) and Nordic
Semiconductor's nRF Connect SDK, and was created to facilitate testing and
-certification of a Matter device communicating over a low-power, 802.15.4
-network, either Thread or Wi-Fi.
+certification of a Matter device communicating over a low-power, 802.15.4 Thread
+network, or Wi-Fi network.
The example behaves as a Matter accessory, that is a device that can be paired
into an existing Matter network and can be controlled by this network. In the
case of Thread, this device works as a Thread Sleepy End Device. Support for
both Thread and Wi-Fi is mutually exclusive and depends on the hardware
-platform, so only one protocol can be supported for a specific lock device.
+platform, so only one protocol can be supported for a specific light switch
+device.
@@ -291,7 +292,7 @@ following states are possible:
- _Short Flash Off (950ms on/50ms off)_ — The device is fully
provisioned, but does not yet have full connectivity for Thread or Wi-Fi
- network, or the related services.
+ network.
- _Solid On_ — The device is fully provisioned.
diff --git a/examples/lighting-app/nrfconnect/README.md b/examples/lighting-app/nrfconnect/README.md
index 25b5aba4981b7f..29f15ea497d37f 100644
--- a/examples/lighting-app/nrfconnect/README.md
+++ b/examples/lighting-app/nrfconnect/README.md
@@ -11,14 +11,14 @@ a reference for creating your own application.
The example is based on
[Matter](https://github.com/project-chip/connectedhomeip) and Nordic
Semiconductor's nRF Connect SDK, and was created to facilitate testing and
-certification of a Matter device communicating over a low-power, 802.15.4
-network, either Thread or Wi-Fi.
+certification of a Matter device communicating over a low-power, 802.15.4 Thread
+network, or Wi-Fi network.
The example behaves as a Matter accessory, that is a device that can be paired
into an existing Matter network and can be controlled by this network. In the
case of Thread, this device works as a Thread Sleepy End Device. Support for
both Thread and Wi-Fi is mutually exclusive and depends on the hardware
-platform, so only one protocol can be supported for a specific lock device.
+platform, so only one protocol can be supported for a specific light device.
@@ -234,7 +234,7 @@ following states are possible:
- _Short Flash Off (950ms on/50ms off)_ — The device is fully
provisioned, but does not yet have full connectivity for Thread or Wi-Fi
- network, or the related services.
+ network.
- _Solid On_ — The device is fully provisioned.
@@ -264,12 +264,12 @@ following states are possible:
**Button 2** — Pressing the button once changes the lighting state to the
opposite one.
-- On nRF52840 DK, nRF5340 DK, and nRF21540 DK: Changes the lock state to the
+- On nRF52840 DK, nRF5340 DK, and nRF21540 DK: Changes the LED state to the
opposite one.
- On nRF7002 DK:
- - If pressed for less than three seconds, it changes the lock state to the
+ - If pressed for less than three seconds, it changes the LED state to the
opposite one.
- If pressed for more than three seconds, it starts the NFC tag emulation,
diff --git a/examples/lock-app/nrfconnect/README.md b/examples/lock-app/nrfconnect/README.md
index e1f72992762fb4..050d5a7e0389d9 100644
--- a/examples/lock-app/nrfconnect/README.md
+++ b/examples/lock-app/nrfconnect/README.md
@@ -13,8 +13,8 @@ a reference for creating your own application.
The example is based on
[Matter](https://github.com/project-chip/connectedhomeip) and Nordic
Semiconductor's nRF Connect SDK, and was created to facilitate testing and
-certification of a Matter device communicating over a low-power, 802.15.4
-network, either Thread or Wi-Fi.
+certification of a Matter device communicating over a low-power, 802.15.4 Thread
+network, or Wi-Fi network.
The example behaves as a Matter accessory, that is a device that can be paired
into an existing Matter network and can be controlled by this network. In the
@@ -218,7 +218,7 @@ following states are possible:
- _Short Flash Off (950ms on/50ms off)_ — The device is fully
provisioned, but does not yet have full connectivity for Thread or Wi-Fi
- network, or the related services.
+ network.
- _Solid On_ — The device is fully provisioned.
diff --git a/examples/lock-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay b/examples/lock-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay
index a4bac9fffc2f9d..b211bc4f356ff5 100644
--- a/examples/lock-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay
+++ b/examples/lock-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay
@@ -37,9 +37,6 @@
&uart1 {
status = "disabled";
};
-&gpio1 {
- status = "disabled";
-};
&i2c0 {
status = "disabled";
};
diff --git a/examples/pump-app/nrfconnect/README.md b/examples/pump-app/nrfconnect/README.md
index 8044eadc19cdeb..c4a02dc8a2ebb0 100644
--- a/examples/pump-app/nrfconnect/README.md
+++ b/examples/pump-app/nrfconnect/README.md
@@ -193,7 +193,7 @@ following states are possible:
- _Short Flash Off (950ms on/50ms off)_ — The device is fully
provisioned, but does not yet have full connectivity for Thread or Wi-Fi
- network, or the related services.
+ network.
- _Solid On_ — The device is fully provisioned and has full Thread
network and service connectivity.
diff --git a/examples/pump-controller-app/nrfconnect/README.md b/examples/pump-controller-app/nrfconnect/README.md
index a3aae03ea9508a..8fb710d4d272f2 100644
--- a/examples/pump-controller-app/nrfconnect/README.md
+++ b/examples/pump-controller-app/nrfconnect/README.md
@@ -194,7 +194,7 @@ following states are possible:
- _Short Flash Off (950ms on/50ms off)_ — The device is fully
provisioned, but does not yet have full connectivity for Thread or Wi-Fi
- network, or the related services.
+ network.
- _Solid On_ — The device is fully provisioned and has full Thread
network and service connectivity.
diff --git a/examples/window-app/nrfconnect/README.md b/examples/window-app/nrfconnect/README.md
index 5c914262f7e8fa..e800b65733f381 100644
--- a/examples/window-app/nrfconnect/README.md
+++ b/examples/window-app/nrfconnect/README.md
@@ -190,7 +190,7 @@ following states are possible:
- _Short Flash Off (950ms on/50ms off)_ — The device is fully
provisioned, but does not yet have full connectivity for Thread or Wi-Fi
- network, or the related services.
+ network.
- _Solid On_ — The device is fully provisioned and has full Thread
network and service connectivity.
diff --git a/examples/window-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay b/examples/window-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay
index 00c7b57a192e28..c1672db18b1d2c 100644
--- a/examples/window-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay
+++ b/examples/window-app/nrfconnect/boards/nrf52840dk_nrf52840.overlay
@@ -58,9 +58,6 @@
&uart1 {
status = "disabled";
};
-&gpio1 {
- status = "disabled";
-};
&i2c0 {
status = "disabled";
};