-
Notifications
You must be signed in to change notification settings - Fork 0
/
btproxy.yaml
44 lines (37 loc) · 841 Bytes
/
btproxy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
esphome:
name: esp32c3-btproxy
name_add_mac_suffix: true
platformio_options:
board_build.mcu: esp32c3
board_build.variant: esp32c3
esp32:
variant: ESP32C3
board: airm2m_core_esp32c3
framework:
type: esp-idf
sdkconfig_options:
CONFIG_BT_BLE_50_FEATURES_SUPPORTED: y
CONFIG_BT_BLE_42_FEATURES_SUPPORTED: y
CONFIG_ESP_TASK_WDT_TIMEOUT_S: "10"
logger:
api:
# Change the WiFi config to a non-static IP if needed
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
output_power: 19.7dB
fast_connect: true
ap:
password: "12345678"
captive_portal:
sensor:
- platform: wifi_signal
name: "WiFi Signal Sensor"
update_interval: 120s
bluetooth_proxy:
active: true
esp32_ble_tracker:
scan_parameters:
active: true
interval: 1300ms
window: 1300ms