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
The shield for nrf7002ek disables UART1 so overlays for
nrf7002ek Wi-Fi positioning are not needed.
Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
Copy file name to clipboardexpand all lines: applications/asset_tracker_v2/doc/location_module.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Wi-Fi positioning
66
66
=================
67
67
68
68
Wi-Fi positioning is supported with an nRF7002 EK on the nRF91 Series DK.
69
-
To enable Wi-Fi positioning and especially nRF7002 functionality, use a special DTC overlay with the compiler option ``-DEXTRA_DTC_OVERLAY_FILE=nrf91xxdk_with_nrf7002ek.overlay`` and a configuration overlay ``-DEXTRA_CONF_FILE=overlay-nrf7002ek-wifi-scan-only.conf``.
69
+
To enable Wi-Fi positioning and especially nRF7002 functionality, use the ``-DSHIELD=nrf7002ek`` and ``-DEXTRA_CONF_FILE=overlay-nrf7002ek-wifi-scan-only.conf`` options.
70
70
71
71
.. tabs::
72
72
@@ -77,7 +77,7 @@ To enable Wi-Fi positioning and especially nRF7002 functionality, use a special
77
77
78
78
.. code-block:: console
79
79
80
-
west build -p -b nrf9161dk_nrf9161_ns -- -DSHIELD=nrf7002ek -DEXTRA_DTC_OVERLAY_FILE=nrf91xxdk_with_nrf7002ek.overlay DEXTRA_CONF_FILE=overlay-nrf7002ek-wifi-scan-only.conf
80
+
west build -p -b nrf9161dk_nrf9161_ns -- -DSHIELD=nrf7002ek -DEXTRA_CONF_FILE=overlay-nrf7002ek-wifi-scan-only.conf
81
81
82
82
.. group-tab:: nRF9160 DK
83
83
@@ -86,7 +86,7 @@ To enable Wi-Fi positioning and especially nRF7002 functionality, use a special
86
86
87
87
.. code-block:: console
88
88
89
-
west build -p -b nrf9160dk_nrf9160_ns -- -DSHIELD=nrf7002ek -DEXTRA_DTC_OVERLAY_FILE=nrf91xxdk_with_nrf7002ek.overlay DEXTRA_CONF_FILE=overlay-nrf7002ek-wifi-scan-only.conf
89
+
west build -p -b nrf9160dk_nrf9160_ns -- -DSHIELD=nrf7002ek -DEXTRA_CONF_FILE=overlay-nrf7002ek-wifi-scan-only.conf
Copy file name to clipboardexpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+9-1
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ This section provides detailed lists of changes by :ref:`application <applicatio
168
168
Asset Tracker v2
169
169
----------------
170
170
171
-
|no_changes_yet_note|
171
+
* Removed nRF7002 EK DTC overlay file ``nrf91xxdk_with_nrf7002ek.overlay`` because UART1 is disabled through the shield configuration.
172
172
173
173
Serial LTE modem
174
174
----------------
@@ -268,13 +268,19 @@ Bluetooth Mesh samples
268
268
Cellular samples
269
269
----------------
270
270
271
+
* :ref:`location_sample` sample:
272
+
273
+
* Removed nRF7002 EK DTC overlay file ``nrf91xxdk_with_nrf7002ek.overlay`` because UART1 is disabled through the shield configuration.
274
+
271
275
* :ref:`modem_shell_application` sample:
272
276
273
277
* Added:
274
278
275
279
* Printing of the last reset reason when the sample starts.
276
280
* Support for printing the sample version information using the ``version`` command.
277
281
282
+
* Removed nRF7002 EK DTC overlay file ``nrf91xxdk_with_nrf7002ek.overlay`` because UART1 is disabled through the shield configuration.
283
+
278
284
* :ref:`nrf_cloud_multi_service` sample:
279
285
280
286
* Added a generic processing example for application-specific shadow data.
@@ -291,6 +297,8 @@ Cellular samples
291
297
* The sample now explicitly uses the :c:func:`conn_mgr_all_if_connect` function to start network connectivity, instead of the :kconfig:option:`CONFIG_NRF_MODEM_LIB_NET_IF_AUTO_START` and :kconfig:option:`CONFIG_NRF_MODEM_LIB_NET_IF_AUTO_CONNECT` Kconfig options.
292
298
* The sample to use the FOTA support functions in the :file:`nrf_cloud_fota_poll.c` and :file:`nrf_cloud_fota_common.c` files.
293
299
300
+
* Removed nRF7002 EK DTC overlay file ``nrf91xxdk_with_nrf7002ek.overlay`` because UART1 is disabled through the shield configuration.
301
+
294
302
* :ref:`nrf_cloud_rest_fota` sample:
295
303
296
304
* Added credential check before connecting to network.
Copy file name to clipboardexpand all lines: samples/cellular/location/README.rst
+3-4
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,6 @@ The configuration files are in the |sample path| directory.
53
53
54
54
The following files are available:
55
55
56
-
* :file:`nrf91xxdk_with_nrf7002ek.overlay` - DTC overlay for nRF7002 EK Wi-Fi chip support.
57
56
* :file:`nrf7002ek-wifi-scan-only.conf` - Config overlay for nRF7002 EK Wi-Fi chip support.
58
57
* :file:`esp_8266_nrf9160ns.overlay` - DTC overlay for ESP8266 Wi-Fi chip support.
59
58
* :file:`overlay-esp-wifi.conf` - Config overlay for ESP8266 Wi-Fi chip support.
@@ -73,7 +72,7 @@ Building and running
73
72
nRF91 Series DK with nRF7002 EK Wi-Fi support
74
73
=============================================
75
74
76
-
To build the sample with nRF91 Series DK and nRF7002 EK Wi-Fi support, use the ``-DSHIELD=nrf7002ek``, ``-DDTC_OVERLAY_FILE=nrf91xxdk_with_nrf7002ek.overlay`` and ``-DOVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf`` options.
75
+
To build the sample with nRF91 Series DK and nRF7002 EK Wi-Fi support, use the ``-DSHIELD=nrf7002ek`` and ``-DOVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf`` options.
77
76
For example:
78
77
79
78
.. tabs::
@@ -82,13 +81,13 @@ For example:
82
81
83
82
.. code-block:: console
84
83
85
-
west build -p -b nrf9161dk_nrf9161_ns -- -DSHIELD=nrf7002ek -DDTC_OVERLAY_FILE=nrf91xxdk_with_nrf7002ek.overlay -DOVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf
84
+
west build -p -b nrf9161dk_nrf9161_ns -- -DSHIELD=nrf7002ek -DOVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf
86
85
87
86
.. group-tab:: nRF9160 DK
88
87
89
88
.. code-block:: console
90
89
91
-
west build -p -b nrf9160dk_nrf9160_ns -- -DSHIELD=nrf7002ek -DDTC_OVERLAY_FILE=nrf91xxdk_with_nrf7002ek.overlay -DOVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf
90
+
west build -p -b nrf9160dk_nrf9160_ns -- -DSHIELD=nrf7002ek -DOVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf
92
91
93
92
See :ref:`cmake_options` for more instructions on how to add these options.
Copy file name to clipboardexpand all lines: samples/cellular/modem_shell/README.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -1081,7 +1081,7 @@ To program the certificates and connect to nRF Cloud, complete the following ste
1081
1081
nRF91 Series DK with nRF7002 EK Wi-Fi support
1082
1082
=============================================
1083
1083
1084
-
To build the MoSh sample with nRF9160 DK and nRF7002 EK Wi-Fi support, use the ``-DSHIELD=nrf7002ek``, ``-DDTC_OVERLAY_FILE=nrf91xxdk_with_nrf7002ek.overlay`` and ``-DOVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf`` options.
1084
+
To build the MoSh sample with nRF9160 DK and nRF7002 EK Wi-Fi support, use the ``-DSHIELD=nrf7002ek`` and ``-DOVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf`` options.
1085
1085
For example:
1086
1086
1087
1087
.. tabs::
@@ -1090,13 +1090,13 @@ For example:
1090
1090
1091
1091
.. code-block:: console
1092
1092
1093
-
west build -p -b nrf9161dk_nrf9161_ns -- -DSHIELD=nrf7002ek -DDTC_OVERLAY_FILE=nrf91xxdk_with_nrf7002ek.overlay -DOVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf
1093
+
west build -p -b nrf9161dk_nrf9161_ns -- -DSHIELD=nrf7002ek -DOVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf
1094
1094
1095
1095
.. group-tab:: nRF9160 DK
1096
1096
1097
1097
.. code-block:: console
1098
1098
1099
-
west build -p -b nrf9160dk_nrf9160_ns -- -DSHIELD=nrf7002ek -DDTC_OVERLAY_FILE=nrf91xxdk_with_nrf7002ek.overlay -DOVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf
1099
+
west build -p -b nrf9160dk_nrf9160_ns -- -DSHIELD=nrf7002ek -DOVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf
1100
1100
1101
1101
See :ref:`cmake_options` for more instructions on how to add these options.
To build the sample with nRF7002 EK Wi-Fi scanning support, use the ``-DSHIELD=nrf7002ek``, ``-DEXTRA_DTC_OVERLAY_FILE=nrf91xxdk_with_nrf7002ek.overlay`` and ``-DEXTRA_CONF_FILE=overlay-nrf7002ek-wifi-scan-only.conf`` options.
958
+
To build the sample with nRF7002 EK Wi-Fi scanning support, use the ``-DSHIELD=nrf7002ek`` and ``-DEXTRA_CONF_FILE=overlay-nrf7002ek-wifi-scan-only.conf`` options.
959
959
960
960
This enables the Wi-Fi location tracking method automatically.
961
961
@@ -965,13 +965,13 @@ This enables the Wi-Fi location tracking method automatically.
965
965
966
966
.. code-block:: console
967
967
968
-
west build -p -b nrf9161dk_nrf9161_ns -- -DSHIELD=nrf7002ek -DEXTRA_DTC_OVERLAY_FILE="nrf91xxdk_with_nrf7002ek.overlay" -DEXTRA_CONF_FILE="overlay-nrf7002ek-wifi-scan-only.conf"
968
+
west build -p -b nrf9161dk_nrf9161_ns -- -DSHIELD=nrf7002ek -DEXTRA_CONF_FILE="overlay-nrf7002ek-wifi-scan-only.conf"
969
969
970
970
.. group-tab:: nRF9160 DK
971
971
972
972
.. code-block:: console
973
973
974
-
west build -p -b nrf9160dk_nrf9160_ns -- -DSHIELD=nrf7002ek -DEXTRA_DTC_OVERLAY_FILE="nrf91xxdk_with_nrf7002ek.overlay" -DEXTRA_CONF_FILE="overlay-nrf7002ek-wifi-scan-only.conf"
974
+
west build -p -b nrf9160dk_nrf9160_ns -- -DSHIELD=nrf7002ek -DEXTRA_CONF_FILE="overlay-nrf7002ek-wifi-scan-only.conf"
975
975
976
976
See also :ref:`the paragraphs on the Wi-Fi location tracking method <nrf_cloud_multi_service_wifi_location_tracking>`.
0 commit comments