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 after firmware 1.1.230605.
- Use hardware serial if use ESP8266.
- The commands only work on firmware 2.02.23090617.
- Do not update to the firmware 2.0.4.23101915 if you want to use the component.