Hi
I have a Xiao 24GHz mmWave connected to a Seeed ESP32C6 but cannot get any sensor data. I using ESPHome and started with this configuration here, which is for the Seeed MR60BHA2 (based on the ESP32C6). The problem is, no matter what I do, I am not able to see sensor data in ESPHome.
I have tried:
- A different Seeed ESP32-C6, same problem
- Changing the firmware version on the mmWave sensor (via the app, bluetooth)
- Changing the baud rate on the mmWave sensor (via the app, bluetooth)
- Resetting the mmWave sensor back to defaults (via the app, bluetooth)
- Switching back to ESP32-C3, sensor works perfectly
Is there something here I am missing with UART on the ESP32C6 and/or ESPHome?
This is my config:
esp32:
board: esp32-c6-devkitc-1
variant: esp32c6
flash_size: 4MB
framework:
platform_version: 6.6.0
type: esp-idf
version: 5.2.1
sdkconfig_options:
CONFIG_ESPTOOLPY_FLASHSIZE_4MB: y
logger:
level: DEBUG
baud_rate: 0
uart:
id: ld2410_uart
baud_rate: 256000
rx_pin: 17
tx_pin: 16
ld2410:
uart_id: ld2410_uart
throttle: 500ms
binary_sensor:
- platform: ld2410
has_target:
name: Presence
has_moving_target:
name: Moving Target
has_still_target:
name: Still Target
out_pin_presence_status:
name: out pin presence status