HLK-LD2450 Initial experiments to connect to HomeAssistant

Would you say this LD2450 module is superior to the 1125H? Thanks

Itā€™s available on IOS

1 Like

we release our sensor on ebay now:

welcome to our group to talk it: Screek Workshop | Facebook

1 Like

Can anybody shed some light on this error? Iā€™ve just received a device and when powered up itā€™s successfully found in the (Android) app, when selected Iā€™m immediately taken to the firmware upgrade screen and I get this error;

Device is powered with 5V, Iā€™ve tried several sources just in case and consistently reports a good RSSI value. I havenā€™t yet connected via UART, thatā€™s a job for the morning.

I have exactly the same issue when I wanted upgrade FW.
Tried it with different approaches, but did not find a solution.
Reported to LD2450 manufacturer, hoping they reply or act on it.

1 Like

I also have sent a message, lets hope we get a solution?

So what I have found from this topic and conversation with HLK. The only current way to communicate that HLK provides is via a serial link, not via Bluetooth. There is a Windows application that will ā€œplotā€ the detected movement, but this requires communication via the serial port ONLY.

Whilst the LD2450 is discovered via Bluetooth with the phone app, there is no communication possible with the device.

Using https://github.com/tsunglung/esphome-ld2450 from @screek-workshop Iā€™ve been able to get movement/distance info from my LD2450. I have used the 8 pin header on the device rather than the connector.

So if you want to experiment with the device, Iā€™d recommend getting the full kit rather than the bare device as I did!

Also worth noting that the device gets quite warm to the touch!

I hope this helps people?

@screek-workshopā€¦. Any plans when you will update the yaml to enable zones?

This is usually because, the firmware is already up to date.
This firmware mechanism, the response we got from hlk was this:

  • Everything that has recently shipped is new firmware.
  • There is no version validation of the firmware.
  • Returning error code 9 seems to mean that the firmware is already up to date, if we remember correctly.

This update software is really quite misleading.

Hello friend, This is Stella from Shenzhen Hi-Link Electronic co.,Ltd. Glad to see you are using our products, and itā€™s so lucky for me to see the usage process that you share, it is really great. Thank you very much for your support and trust in our products. If you need help with any questions, please feel free to contact me. :grinning_face_with_smiling_eyes:

Email: [email protected]

Whatsapp: +86 15986863266

7 Likes

Push HLK-LD2450 Initial experiments to connect to HomeAssistant - #28 by DerPicknicker

@screek-workshop

Sorry for not noticing last time, weā€™re doing some experimenting and weā€™d like to be able to simply set some coordinates in the esphome for things like this.

1 Like

Hi @screek-workshop ,

no problem. Would it be possible to make the settings inside Homeassistant? Would be easier than changing the Config each timeā€¦Or even better: Visualise in a map in Homeassistant where the User can set the Zonesā€¦

Hope to see if you can get it to work soon.

All the best!

Itā€™s pretty much 0-configuration since hlk doesnā€™t have an open interface for setting it up at the moment, itā€™s a great idea for visualizing maps, but I guess it seems to be beyond our programming capabilities, that would require html related skills, and that kind of implementation I think might require a card support, and the lovelace card on the front page, seems to be very suitable for such a thing.That looks like rendering out data effects.
A basic use for it at the moment could be to take any of the y-axis values and determine a range of people that could be needed, as an alternative to the ld2410. It has better immunity to interference than the ld2410, can filter out energy signals like fans and critters, and it seems to have some rough understanding of the human form.

We hope to help popularize it in the open source community through inexpensive and cost-effective hardware as much as possible, so as to mobilize the power of everyone together to improve it more practical.

3 Likes

how precise can it measure distance? Can I use it to track swing gate angle when position close to the center of rotation?

Overall we think itā€™s more stable and accurate, we donā€™t quite understand the swing gate, sorry.

I just started experimenting with ld2450 and your esphome yaml from https://github.com/screekworkshop/screek-human-sensor/blob/82ad16d8420d6bacdba63df08bbc4633f1185a79/2a/yaml/screek-humen-sensor-2a.yaml

That yaml is working very well, thank you for that! What happens under the hood of the sensor is still a bit of a jungle unfortunately. It seems to work reasonably well with 1 target, but it can get quite messy when multiple people are in the room. Also just sitting still sometime gives quite variable location on the X axis. Y seems better. Perhaps future firmware updates will improve this.

Anyway, iā€™m looking forward to experimenting with this sensor more (I also have ordered your version from ebay). Maybe when I have some more free time the coming weeks I will try to create some sort of custom map/location card for the UI visualize the targets in the room.

Thanks again!

Edit:
Just now testing the sensor when placed beneath my tv. My kid is watching tv on the couch and the sensor displays this nicely, but every now and then it suddenly sees another target on the same Y distance but on a different X (about 1 to 1.5 meters more to the right). I have no idea what happens there. However, I still think it can be quite a usefull sensor to determine if a certain location is occupied by checking if any of the three targets is between certain X and Y values.

(Lastly the lambda code in the Yaml file is incorrect for the p3_distance_resolution which should be using byte 27 and 26 I think?)

1 Like

For 2Aā€™s multiplayer target jumping issue

Some users feedback that the multiplayer detection of Radar 2A will jump suddenly, and the recognition is very good when it is one, while there will be some error when it is multiple.

We talked to the development department of hilink and got this feedback:

  • The module supports single target and multi-target monitoring, the current firmware defaults to single target, if there are multiple movement targets, the algorithm is going to calibrate the one with the highest athletic ability value, and there will be the phenomenon described above.
  • Multi-target can be tested with our upper computer tool, and the next step will be to set it up through the OTA development function. Because after the development, to be combined with the customerā€™s specific application, sometimes the customer may just do motion detection on the line, now the firmware is the easiest to use. app will be open later, motion target tracking display, then will provide multi-target switching function. In the future, we will provide setting switching protocol.

Thanks for the feedback on yaml, weā€™ll check it out. Since itā€™s rare to have all three at the same time, our tests may be insufficient.

We released a new beta firmware today that supports a quick display of whether there is someone globally for such a scenario.
beta fm for 2a

Weā€™re really looking forward to your custom UI visual effects display component, I think thatā€™s where it really starts to get cool.

1 Like

Iā€™m working on some kind of UI to show the LD2450 X and Y coordinates in Home Assistant,
This is it how it looks at the moment, itā€™s live data from Home Assistant:

CleanShot 2023-07-28 at 17.21.58

10 Likes

Thatā€™s pretty cool! We are looking forward to using it soon.