Skip to content

Commit f2157bb

Browse files
committed
docs: add info about sidewalk location
Added information about the integration of Sidewalk Location services Signed-off-by: Krzysztof Taborowski <[email protected]>
1 parent 6afd0eb commit f2157bb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

doc/releases_and_migration/release_notes_addon_v110.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This release introduces the latest Amazon Sidewalk SDK v1.19 libraries.
2222
* **DTS (Device Tree) changes** to accommodate LR1110 radio configuration.
2323
* **New radio architecture** with Zephyr shields for SubGHz radio configuration.
2424
* **Migration guide** for new radio architecture and shield system.
25+
* **Sidewalk Location** services integration.
2526

2627
* Updated:
2728

doc/samples/sid_end_device.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,15 @@ The following configuration arguments are available during the build process for
172172

173173
* To enable support for the downlink file transfer over Bluetooth LE, use the ``-DCONFIG_SIDEWALK_FILE_TRANSFER=y`` build flag.
174174

175+
Sidewalk Location services support
176+
===================================
177+
178+
The Sidewalk Location services support is enabled by default in Sidewalk libraries.
179+
To test the location services, you can use the Sidewalk Location CLI from DUT variant with ``CONFIG_SIDEWALK_LOCATION_SHELL=y``.
180+
The location services are available over Bluetooth LE, WiFi and GNSS (lr1110 radio is necessary for GNSS support). BLE only library supports only Bluetooth LE link mode.
181+
.. TBD: Add link to the Location Services API documentation.
182+
For more details, see the `Amazon Sidewalk Location Services API documentation`_.
183+
175184
Selecting a sample variant
176185
**************************
177186

0 commit comments

Comments
 (0)