From ec79237c27b0a0860ef6887a6bc82859309eb701 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Feb 2023 00:39:13 +0000 Subject: [PATCH] fix: update from upstream See https://github.com/nrfconnect/sdk-nrf/tree/666beac77a35279bad071bed7f03f6bb28d49e35/applications/asset_tracker_v2 --- doc/asset_tracker_v2_description.rst | 2 +- doc/cloud_module.rst | 2 +- doc/firmware_architecture.rst | 4 ++++ doc/sensor_module.rst | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/asset_tracker_v2_description.rst b/doc/asset_tracker_v2_description.rst index 710bd59c..7e9a4b19 100644 --- a/doc/asset_tracker_v2_description.rst +++ b/doc/asset_tracker_v2_description.rst @@ -124,7 +124,7 @@ Overlay configurations files that enable specific features: Custom DTC overlay file for enabling a specific feature: -* :file:`rf9160dk_with_nrf7002ek.overlay` - Configuration file that enables Wi-Fi scanning with nRF7002 EK. +* :file:`nrf9160dk_with_nrf7002ek.overlay` - Configuration file that enables Wi-Fi scanning with nRF7002 EK. Multiple overlay files can be included to enable multiple features at the same time. diff --git a/doc/cloud_module.rst b/doc/cloud_module.rst index 32df760a..1485b35b 100644 --- a/doc/cloud_module.rst +++ b/doc/cloud_module.rst @@ -85,7 +85,7 @@ When the cloud module is configured to communicate with `AWS IoT Core`_, `Azure This enables the cloud service to fetch A-GPS and P-GPS data directly from `nRF Cloud`_ using REST calls and relay this data to the nRF9160 SiP using the pre-established cloud connection. By reusing the pre-established connection, the application saves overhead related to maintaining multiple connections at the same time. When configuring the application to communicate with nRF Cloud, A-GPS and P-GPS data are received directly from the service, and not by proxy. -For more information, see `nRF Cloud Location Services`_. +For more information, see `nRF Cloud Location Services `_. FOTA ==== diff --git a/doc/firmware_architecture.rst b/doc/firmware_architecture.rst index c65df926..8c0ebbbd 100644 --- a/doc/firmware_architecture.rst +++ b/doc/firmware_architecture.rst @@ -3,6 +3,10 @@ Firmware architecture ##################### +.. contents:: + :local: + :depth: 2 + The Asset Tracker v2 application has a modular structure, where each module has a defined scope of responsibility. The application makes use of the :ref:`app_event_manager` to distribute events between modules in the system. The Application Event Manager is used for all the communication between the modules. diff --git a/doc/sensor_module.rst b/doc/sensor_module.rst index a7451f85..743744cb 100644 --- a/doc/sensor_module.rst +++ b/doc/sensor_module.rst @@ -7,7 +7,7 @@ Sensor module :local: :depth: 2 -The sensor module interacts with external sensors present on the `Thingy:91 `_. +The sensor module interacts with external sensors present on the `Thingy:91 `_. It collects environmental data and detects motion over a set threshold value. Features