Esphome two ld2410 in one esp32

Hello. I want have two ld2410b in the same esp32 . One I was able to put it working, but to make both working, I have no idea. If someone can help I really appreciate. Thanks in advance, Carlos

Uave you tried to create a second UART and using those pins on the send/receive for the LD2410?

There is also the option to only use the output pin from the LD2410 and no UART, but you will not be able to configure the LD2410

Sorry, I am new in this things. How do I do to create the secont uart . the second sensor is in pins 1 and 3.

thanks in advance

Carlos

Take some time to understand the yaml that is deployed for the current sensor. You’ll need to duplicate everything for the other LD2410 and make sure names and ids are unique.

do you have this option installed?
are you using two uart sensors on one esp32?
can you please show your yaml?
because I need to know exactly what I need to modify to make it work. Ideally with the possibility to edit the parameters of both ld2410.
Thank you very much

I also want to connect 2 ld2410c sensors. Does anybody have the yaml for it?

Did you try looking anywhere first?

Ive tried bud unsuccesfuly.

in this topic I asked and I’ve tried it but it doesn’t work for me.

do you have this method working?

If you do, please share your yaml, instead of lecturing us to look elsewhere first…
thank you

Theres no special method or tricks needed, its the exact same process as adding 2 switches to an esp32.

What have you tried? Where is your config that your working on it? You need to post that stuff so people can help you make whatever corrections are needed.

I dont mind helping you but, im not going to completely do it all for someone just so they can copy/paste it and then be right back in the same scenario later on and still not knowing what to do.

Post your config and lets go from there.

hello, sorry but instead of writing a long post you could have just pasted your working yaml and we could have adapted it and learned all the essentials from it. i don’t mean this in a bad way, but i don’t think you actually have two ld2410s on one eps32 connected via 2x uart working, do you?
otherwise you wouldn’t have had a problem sticking it here right away.