Skip to content

Commit 5319a8c

Browse files
divipillairlubos
authored andcommitted
doc: Add admonitions that ATv2 is in maintenance mode
Add admonitions that ATv2 is in maintenance mode and to use the the nRF Cloud multi-service sample request from Goluboff, Mariano Signed-off-by: divya pillai <[email protected]>
1 parent afbb586 commit 5319a8c

20 files changed

+61
-2
lines changed

applications/asset_tracker_v2/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Asset Tracker v2
77
:local:
88
:depth: 2
99

10-
The Asset Tracker v2 is a real-time configurable ultra-low power capable application firmware for the nRF91 Series :term:`System in Package (SiP)`.
10+
.. important::
11+
|ATv2_maintenance_note|
12+
13+
Asset Tracker v2 is a real-time configurable ultra-low power capable application firmware for the nRF91 Series :term:`System in Package (SiP)`.
1114

1215
See the subpages for detailed documentation on the application and its modules:
1316

applications/asset_tracker_v2/doc/app_behavior.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Application behavior and functionality
77
:local:
88
:depth: 2
99

10+
.. important::
11+
|ATv2_maintenance_note|
12+
1013
This section describes the general functioning of the Asset Tracker v2 application.
1114

1215
Data types

applications/asset_tracker_v2/doc/app_module.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Application module
77
:local:
88
:depth: 2
99

10+
.. important::
11+
|ATv2_maintenance_note|
12+
1013
The application module controls key mechanisms in the Asset Tracker v2.
1114
It decides when to sample data, what types of data to sample, and has explicit control over some aspects of the application.
1215

applications/asset_tracker_v2/doc/asset_tracker_v2_description.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Application description
77
:local:
88
:depth: 2
99

10+
.. important::
11+
|ATv2_maintenance_note|
12+
1013
The Asset Tracker v2 application is built on the following principles:
1114

1215
* Ultra-low power by design - The application highlights the power saving features of the nRF91 Series SiP, which is critical for successfully developing small form-factor devices and products which need very long battery lifetime.

applications/asset_tracker_v2/doc/cloud_module.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Cloud module
77
:local:
88
:depth: 2
99

10+
.. important::
11+
|ATv2_maintenance_note|
12+
1013
The cloud module establishes and maintains the connection to a supported cloud service.
1114
It uses the :ref:`Cloud wrapper API <api_cloud_wrapper>` to integrate and handle the client libraries present in the |NCS|.
1215

applications/asset_tracker_v2/doc/cloud_wrapper.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Cloud wrapper API
77
:local:
88
:depth: 2
99

10+
.. important::
11+
|ATv2_maintenance_note|
12+
1013
The cloud wrapper API is a generic API used for controlling the connection to a supported |NCS| client library through :ref:`Integration layers <integration_layers>`.
1114
It exposes generic functions such as ``send``, ``connect``, and ``disconnect``, hiding the functionality that is specific to a single client library implementation.
1215

applications/asset_tracker_v2/doc/data_module.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Data module
77
:local:
88
:depth: 2
99

10+
.. important::
11+
|ATv2_maintenance_note|
12+
1013
The data module gathers data that has been sampled by other modules in the system and stores it into ring buffers.
1114
It keeps track of data requested by the :ref:`asset_tracker_v2_app_module` and decides when data is sent to the cloud.
1215

applications/asset_tracker_v2/doc/debug_module.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Debug module
77
:local:
88
:depth: 2
99

10+
.. important::
11+
|ATv2_maintenance_note|
12+
1013
The debug module intends to improve the overall debugging experience in the application.
1114
By default, it subscribes to all the events in the system and implements support for `Memfault`_ through the :ref:`mod_memfault` module integrated in |NCS|.
1215

applications/asset_tracker_v2/doc/firmware_architecture.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Firmware architecture
77
:local:
88
:depth: 2
99

10+
.. important::
11+
|ATv2_maintenance_note|
12+
1013
The Asset Tracker v2 application has a modular structure, where each module has a defined scope of responsibility.
1114
The application makes use of the :ref:`app_event_manager` to distribute events between modules in the system.
1215
The Application Event Manager is used for all the communication between the modules.

applications/asset_tracker_v2/doc/location_module.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Location module
77
:local:
88
:depth: 2
99

10+
.. important::
11+
|ATv2_maintenance_note|
12+
1013
The location module controls the GNSS, cellular and Wi-Fi positioning functionality.
1114
It can be used to retrieve the location of the device in the form of events containing a position, velocity and time (PVT) structure.
1215

0 commit comments

Comments
 (0)