-
Notifications
You must be signed in to change notification settings - Fork 0
/
esp-room-sensor.yaml
61 lines (50 loc) · 1.4 KB
/
esp-room-sensor.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
substitutions:
device_name: esp-room-sensor-01
friendly_name: Office Sensor
# onboard led
onboard_led_gpio: GPIO21
# mmwave
mmwave_tx: GPIO10
mmwave_rx: GPIO09
# voice assistant
va_in_bclk: GPIO41
va_in_lrclk: GPIO42
va_in_data: GPIO04
va_out_bclk: GPIO02
va_out_lrclk: GPIO01
va_out_data: GPIO05
# t/h
t_h_scl: GPIO08
t_h_sda: GPIO07
packages:
base: !include common/base.yaml
bluetooth_proxy: !include common/bluetooth_proxy.yaml
onboard_led: !include common/onboard_led.yaml
voice_assistant: !include common/voice_assistant.yaml
#voice_assistant: !include common/voice_assistant_alternative.yaml
t_h_sensor: !include common/t_h_sensor.yaml
mmwave: !include common/mmwave.yaml
#mmwave: !include common/mmwave_alternative.yaml
# device specific
esp32:
board: esp32-s3-devkitc-1
flash_size: 16MB
framework:
type: esp-idf
sdkconfig_options:
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240: "y"
CONFIG_ESP32S3_DATA_CACHE_64KB: "y"
CONFIG_ESP32S3_DATA_CACHE_LINE_64B: "y"
CONFIG_AUDIO_BOARD_CUSTOM: "y"
CONFIG_ESP32_S3_BOX_BOARD: "y"
CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST: "y"
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY: "y"
CONFIG_ESP32_WIFI_IRAM_OPT: "n"
CONFIG_ESP32_WIFI_RX_IRAM_OPT: "n"
CONFIG_LWIP_IRAM_OPTIMIZATION: "n"
psram:
mode: quad
speed: 80MHz
esphome:
platformio_options:
board_build.flash_mode: dio