Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit a028013

Browse files
author
GitHub Actions
committed
1 parent f18bdd6 commit a028013

4 files changed

Lines changed: 2 additions & 10 deletions

File tree

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ nRF9160: Asset Tracker v2
88
:depth: 2
99

1010
The Asset Tracker v2 is a real-time configurable ultra-low power capable application firmware for the nRF9160 :term:`System in Package (SiP)`.
11-
It is a complete rework of the :ref:`asset_tracker` application.
1211

1312
See the subpages for detailed documentation on the application and its internal modules:
1413

doc/asset_tracker_v2_description.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,16 @@ Application description
77
:local:
88
:depth: 2
99

10-
The Asset Tracker v2 application introduces a set of new features, which are not present in the :ref:`asset_tracker` application:
10+
The Asset Tracker v2 application is built on the following principles:
1111

1212
* Ultra-low power by design - The application highlights the power saving features of the nRF9160 SiP, which is critical for successfully developing small form-factor devices and products which need very long battery lifetime.
1313
* Offline first - Highly-mobile cellular IoT products need to handle unreliable connections gracefully by implementing mechanisms to retry the failed sending of data.
1414
* Timestamping on the device - Sensor data is timestamped on the device using multiple time sources. When the device is offline (planned or unplanned), the timestamping does not rely on the cloud side.
1515
* Batching of data - Data is batched to reduce the number of messages transmitted, and to be able to retain collected data while the device is offline.
1616
* Configurable at run-time - The application behavior (for example, accelerometer sensitivity or GNSS timeout) can be configured at run time. This improves the development experience with individual devices or when debugging the device behavior in specific areas and situations. It also reduces the cost for transmitting data to the devices by reducing the frequency of sending firmware updates to the devices.
1717

18-
Implementation of the above features required a rework of the existing application.
19-
Hence, this application is not backward compatible to the :ref:`asset_tracker` application.
20-
2118
.. note::
22-
The code is currently a work in progress and is not fully optimized yet. It will undergo changes and improvements in the future.
19+
The code is under active development. It will undergo changes and improvements in the future.
2320

2421
Overview
2522
********

prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ CONFIG_WATCHDOG_APPLICATION=y
8484

8585
# Event Manager
8686
CONFIG_EVENT_MANAGER=y
87-
CONFIG_LINKER_ORPHAN_SECTION_PLACE=y
8887
CONFIG_EVENT_MANAGER_EVENT_LOG_BUF_LEN=0
8988
CONFIG_EVENT_MANAGER_LOG_EVENT_TYPE=n
9089

tests/gnss_module/boards/native_posix.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)