Topics
DIYCustom YamlUsers Share
Created time
Sep 26, 2024 9:06 AM
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.