ESPHome LD2450 mmWave Radar Sensor Custom Component
Set wifi_ssid and wifi_password in your esphome's secrets.yaml first
- Place ld2450_uart.h into the components of your esphome configuration folder
- Create new device with the yaml in this repository
ESP8266 | LD2450 | |
---|---|---|
5V | <-> | VCC |
GND | <-> | GND |
TX | <-> | RX |
RX | <-> | TX |
- The RX, TX need pull-up resister.
- Need to upgrade to firmware 1.1.230605 (recommended)
- Use hardware serial if use ESP8266.