- LD2410C · 1 module
- Bluetooth: tune it from your phone
- 24GHz radar: sees people sitting still
Hi-Link gives you two ways into the LD2410's settings: the HLKRadarTool phone app over Bluetooth and a Windows configurator over serial. Either one sets the gates, sensitivity and timeout the module keeps after power-off.
Revised September 2026For the LD2410B, B-P and C, install Hi-Link's HLKRadarTool app from the Android or iOS app store and connect over Bluetooth. For any version, including the original with no Bluetooth, Hi-Link's Windows configuration tool connects through a USB-to-serial adapter at 256000 baud. Firmware updates for Bluetooth boards run through the app.
HLKRadarTool is Hi-Link's own app for its radar modules, published for Android and iOS. Power a B, B-P or C from 5V, open the app, and the module appears in the scan list under a name beginning with HLK-LD2410.
No microcontroller is needed for this step. A USB charger and three jumper wires to VCC and GND are enough, because the Bluetooth radio lives on the module itself.
The app may ask for a Bluetooth password. The factory default is commonly HiLink; if you or an ESPHome config have changed it, use the new six-character value. Set a password of your own once the sensor is in place, since anyone nearby with the app can otherwise connect.
If the module does not show up, check that another phone or Home Assistant's LD2410 BLE integration is not already connected. The module accepts one Bluetooth connection at a time.
| Board | HLKRadarTool app | Windows PC tool | ESPHome |
|---|---|---|---|
| LD2410 (original) | No Bluetooth | Yes, over serial | Yes |
| LD2410B and B-P | Yes | Yes, over serial | Yes |
| LD2410C | Yes | Yes, over serial | Yes |
| LD2410B test kit | Yes | Yes, cable included | Yes |
| LD2410S | No Bluetooth | S-specific tool, 115200 baud | Community component only |
Bluetooth support per Hi-Link's module descriptions; ESPHome support per its ld2410 component docs.
The app's strength is that you tune while standing, or sitting, in the room the sensor watches. You see the effect of each change on the live energy bars at once.
Values go into the module's memory, not the phone. Unplug it, move it to your ESP32 build, and the tuning comes along. ESPHome reads the stored values back and shows them as number entities.
For the geometry behind the gate numbers, and how shielding narrows the beam, see the range and field-of-view guide.
Tune in the conditions the room normally has. If the heating fan or a ceiling fan runs in winter, switch it on during the empty-room check, or its gate will trip the sensor later. Doors that stay open, curtains near a draughty window and pets all belong in that test too.
LD2410C 3-pack |
LD2410B Bluetooth module |
LD2410B-P module |
LD2410B Test Kit |
LD2410 original module | |
| Type | Module | Module | Module | Test kit | Module |
| Version | LD2410C | LD2410B | LD2410B-P | LD2410B | LD2410 |
| Pack | 3-pack | 3-pack | 1 module | 1 module | 1 module |
| Bluetooth | Yes | Yes | Yes | Yes | — |
| Cable | — | Yes | — | — | Yes |
| Get the module | Get the module | Get the module | Get the module | Get the module |
The Windows configurator does everything the app does, plus it works with the original LD2410. You need a USB-to-serial adapter with a 5V pin, such as a CH340 or CP2102 board.
Download the tool and the module manual from Hi-Link's own website, where each radar model has its own resource folder. Then wire the adapter:
In the tool, pick the adapter's COM port and set 256000 baud. Select engineering mode if you want per-gate energy, then connect. Hi-Link's manual notes one quirk: while the live display runs after pressing Start, parameters cannot be read or written. Press Stop, change settings, then start again.
The PC view is handy for a first look at a module before it goes into an enclosure. A test kit with its own cable removes even the adapter wiring. For pin order on each board, keep the pinout reference open next to the tool.
The LD2410B-P is the Bluetooth B with its header already soldered, so you tune it in HLKRadarTool and plug it into a breadboard the same afternoon.
Get the moduleHi-Link ships firmware updates for its Bluetooth boards through HLKRadarTool. Newer firmware has added options such as the finer 0.2m distance resolution and the light-controlled OUT function.
Before you update, ask whether you need to. A sensor that detects reliably gains nothing from new firmware, and ESPHome's documentation ties some entities to specific firmware versions, which cuts both ways.
The main risk is an interrupted update, whether from a dropped Bluetooth link or a power blip. The original LD2410 has no Bluetooth, so app updates do not apply; check Hi-Link's files for your module before assuming a serial update path exists.
If the update adds 0.2m resolution, remember that gate numbers change meaning. All nine gates then fit inside about 2m, so retune the maximum gates before relying on it.
Linux gets no official configurator; the PC tool is a Windows program. On Linux you have three practical routes, none of which needs that tool.
Community developers have also built browser-based configurators that use Web Serial or Web Bluetooth in Chromium browsers. They can be handy on Linux and ChromeOS, but they are unofficial; confirm the project supports your firmware and read settings back after writing them.
| You have | Easiest route |
|---|---|
| B, B-P or C, any computer | HLKRadarTool on a phone |
| Home Assistant running | ESPHome entities |
| Original LD2410, Linux only | Serial script or ESPHome |
Once tuned, the ESPHome YAML walkthrough shows how to switch the module's Bluetooth off from Home Assistant.
A Python script is also the quickest way to configure a batch. Wire each module to the same adapter in turn, run the script, and every sensor in a multi-room pack leaves the bench with identical gates and timeout.
HLKRadarTool, Hi-Link's own app for Android and iOS. It works with the Bluetooth boards: LD2410B, B-P and C.
From Hi-Link's website, in the resource folder for your radar model. It runs on Windows and connects through a USB-to-serial adapter at 256000 baud.
Hi-Link's configurator is a Windows program. On Linux, use ESPHome, the phone app, or a serial script built on the published protocol.
On a Bluetooth board, open HLKRadarTool, check the version and run the update with the module on stable power and the phone close by. Only update if you need a feature the new firmware adds.
No. Only the B, B-P and C versions have Bluetooth; the original and the S are configured over serial.
Best LD2410