esphome-ld2450
ESPHome LD2450 mmWave Radar Sensor Custom Component
C++★ 124⑂ 23 forksApache-2.0updated 1 year ago
git clone https://github.com/tsunglung/esphome-ld2450.gittsunglung/esphome-ld2450README.mdfork it — it’s yours
ESPHome LD2450 mmWave Radar Sensor Custom Component
Installation
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
Wiring
| ESP8266 | LD2450 | |
|---|---|---|
| 5V | <-> | VCC |
| GND | <-> | GND |
| TX | <-> | RX |
| RX | <-> | TX |
Notice
- 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.
more like this
PowerDisplayESPHome
A small display for ESPHome and Home Assistant to retrieve the current house consumption and energy price via a sensor…
C++★ 52