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

Commit 2299c8c

Browse files
author
GitHub Actions
committed
1 parent 22493b0 commit 2299c8c

2 files changed

Lines changed: 4 additions & 13 deletions

File tree

doc/asset_tracker_v2_description.rst

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -366,18 +366,9 @@ Support for nRF Cloud
366366
*********************
367367

368368
Enabling full support for nRF Cloud is currently a work in progress.
369-
Following are the current limitations in the nRF Cloud implementation of the Asset Tracker v2:
370-
371-
* Data that is sampled by the device must ideally be addressed to the cloud-side device state and published in a single packet for regular device updates.
372-
This is to avoid the unnecessary stack overhead associated with splitting the payload and the additional current consumption that might result from splitting and sending the data as separate packets.
373-
However, in the case of nRF Cloud implementation, the nRF Cloud front end supports only the display of APP_DATA_MODEM_DYNAMIC (networkInfo) and APP_DATA_MODEM_STATIC (deviceInfo) through the device shadow.
374-
The other supported data types (GNSS, temperature, and humidity) must be sent in a specified format to a separate message endpoint for the front end to graphically represent the data.
375-
You can find the JSON protocol definitions for data sent to the message endpoint in `nRF Cloud JSON protocol schemas`_.
376-
377-
* The nRF Cloud web application does not support the manipulation of real-time configurations.
378-
However, this is possible by using the REST API calls described in `nRF Cloud Patch Device State`_.
379-
To manipulate the device configuration, the ``desired`` section of the device state must be populated with the desired configuration of the device.
380-
The following schema sets the various device configuration parameters to their default values:
369+
Manipulation of the application's real-time configurations is not supported through the nRF Cloud Web UI.
370+
However, this is possible by using the REST API calls described in `nRF Cloud Patch Device State`_.
371+
The following schema sets the various device configuration parameters to their default values:
381372

382373
.. parsed-literal::
383374
:class: highlight

overlay-pgps.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
CONFIG_NRF_CLOUD_PGPS=y
88
# Turn off auto-requesting of P-GPS data upon initialization of the P-GPS library.
99
# Requesting of P-GPS data is handled explicitly by the application.
10-
CONFIG_NRF_CLOUD_PGPS_REQUEST_ALL_UPON_INIT=n
10+
CONFIG_NRF_CLOUD_PGPS_REQUEST_UPON_INIT=n

0 commit comments

Comments
 (0)