From 7d1d31a561af24c4d40151ce9c130a3431a3148a Mon Sep 17 00:00:00 2001 From: Pisut Sritrakulchai Date: Mon, 2 Jan 2023 14:52:22 +0100 Subject: [PATCH] Add support for WiFi site surveys Fixes #605 --- docs/app/Index.rst | 9 +++++---- docs/app/WiFiGeolocation.rst | 25 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 docs/app/WiFiGeolocation.rst diff --git a/docs/app/Index.rst b/docs/app/Index.rst index eca5feee07..9839969115 100644 --- a/docs/app/Index.rst +++ b/docs/app/Index.rst @@ -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 ` 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 @@ -36,3 +36,4 @@ The web application offers the following features: :caption: Subpages: CellGeolocation.rst + WiFiGeolocation.rst diff --git a/docs/app/WiFiGeolocation.rst b/docs/app/WiFiGeolocation.rst new file mode 100644 index 0000000000..dc944f1b3b --- /dev/null +++ b/docs/app/WiFiGeolocation.rst @@ -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 ` +