© Screek Workshop

RedditFacebookXYouTube
Screek Workshop
/
🦋
Human Sensor 2A(LD2450)
/
User share: clean yaml built with esp-idf and pr#5647 (from areeshmu) by redmumba

User share: clean yaml built with esp-idf and pr#5647 (from areeshmu) by redmumba

Topics
DIYCustom YamlUsers Share
Created time
Jul 12, 2025 1:06 PM

We were extremely early in exploring and helping popularize the LD2450, as well as sharing our yaml sources, most of which were built using embedded C++ syntax, and the community has since emerged with a number of complete LD2450 libraries.

On a broad basis, they are similar in functionality and also add some new features, for those who need to DIY their own, try these new variations.

Here's a share from redmumba:

I've gone ahead and created a much more cleaned-up version of the yaml file using the PR#5674, which adds support for the ld2450. Gist is here: https://gist .github.com/amcfague/2cebeaf2076ce16d4dad5143a97971d1 Removes a lot of the custom logic, uses IDF (which should be faster for esp32), as well as using -O2 to build.

Yaml source code