1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-17 01:03:46 +01:00

[esp32_ble] Add support for hosted BLE (#11167)

This commit is contained in:
Jonathan Swoboda
2025-10-15 15:19:08 -04:00
committed by GitHub
parent cf02a08209
commit e19a85b523
9 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<<: !include common.yaml
esp32_ble_tracker:
max_connections: 9
bluetooth_proxy:
active: true
connection_slots: 9
esp32_hosted:
active_high: true
variant: ESP32C6
reset_pin: GPIO54
cmd_pin: GPIO19
clk_pin: GPIO18
d0_pin: GPIO14
d1_pin: GPIO15
d2_pin: GPIO16
d3_pin: GPIO17