From 3c2949edc2adeb643f030975a5a343ef1ba84948 Mon Sep 17 00:00:00 2001 From: Jakub Krzych Date: Tue, 13 Feb 2024 17:49:56 +0100 Subject: [PATCH] Added GIF --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea98226..6d647c6 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Discovered device: b288b83142c74bf0ab28178d93532e32 rssi: -40 Next to the identifier, the rssi value represents the received signal strength index (RSSI) in dB units. A higher value indicates closer proximity to the beacon. For instance, -40 dB suggests a relatively close distance (20-50cm), whereas -90 dB indicates a much greater distance (several meters away). +![Estimote UWB Beacons - BLE rssi](https://s3.amazonaws.com/assets.github.estimote.com/uwb-sdk/rssi.gif) >[!IMPORTANT] >It's important to note that the RSSI value is determined by the Core Bluetooth API and does not reflect precise UWB ranging yet. RSSI can be quite variable, fluctuating based on the orientation of the phone or obstacles between the phone and the beacon. Therefore, RSSI should only be used as an indication of which beacons are relatively nearby, especially since your phone can scan and discover hundreds of beacons in the vicinity.