mirror of
https://github.com/esphome/esphome.git
synced 2026-02-25 12:55:30 -07:00
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
528 B
YAML
22 lines
528 B
YAML
# Common BLE tracker configuration for ESP32-P4 IDF tests
|
|
# ESP32-P4 requires ESP-Hosted for Bluetooth via external coprocessor
|
|
# BLE client components share this tracker infrastructure
|
|
# Each component defines its own ble_client with unique MAC address
|
|
|
|
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
|
|
|
|
esp32_ble_tracker:
|
|
scan_parameters:
|
|
interval: 1100ms
|
|
window: 1100ms
|
|
active: true
|