ESPHome on ESP32C6 with Xiao 24GHz mmWave = no data

Hi there,

Just messing with you, Fix those pin nums , you be golden
:v:
PJ :slight_smile:

from the wiki, example: for c3

# Per https://wiki.seeedstudio.com/XIAO_ESP32C3_Getting_Started/#pinout-diagram and https://wiki.seeedstudio.com/mmwave_for_xiao/#hardware-overview
uart:
  tx_pin: GPIO5
  rx_pin: GPIO4
  baud_rate: 9600

# Example configuration entry from https://esphome.io/components/sensor/ld2410
ld2410:

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

change the Gpio’s of 04 & 05 to 02 & 21 :+1: for c6

2 Likes