Skip to content

Commit e206767

Browse files
divipillairlubos
authored andcommitted
doc: Updates related to Asset tracker v2 removal
Updates related to Asset tracker v2 removal. Follow up PR for #21175 Signed-off-by: divya pillai <[email protected]>
1 parent 5e39c5f commit e206767

File tree

7 files changed

+27
-14
lines changed

7 files changed

+27
-14
lines changed
-3.05 KB
Loading

doc/nrf/app_dev/device_guides/thingy91/thingy91_updating_fw_celmon.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Updating the Thingy:91 firmware using the Cellular Monitor app
77
:local:
88
:depth: 2
99

10-
Thingy:91 (v1.5.0 or earlier) comes preloaded with the Asset Tracker v2 firmware and modem firmware on the nRF9160 :term:`System in Package (SiP)`, and the Connectivity bridge application firmware on the nRF52840 :term:`System on Chip (SoC)` that enable the device to use the environment sensors and track the device using :term:`Global Positioning System (GPS)`.
10+
Thingy:91 (v1.5.0 or earlier) comes preloaded with the nRF9160: Asset Tracker firmware and modem firmware on the nRF9160 :term:`System in Package (SiP)`, and the Connectivity bridge application firmware on the nRF52840 :term:`System on Chip (SoC)` that enable the device to use the environment sensors and track the device using :term:`Global Positioning System (GPS)`.
1111
The data is transmitted to nRF Cloud.
1212

1313
.. tip::

doc/nrf/app_dev/device_guides/thingy91/thingy91_updating_fw_programmer.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,17 @@ Modem firmware
3939

4040
The :file:`CONTENTS.txt` file in the extracted folder contains the location and names of the different firmware images.
4141

42-
The instructions in this section show you how to program the :ref:`connectivity_bridge` application and the :ref:`nrf_cloud_multi_service` sample, as well as the modem firmware.
42+
The instructions in this section show you how to program the :ref:`connectivity_bridge` application and the :ref:`at_client_sample` sample, as well as the modem firmware.
4343

4444
The data is transmitted using either LTE-M or NB-IoT.
45-
The :ref:`nrf_cloud_multi_service` sample first attempts to use LTE-M, then NB-IoT.
45+
The :ref:`at_client_sample` sample first attempts to use LTE-M, then NB-IoT.
4646
Check with your SIM card provider for the mode they support at your location.
4747
For the iBasis SIM card provided with the Thingy:91, see `iBasis IoT network coverage`_.
4848

49+
.. tip::
50+
For a more compact nRF Cloud firmware application, you can build and install the :ref:`nrf_cloud_multi_service` sample.
51+
See the :ref:`building_pgming` section for more information.
52+
4953
.. note::
5054
To update the Thingy:91 through USB, the nRF9160 SiP and nRF52840 SoC bootloaders must be factory-compatible.
5155
The bootloaders might not be factory-compatible if the nRF9160 SiP or nRF52840 SoC has been updated with an external debug probe.
@@ -346,7 +350,7 @@ Program the nRF9160 SiP application
346350
#. Open the folder :file:`img_fota_dfu_hex` that contains the HEX files for updating over USB.
347351
See the :file:`CONTENTS.txt` file for information on which file you need.
348352

349-
#. Select the appropriate nRF Cloud multi-service firmware file.
353+
#. Select the appropriate AT Client firmware file.
350354

351355
#. Click :guilabel:`Open`.
352356

@@ -359,6 +363,11 @@ Program the nRF9160 SiP application
359363

360364
The **MCUboot DFU** window appears.
361365

366+
.. figure:: images/thingy91_mcuboot_dfu1.png
367+
:alt: Programmer - MCUboot DFU
368+
369+
Programmer - MCUboot DFU
370+
362371
#. In the **MCUboot DFU** window, click :guilabel:`Write`.
363372
When the update is complete, a **Completed successfully** message appears.
364373
#. Scroll up in the menu on the left to the **FILE** section and click :guilabel:`Clear files`.
@@ -383,7 +392,7 @@ Program the nRF9160 SiP application
383392
#. Open the folder :file:`img_app_bl` that contains the HEX files for updating using a debugger.
384393
See the :file:`CONTENTS.txt` file for information on which file you need.
385394

386-
#. Select the appropriate nRF Cloud multi-service firmware file.
395+
#. Select the appropriate AT Client firmware file.
387396

388397
#. Click :guilabel:`Open`.
389398
#. Scroll down in the menu on the left to the **DEVICE** section and click :guilabel:`Erase & write`.

doc/nrf/libraries/modem/location.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Use method priority list defined by Kconfig options and set custom timeout value
361361
Samples using the library
362362
*************************
363363

364-
The following |NCS| applications and samples use this library:
364+
The following |NCS| samples use this library:
365365

366366
* :ref:`location_sample`
367367
* :ref:`modem_shell_application`

doc/nrf/releases_and_maturity/migration/migration_guide_3.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Asset Tracker v2
3636

3737
.. toggle::
3838

39-
* The Asset Tracker v2 has beeen removed.
40-
For development of Asset Tracker applications, refer to the `Asset Tracker Template <Asset Tracker Template_>`_.
39+
* The Asset Tracker v2 application has been removed.
40+
For development of asset tracking applications, refer to the `Asset Tracker Template <Asset Tracker Template_>`_.
4141

42-
The factory-programmed Asset Tracker v2 firmware is still available to program the nRF91 Series devices using the `Programmer app`_ and in the `Quick Start app`_ and the `Cellular Monitor app`_.
42+
The factory-programmed Asset Tracker v2 firmware is still available to program the nRF91 Series devices using the `Programmer app`_, the `Quick Start app`_, and the `Cellular Monitor app`_.
4343

4444
nRF5340 Audio applications
4545
--------------------------

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ Applications
255255
============
256256

257257
* Removed the Asset Tracker v2 application.
258-
For development of Asset Tracker applications, refer to the `Asset Tracker Template <Asset Tracker Template_>`_.
258+
For development of asset tracking applications, refer to the `Asset Tracker Template <Asset Tracker Template_>`_.
259259

260-
The factory-programmed Asset Tracker v2 firmware is still available to program the nRF91 Series devices using the `Programmer app`_ and in the `Quick Start app`_ and the `Cellular Monitor app`_.
260+
The factory-programmed Asset Tracker v2 firmware is still available to program the nRF91 Series devices using the `Programmer app`_, `Quick Start app`_ , and the `Cellular Monitor app`_.
261261

262262
Machine learning
263263
----------------

doc/nrf/templates/Integration_template_README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,14 @@ Applications and samples
9292
.. note::
9393
Add details about applications and samples that use or implement the product or service.
9494

95-
The following samples demonstrate the Memfault integration in |NCS|:
95+
The following application uses the Edge Impulse integration in the |NCS|:
9696

97-
* :ref:`peripheral_mds`
98-
* :ref:`memfault_sample`
97+
* :ref:`nrf_machine_learning_app`
98+
99+
The following samples demonstrate the Edge Impulse integration in the |NCS|:
100+
101+
* :ref:`ei_wrapper_sample`
102+
* :ref:`ei_data_forwarder_sample`
99103

100104
Library support
101105
***************

0 commit comments

Comments
 (0)