276°
Posted 20 hours ago

HLK-LD2410B FMCW 24G 24GHz Smart Human Presence Status Sensing Radar Heartbeat Sensitivity Mini Sensor Module High Detection

£9.9£99Clearance
ZTS2023's avatar
Shared by
ZTS2023
Joined in 2023
82
63

About this deal

UV lamp work protection, to prevent the UV lamp from being turned on when there are people around and causing personal injury It has good environmental adaptability, and the sensing effect is not affected by the surrounding environment such as temperature, brightness, humidity and light fluctuations; Wed Sep 07 01:06:00 GMT+08:00 2022: Characteristic 0000fff1-0000-1000-8000-00805f9b34fb changed | value: F4 F3 F2 F1 0D 00 02 AA 03 4C 00 55 00 00 64 00 00 55 00 F8 Wed Sep 07 01:06:00 GMT+08:00 2022: Characteristic 0000fff1-0000-1000-8000-00805f9b34fb changed | value: F4 F3 F2 F1 0D 00 02 AA 03 49 00 3C 00 00 64 00 00 55 00 F8 The LD2410 has a number of 'gates', each of which correspond to a distance of about 0.75m and many of the settings/measurements are calculated from this.

Accurate identification within the interval, support the division of the sensing range, and shield the interference outside the interval Wed Sep 07 01:06:00 GMT+08:00 2022: Wrote to descriptor 00002902-0000-1000-8000-00805f9b34fb | value: 00 00 Once you have your hardware ready, the next step is to flash the required software to your device. The flashing process involves installing ESPHome, a powerful tool that allows us to integrate custom firmware with Home Assistant seamlessly. Here's a step-by-step guide to the flashing process:This is a mmWave prescense sensor based on the LD2410B sensor, primarily for use in Home Assistant. Using a well-designed 3D printed shell (designed by CSZ), it can be easily pasted on the wall, and the side with the Logo is facing the direction you want to sense. From then on, your HA can flexibly sense people coming and going up.

The code in this library is based heavily off this piece of work for ESPHome and the manufacturer datasheet. Define the desired actions for each trigger state. For example, you can turn on a specific light when occupancy is detected and turn it off when the area becomes unoccupied. This product is mainly used in indoor scenes to sense whether there is a moving or micro-moving human body in the area, and output the detection results in real time. The farthest sensing distance can reach 5 meters, and the distance resolution is 0.75m. Provides a visual configuration tool, which can easily configure the sensing distance range, sensing sensitivity in different intervals and unmanned delay time, etc., to adapt to different specific application needs. Wed Sep 07 01:06:00 GMT+08:00 2022: Notifications or indications DISABLED on 0000fff1-0000-1000-8000-00805f9b34fb You set the sensitivity at each 'gate' on a scale 0-100, any object that doesn't register above this scale is not reported on. The defaults do a good job of spotting an adult person and estimating distance.

Method 1: Interfacing with LD2410 Tool App for Windows

Wed Sep 07 01:05:56 GMT+08:00 2022: Enabling notifications/indications on 0000fff1-0000-1000-8000-00805f9b34fb Note: Depending on your device, you may need to hold the boot button before installing the firmware. g0_move_threshold : 40 # 0m / 0' g0_still_threshold : 10 # 0m / 0' g1_move_threshold : 40 # 0 - 0.75m / 0 - 2.46' g1_still_threshold : 10 # 0 - 0.75m / 0 - 2.46' g2_move_threshold : 40 # 0.75 - 1.5m / 2.46' - 4.92' g2_still_threshold : 10 # 0.75 - 1.5m / 2.46' - 4.92' g3_move_threshold : 40 # 1.5 - 2.25m / 4.92' - 7.38' g3_still_threshold : 10 # 1.5 - 2.25m / 4.92' - 7.38' g4_move_threshold : 40 # 2.25 - 3m' / 7.38' - 9.84' g4_still_threshold : 40 # 2.25 - 3m' / 7.38' - 9.84' g5_move_threshold : 40 # 3 - 3.75 / 9.84' - 12.30' g5_still_threshold : 40 # 3 - 3.75 / 9.84' - 12.30' g6_move_threshold : 30 # 3.75 - 4.5m / 12.30' - 14.76' g6_still_threshold : 15 # 3.75 - 4.5m / 12.30' - 14.76' g7_move_threshold : 30 # 4.5 - 5.25m / 14.76' - 17.22' g7_still_threshold : 15 # 4.5 - 5.25m / 14.76' - 17.22' g8_move_threshold : 30 # 5.25 - 6m / 17.22' - 19.68' g8_still_threshold : 15 # 5.25 - 6m / 17.22' - 19.68' sensor : - platform : ld2410 Wide Detection Angle: With a large detection angle of up to ±60 degrees, this device can cover a broad area and detect movement from different angles. Both moving and stationary targets are detected separately, with a value for each in centimetres. The accuracy of this distance isn't amazing but given this sensor is targeted as a replacement for something like a passive infrared sensor it's a very big improvement.

The LD2410, as sold for configuration with the common breakout boards shown above communicates over serial at 256000 baud by default. This library allows you to configure and use the sensor over this serial connection. As the LD2410 is a device that uses a high baud rate, a microcontroller with a spare hardware UART for this communication is preferable to bit-banged software serial. LD2410-P(with BLE)" is what is elsewhere referred to as an LD2410B, I think. This one can operate with just 5V power and can both be calibrated and monitored over BLE, although some folks have said the range and connectivity is a bit spotty. Since I mean to house it with an ESP32, using the BLE connection seems pointless, but this module (the same price as the above) might still be a better choice, if only to ignore the BLE (can I do that? Does it work OK without?) and hardwire the connections without having to desolder the header pins, since this one comes without a header. Introducing Hailingco Electronics' LD2410 mmWave Human Presence Sensors - the perfect addition to your smart home network. With Bluetooth support and compatibility with Home Assistant (they were added to Home Assistant in version 2023.02), these sensors fill the gap left by traditional PIR motion detectors that forget you're in the room if you're not moving!

Method 2: Interfacing with HLKRadarTool App for Phone

void read() - You must call this frequently in your main loop to process incoming frames from the LD2410 bool setGateSensitivity(uint8_t gate, uint8_t moving, uint8_t stationary) - Set gate sensitivites 0-100 Flexible configuration of the farthest sensing distance and the sensitivity on each distance door for flexible and fine-tuned personalization; If you have the breakout board, you can use the VCC, GND, TX and RX pins to work with the module. Reading distances

Fortunately, the latest kernel of arduino solves this problem, but there is still a little problem with the uart library from esphome. An Arduino library for the Hi-Link LD2410 24Ghz FMCW radar sensor. This sensor is a Frequency Modulated Continuous Wave radar, which makes it good for presence detection and its sensitivity at different ranges to both static and moving targets can be configured.Tap on the "Connect" or "Start" button within the HLKRadarTool app to initiate communication with the LD2410B sensor. The modules also provide an 'active high' output on the 'OUT' pin which can be used to signal presence, based off the settings configured. Once the modules are configured it is not necessary to use their UART, but it provides much more information. Connections Wed Sep 07 01:06:00 GMT+08:00 2022: Characteristic 0000fff1-0000-1000-8000-00805f9b34fb changed | value: F4 F3 F2 F1 0D 00 02 AA 02 4D 00 00 00 00 64 00 00 55 00 F8 Support GPIO and UART output , plug and play, and can be flexibly applied to different smart scenarios and terminal products.

Asda Great Deal

Free UK shipping. 15 day free returns.
Community Updates
*So you can easily identify outgoing links on our site, we've marked them with an "*" symbol. Links on our site are monetised, but this never affects which deals get posted. Find more info in our FAQs and About Us page.
New Comment