You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samples: matter: Removed implementation of lock sample
Matter lock implementation was moved to Door Lock reference add-on.
Implementation was removed from NCS and documentation aligned
to link to the Door Lock add-on.
Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
The :ref:`Matter door lock sample <matter_lock_sample>` provides an optional configuration of :ref:`matter_lock_sample_ble_nus`, which you can use as an example implementation of a Bluetooth LE service.
82
-
Once enabled, you can use this configuration to declare NUS commands specific to the door lock sample and use them to control the device remotely through Bluetooth LE.
83
-
84
-
The following steps correspond to the implementation steps above, with the NUS as example:
85
-
86
-
1. *Check the documentation:* The NUS characteristics are listed on the :ref:`nus_service_readme` documentation page.
87
-
#. *Add the application code that instantiates and fills the struct:* Using the information from the documentation page, `bt_nus_service.cpp`_ and `bt_nus_service.h`_ are created.
88
-
The ``Init`` method in the CPP file contains the implementation of the Bluetooth LE Arbiter's ``Request`` structure.
89
-
#. *Add the application code that calls the ``InsertRequest`` function:* In the CPP file, the service is started with the call to ``StartServer``, which contains a reference to ``InsertRequest``.
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-2.3.0.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ Matter
190
190
191
191
* Support for switching between Matter over Thread and Matter over Wi-Fi.
192
192
This feature is available for the :ref:`matter_lock_sample` sample programmed on ``nrf5340dk_nrf5340_cpuapp`` with the ``nrf7002_ek`` shield attached, using the ``thread_wifi_switched`` build type.
193
-
See :ref:`matter_lock_sample_wifi_thread_switching` in the sample documentation for more information.
193
+
See the Thread and Wi-Fi switching section in the sample documentation for more information.
194
194
* Support for Wi-Fi Network Diagnostic Cluster (which counts the number of packets received and transmitted on the Wi-Fi interface).
195
195
* Default support for nRF7002 revision B.
196
196
* Specific QR code and onboarding information in the documentation for each :ref:`Matter sample <matter_samples>` and the :ref:`Matter weather station <matter_weather_station_app>`.
@@ -592,7 +592,7 @@ Matter samples
592
592
* Added:
593
593
594
594
* ``thread_wifi_switched`` build type that enables switching between Thread and Wi-Fi network support in the field.
595
-
See :ref:`matter_lock_sample_wifi_thread_switching` in the sample documentation for more information.
595
+
See the Thread and Wi-Fi switching section in the sample documentation for more information.
596
596
* Wi-Fi low power configuration using Wi-Fi's :ref:`Legacy Power Save mode <ug_nrf70_developing_powersave_dtim_unicast>`.
597
597
598
598
* The sample is now positively verified against "Works with Google" certification tests.
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-2.6.0.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -865,7 +865,7 @@ Matter samples
865
865
* :ref:`matter_lock_sample` sample:
866
866
867
867
* Added support for Wi-Fi firmware patch upgrade on external memory, only for the combination of the nRF5340 DK with the nRF7002 EK.
868
-
* Updated the design of the :ref:`matter_lock_sample_wifi_thread_switching` feature so that support for both Matter over Thread and Matter over Wi-Fi is included in a single firmware image.
868
+
* Updated the design of the Thread and Wi-Fi switching section feature so that support for both Matter over Thread and Matter over Wi-Fi is included in a single firmware image.
869
869
* Fixed an issue that prevented nRF Toolbox for iOS in version 5.0.9 from controlling the sample using :ref:`nus_service_readme`.
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-3.3.0-preview2.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -485,7 +485,7 @@ Matter samples
485
485
486
486
* Added:
487
487
488
-
* Support for the :ref:`matter_lock_sample_wifi_thread_switching` in the nRF54LM20 DK with the nRF7002-EB II shield attached.
488
+
* Support for the Thread and Wi-Fi switching section in the nRF54LM20 DK with the nRF7002-EB II shield attached.
489
489
* Lock data storage implementation based on the ARM PSA Protected Storage API, enabled with the :kconfig:option:`CONFIG_LOCK_ACCESS_STORAGE_PROTECTED_STORAGE` Kconfig option.
0 commit comments