From 771f6dfcda36fb45bbf0b080e3773f3031b51a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20=C3=81rkosi=20R=C3=B3bert?= Date: Tue, 5 Jul 2022 10:31:34 +0200 Subject: [PATCH] Update xiaomi_ble.rst As per corrections in https://github.com/esphome/esphome-docs/pull/2171#issuecomment-1174753882 --- components/sensor/xiaomi_ble.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/sensor/xiaomi_ble.rst b/components/sensor/xiaomi_ble.rst index ecd4b07f7..b07af5202 100644 --- a/components/sensor/xiaomi_ble.rst +++ b/components/sensor/xiaomi_ble.rst @@ -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