Now working with the native LD2410 component in Esphome!!
LD2410 mmwave Motion detection in ESPHome for Home Assistant . Can be combined with temperature, humidity and lux sensor
sensor: https://nl.aliexpress.com/item/1005004786874722.html?spm=a2g0o.order_list.order_list_main.83.7b9c79d21Hc0g0&gatewayAdapt=Pc2Msite
3D Printed box used: https://www.thingiverse.com/thing:5631878
Collect your Boards, sensors and code.
The code uses the native LD2410 Esphome integration now, and does not need any additional files anymore.
Connect the hardware and get an usb cable for uploading firmware to your ESP32.

esphome example code: esp-motion-kinderkamer-lucas.yaml
ESP32-S2 | LD2410
5V <-> VCC
GND <-> GND
GPIO18 <-> RX
GPIO33 <-> TX
GPIO5 <-> OUT
esphome example code: esp-motion-toilet.yaml
ESP8266 | LD2410
5V <-> VCC
GND <-> GND
TX <-> RX
RX <-> TX
D7 <-> OUT

Choose the ESP32 code of your flavour (including or without other sensors)
example: esp-motion-toiet.yaml
example: esp-motion-slaapkamer.yaml
example: esp-motion-kinderkamer-sophie.yaml
Make sure you change all the !secret values, or create them in your esphome secrets
Change all the advised fields. I marked them with a note (--> CHANGE to your own....)
Add to code to a new device in esphome
Once finsihed and sensor is online, you can add it in Home assistant or visit the webpage of the device.
https://community.home-assistant.io/t/mmwave-wars-one-sensor-module-to-rule-them-all/453260/2


