-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No succes #17
Comments
I am using a D1 Mini V4 (USB-C version, should be identical otherwise) and a HLK-LD2410B. Below is my YAML config for esphome. I am using GPIO13 and GPIO15 for TX/RX. I am also using GPIO5 for the "OUT" pin on the LD2410. I am able to power the LD2410 using the VBUS pin on my D1 Mini (not the 3v3 pin!). I hope any of this helps! The biggest difference I see is our different "board" types used, maybe try d1_mini for your board.
|
Hello all. Been trying everything i can find to get my HLK-LD2410B working with my D1 MINI V3.0.0 - Mini NodeMcu board. Only get unknown status whatever i do..
To make sure, i got 5 of each and all work on their own. However the LD2410 don't seem to work when powered from the 5v on the esp.. So using external power for both.
Then i also tried all combos of yaml files that i can find combined with the .h from https://github.com/rain931215/ESPHome-LD2410.
And tried all uart combos..
tx_pin: GPIO15, rx_pin: GPIO13
tx_pin: GPIO1, rx_pin: GPIO3
tx_pin: GPIO3, rx_pin: GPIO1
tx_pin: RX, rx_pin: TX
tx_pin: TX, rx_pin: RX
Using latest esphome 2023.5.0 (dev), and latest HA on a virtual machine.
Read that some had succes reverting to version 2023.3.2 of esphome but that seams impossible on a vm?
Currently my yaml looks like this
Anyone have a similar setup with any succes?
If not, any thips for a new esp board that might work better?
The text was updated successfully, but these errors were encountered: