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
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/thingy91/thingy91_updating_fw_celmon.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
@@ -7,7 +7,7 @@ Updating the Thingy:91 firmware using the Cellular Monitor app
7
7
:local:
8
8
:depth: 2
9
9
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)`.
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/thingy91/thingy91_updating_fw_programmer.rst
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,17 @@ Modem firmware
39
39
40
40
The :file:`CONTENTS.txt` file in the extracted folder contains the location and names of the different firmware images.
41
41
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.
43
43
44
44
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.
46
46
Check with your SIM card provider for the mode they support at your location.
47
47
For the iBasis SIM card provided with the Thingy:91, see `iBasis IoT network coverage`_.
48
48
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
+
49
53
.. note::
50
54
To update the Thingy:91 through USB, the nRF9160 SiP and nRF52840 SoC bootloaders must be factory-compatible.
51
55
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
346
350
#. Open the folder :file:`img_fota_dfu_hex` that contains the HEX files for updating over USB.
347
351
See the :file:`CONTENTS.txt` file for information on which file you need.
348
352
349
-
#. Select the appropriate nRF Cloud multi-service firmware file.
353
+
#. Select the appropriate AT Client firmware file.
350
354
351
355
#. Click :guilabel:`Open`.
352
356
@@ -359,6 +363,11 @@ Program the nRF9160 SiP application
359
363
360
364
The **MCUboot DFU** window appears.
361
365
366
+
.. figure:: images/thingy91_mcuboot_dfu1.png
367
+
:alt:Programmer - MCUboot DFU
368
+
369
+
Programmer - MCUboot DFU
370
+
362
371
#. In the **MCUboot DFU** window, click :guilabel:`Write`.
363
372
When the update is complete, a **Completed successfully** message appears.
364
373
#. 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
383
392
#. Open the folder :file:`img_app_bl` that contains the HEX files for updating using a debugger.
384
393
See the :file:`CONTENTS.txt` file for information on which file you need.
385
394
386
-
#. Select the appropriate nRF Cloud multi-service firmware file.
395
+
#. Select the appropriate AT Client firmware file.
387
396
388
397
#. Click :guilabel:`Open`.
389
398
#. Scroll down in the menu on the left to the **DEVICE** section and click :guilabel:`Erase &write`.
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/migration/migration_guide_3.0.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ Asset Tracker v2
36
36
37
37
.. toggle::
38
38
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_>`_.
41
41
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`_.
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.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
@@ -255,9 +255,9 @@ Applications
255
255
============
256
256
257
257
* 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_>`_.
259
259
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`_.
0 commit comments