
GitHub - ncmreynolds/ld2410: An Arduino library for the Hi-Link …
The LD2410, as sold for configuration with the common breakout boards shown above communicates over serial at 256000 baud by default. This library allows you to configure and use the sensor over this serial connection.
GitHub - albertnis/ld2410-configurator: Web-based configuration …
Display radar data and configure your LD2410 motion sensor, right from the browser! The aim of this project is to improve on the hard-to-use Windows-only tooling provided by HiLink. Visit the configurator at ld2410.albert.nz .
Use this code to make your LD2410 sensor to work with ESP32 or …
2025年3月25日 · OF COURSE: MUST connect Tx from ESP8266 to Rx from LD2410 sensor, and Rx from ESP8266 to Tx from LD2410 sensor! With the modifications, the LD2410 sensor works great for me. An example in the attached photo..
iavorvel/MyLD2410: Arduino library for the LD2410 presence …
This library covers the complete set of serial commands for the LD2410 presence sensor, including HLK-LD2410B and HLK-LD2410C. It has no external dependencies and will work on any Arduino and ESP32 board.
GitHub - Renstec/LD2410: Arduino Library to read out and …
Arduino Library to read out and parameterize a sensor from type HiLink-LD2410. Electrical connection of the sensor The module is connected via its serial interface which has a logic level of 3V3 DC.
ESPHome 2024.5.0 + D1 Mini + LD2410 = The connection …
2024年5月15日 · My LD2410 presence sensors are working fine with version 2024.4.2. The firmware compilation log is attached: logs_bedroom-presence-sensor_run.txt. I will try to rollback now and see if i will be able to recover the sensors. Which version of ESPHome has the issue? 2024.5.0. What type of installation are you using? Home Assistant Add-on
Protocol implementation for HLK-LD2410 radar module - GitHub
Protocol implementation for HLK-LD2410 radar module - bertrik/hlk-ld2410. Protocol implementation for HLK-LD2410 radar module - bertrik/hlk-ld2410. Skip to content. Navigation Menu Toggle navigation. Sign in Product GitHub Copilot. Write better code with AI Security. Find and fix vulnerabilities ...
esphome-docs/components/sensor/ld2410.rst at current - GitHub
The ld2410 sensor platform allows you to use HI-LINK LD2410 motion and presence sensors with ESPHome. There are three variants with similar communication protocols: LD2410 (datasheet and user manual) LD2410B (datasheet and user manual) LD2410C (datasheet and user manual)
How to enable "HLK-LD2410"? · arendst Tasmota - GitHub
You need a custom build to include this optional feature, USE_LD2410. (And you should not open an "issue" to ask questions, using "Discussions" is better for that, or on the Tasmota Discord server. View full answer
circircir-circle/human_exist_device: 基于ESP32和LD2410的
2022年7月25日 · 本项目制作一个人体存在传感器, 以合宙ESP32-C3开发板和海凌科LD2410 24G雷达为核心, 可用于检测空间内是否走动或者静坐的人体.进而通过 MQTT 发送给 Home Assistant(以下简称HA), 与全屋其它智能家居联动.