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
{{ message }}
This repository was archived by the owner on Jul 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: doc/asset_tracker_v2_description.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The Asset Tracker v2 application introduces a set of new features, which are not
13
13
* Offline first - Highly-mobile cellular IoT products need to handle unreliable connections gracefully by implementing mechanisms to retry the failed sending of data.
14
14
* 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.
15
15
* Batching of data - Data can be batched to reduce the number of messages transmitted, and to be able to retain collected data while the device is offline.
16
-
* Configurable at run time - The application behavior (for example, accelerometer sensitivity or GPS 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.
16
+
* 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.
17
17
18
18
Implementation of the above features required a rework of the existing application.
19
19
Hence, this application is not backward compatible to the :ref:`asset_tracker` application.
@@ -105,7 +105,7 @@ The device modes and their descriptions are listed in the following table:
|| Movement timeout | Sample and publish data at a minimum of the time interval specified by the parameter. Not dependent on movement. | 3600 seconds |
| Accelerometer threshold | Accelerometer threshold in m/s². Minimal absolute value in m/s² for the accelerometer readings to be considered as a valid movement. | 10 m/s² |
0 commit comments