Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Wait 110 seconds for the device data to be updated on the cloud. The default timeout of 110 seconds can be reduced for convenience: click the View Config button, then Edit Configuration. If activeMode is false then the timeout is no greater than movementResolution, otherwise, it is no greater than activeWaitTime.

  2. From the nRF9151 console, confirm that the device data have been sent to the cloud:

    Code Block
    [00:03:19.069,335] <inf> app_event_manager: DATA_EVT_DATA_READY
    [00:03:19.073,059] <inf> app_event_manager: DATA_EVT_DATA_SEND_BATCH
    [00:03:19.073,974] <inf> app_event_manager: CLOUD_EVT_DATA_SEND_QOS
  3. In the Device Data card on the nRF Cloud, verify that the Location attribute has just been updated recently and has a proper value:

    image-20250228-211625.pngImage Removedimage-20250228-212058.pngImage Added
  4. Click the Show Location card icon to see the graphical representation of the device location:

    image-20250228-211703.pngImage Removedimage-20250228-212012.pngImage Added
  5. Click the View historical data icon and select appropriate time interval to see device location history:

    image-20250228-211758.png

...