@@ -64,6 +64,8 @@ Data types
6464Data from multiple sensor sources are collected to construct information about the location, environment, and the health of the nRF9160-based device.
6565The application supports the following data types:
6666
67+ .. _app_data_types :
68+
6769+----------------+----------------------------+-----------------------------------------------+
6870| Data type | Description | Identifiers |
6971+================+============================+===============================================+
@@ -89,26 +91,29 @@ The application can be either in an active or in a passive state depending on th
8991The device mode is a part of the application's real-time configurations.
9092The device modes and their descriptions are listed in the following table:
9193
92- +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+----------------+
93- | Real-time Configurations | Description | Default values |
94- +=====================================+=============================================================================================================================================+================+
95- | Device mode | Either in active or passive mode. | Active |
96- +---------------+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------+----------------+
97- | Active | | Sample and publish data at regular intervals. | |
98- | +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------+----------------+
99- | | Active wait time | Number of seconds between each sampling/publication. | 120 seconds |
100- +---------------+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------+----------------+
101- | Passive | | Sample and publish data only if movement has been detected. | |
102- | +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------+----------------+
103- | | Movement resolution | Sample and publish data after detecting movement. | |
104- | | | Wait for a duration specified by the parameter until a movement triggers the next update. | 120 seconds |
105- | +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------+----------------+
106- | | Movement timeout | Sample and publish data at a minimum of the time interval specified by the parameter. Not dependent on movement. | 3600 seconds |
107- +---------------+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------+----------------+
108- | GPS timeout | Timeout for acquiring a GPS fix during sampling of the data. | 60 seconds |
109- +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+----------------+
110- | 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² |
111- +-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+----------------+
94+ +--------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
95+ | Real-time Configurations | Description | Default values |
96+ +================================+======================================================================================================================================+================+
97+ | Device mode | Either in active or passive mode. | Active |
98+ +----------+---------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
99+ | Active | | Sample and publish data at regular intervals. | |
100+ | +---------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
101+ | | Active wait time | Number of seconds between each sampling/publication. | 120 seconds |
102+ +----------+---------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
103+ | Passive | | Sample and publish data only if movement has been detected. | |
104+ | +---------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
105+ | | Movement resolution | Sample and publish data after detecting movement. | |
106+ | | | Wait for a duration specified by the parameter until a movement triggers the next update. | 120 seconds |
107+ | +---------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
108+ | | Movement timeout | Sample and publish data at a minimum of the time interval specified by the parameter. Not dependent on movement. | 3600 seconds |
109+ +----------+---------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
110+ | GPS timeout | Timeout for acquiring a GPS fix during sampling of the data. | 60 seconds |
111+ +--------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
112+ | 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² |
113+ +--------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
114+ | No Data List (NOD) | List containing :ref: `data types <app_data_types >` that is not included when the application samples data. | No entries |
115+ | | Currently, the application supports only APP_DATA_GNSS and APP_DATA_NEIGHBOR_CELLS. | (Request all) |
116+ +--------------------------------+--------------------------------------------------------------------------------------------------------------------------------------+----------------+
112117
113118See :ref: `Kconfig options for default device configuration values <default_config_values >` for a list of configuration options that can set the default values of the device configuration parameters.
114119
0 commit comments