mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-24 17:08:15 +01:00
Add min/max_interval and measured_power to esp32_ble_beacon (#2337)
This commit is contained in:
parent
e3c261bdac
commit
44689b9d69
@ -32,6 +32,18 @@ Advanced options:
|
||||
the BLE receiver doesn't use it. Defaults to ``10167``.
|
||||
- **minor** (*Optional*, int): The iBeacon minor identifier of this beacon. Usually used to
|
||||
identify beacons within an iBeacon group. Defaults to ``61958``.
|
||||
- **min_interval** (*Optional*, :ref:`config-time`): The iBeacon minimum transmit interval in milliseconds from 20 to 10240.
|
||||
Setting this less than ``max_interval`` gives the BLE hardware a better chance to avoid
|
||||
collisions with other BLE transmissions. Defaults to the iBeacon specification's defined interval: ``100ms``.
|
||||
- **max_interval** (*Optional*, :ref:`config-time`): The iBeacon maximum transmit interval in milliseconds from 20 to 10240.
|
||||
Setting this greater than ``min_interval`` gives the BLE hardware a better chance to avoid
|
||||
collisions with other BLE transmissions. Defaults to the iBeacon specification's defined interval: ``100ms``.
|
||||
- **measured_power** (*Optional*, int): The RSSI of the iBeacon as measured 1 meter from the device.
|
||||
This is used to calibrate the ranging calculations in iOS. The procedure for setting this value can
|
||||
be found in Apple's `Getting Started with iBeacon PDF <https://developer.apple.com/ibeacon/Getting-Started-with-iBeacon.pdf>`__
|
||||
under the heading *Calibrating iBeacon*. Between -128 to 0. Defaults to ``-59``.
|
||||
- **tx_power** (*Optional*, int): The transmit power of the iBeacon in dBm.
|
||||
One of -12, -9, -6, -3, 0, 3, 6, 9. Defaults to ``3dBm``.
|
||||
|
||||
Setting Up
|
||||
----------
|
||||
|
Loading…
Reference in New Issue
Block a user