esphome-ld2450
ESPHome LD2450 mmWave custom external component
C++★ 101⑂ 24 forksGPL-3.0updated 8 months ago
git clone https://github.com/uncle-yura/esphome-ld2450.gituncle-yura/esphome-ld2450README.mdfork it — it’s yours
esphome-ld2450
Features
- Obtaining the coordinates of three persons
- Ability to rotate coordinates relative to zero
- Settings of zones
- Bluetooth control
- Reading sensor data
- Data update frequency is determined by update_interval
Supported Microcontrollers
Tested with:
- ESP8266 (board Wemos D1 mini)
Usage
Step 1: Build a control circuit.
Connect the 5V power supply and the UART from the microcontroller to the sensor. Be careful, the color of the wires may differ.
Step 2: Configure your ESPHome device with YAML
See the file example_ld2450.yaml
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