mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 12:36:54 +03:00
Update RSSIThreshold.md
This commit is contained in:
@@ -6,10 +6,14 @@ Possible values: `-100` .. `0` (`0` = disabled).
|
|||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||||
|
|
||||||
WIFI AP switching functionality:
|
|
||||||
|
|
||||||
This parameter activates a client triggered AP switching functionality (simplified roaming).
|
This parameter activates a client triggered AP switching functionality (simplified roaming).
|
||||||
If (actual RSSI + 5dBm) lower than RSSIThreshold, all WIFI channels will be scanned for configured SSID and then trying to connect to access point with better RSSI. The scan is only get initiated at the end of each round.
|
If actual RSSI value is lower (more negative) than `RSSIThreshold`, all WIFI channels will be scanned for configured access point SSID. If an access point is in range which has better RSSI value (less negative) than actual RSSI value + 5 dBm, the device is trying to connect to this access point with the better RSSI value.
|
||||||
|
|
||||||
|
|
||||||
|
!!! Note
|
||||||
|
The RSSI check only gets initiated at the end of each round to avoid any disturbance of processing.
|
||||||
|
|
||||||
|
|
||||||
!!! Note
|
!!! Note
|
||||||
It gets automatically transferred to `/wlan.ini` on the SD-Card at next startup.
|
It gets automatically transferred to `/wlan.ini` on the SD-Card at next startup.
|
||||||
|
|||||||
Reference in New Issue
Block a user