Update xiaomi_ble.rst

As per corrections in https://github.com/esphome/esphome-docs/pull/2171#issuecomment-1174753882
This commit is contained in:
H. Árkosi Róbert 2022-07-05 10:31:34 +02:00 committed by GitHub
parent 5e9bb2e0fb
commit 771f6dfcda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -616,8 +616,8 @@ The ``bind_key`` is the 32 digits "value" item in the above output which needs t
Improving reception performance
-------------------------------
Use a board with Ethernet connection to the network, to offload ESP32's radio module from WiFi traffic, this gains performance on bluetooth side.
To maximize the chances of catching advertisments of the sensors, you can set ``interval`` equal to ``window`` in :doc:`/components/esp32_ble_tracker` scan parameter settings:
Use a board with an Ethernet connection to the network, to offload ESP32's radio module from WiFi traffic, this gains performance on Bluetooth side.
To maximize the chances of catching advertisements of the sensors, you can set ``interval`` equal to ``window`` in :doc:`/components/esp32_ble_tracker` scan parameter settings:
.. code-block:: yaml
@ -627,7 +627,7 @@ To maximize the chances of catching advertisments of the sensors, you can set ``
window: 5s # try with 300ms if you don't have LAN module
active: false
Avoid placing the ESP node in racks, close to routers/switches or other network equipment as EMI interference will degrade bluetooth signal reception. For best results put as far away as possible, at least 3 meters distance from any other such equipment.
Avoid placing the ESP node in racks, close to routers/switches or other network equipment as EMI interference will degrade Bluetooth signal reception. For best results put as far away as possible, at least 3 meters distance from any other such equipment.
Security considerations