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

Commit

Permalink
Add support for WiFi site surveys
Browse files Browse the repository at this point in the history
Fixes #605
  • Loading branch information
pudkrong committed Jan 2, 2023
1 parent 62879b6 commit 7d1d31a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/app/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ The web application offers the following features:

* Listing of asset trackers
* Viewing of asset trackers

* Current and historical device data, for example

* GNSS location
* Approximate location using :ref:`nRF Cloud Location Services <app-cellgeolocation>` and other third-party providers
* Battery voltage
* Temperature

* Managing the asset trackers, for example

* Updating the real-time configuration
* Upgrading the firmware overt the air (FOTA)
* Deleting the asset tracker
Expand All @@ -36,3 +36,4 @@ The web application offers the following features:
:caption: Subpages:

CellGeolocation.rst
WiFiGeolocation.rst
25 changes: 25 additions & 0 deletions docs/app/WiFiGeolocation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. _app-wifigeolocation:

WiFi geolocation
################

.. contents::
:local:
:depth: 2

If wi-fi site survey geolocation (ground fix service) is implemented, the devices can be shown on the map based on the location of their nearest wi-fi access points.


Third-party location APIs
*************************

nRF Asset Tracker implements the following third-party location APIs:

- nRF Cloud Location Services

These APIs enable calculation of the rough location of a device as soon as it sends the nearest wi-fi access points information to the cloud.

Follow the configuration guide in the respective implementation to enable nRF Cloud's group fix API:

* :ref:`AWS <aws-nrf-cloud-location-services>`

0 comments on commit 7d1d31a

Please sign in to comment.