Configure Sensitivity on LD2410

LD2410 Boards

How To Configure Sensitivity on a LD2410 Presence Sensor

This guide explains how to change the default sensitivity for the LD2410 Presence Sensor. This is the sensitivity for the OUTPUT pin that returns 5v when presence is detected and 0v when there are no detections. Allowing for standalone use.

1. Setup

If you already have the device running, you can skip this step

  1. set up an Arduino sketch
  2. Add this library
  3. Follow the example code in the repo.

2. Configuration

Once you have your device connected to your board, we will run the following command on our setup (the sensor remembers the configuration, so this could be done a single time)

radar.setGateSensitivityThreshold(7, 15, 5);

with the arguments (numbers) being:

  1. Gate to configure (0 - 8)
  2. Moving target sensitivity (0 - 100) (0 = most sensitive, 100 = least sensitive)
  3. Stationary target sensitivity (0 - 100) (0 = most sensitive, 100 = least sensitive)

Each gate represents a distance range and has a default sensitivity as shown in this table

GATE NUMBERDISTANCE (METER/FEET)DEFAULT MOVE THRESHOLDDEFAULT STILL THRESHOLD
00m / 0'500
10 - 0.75m / 0 - 2.46'500
20.75 - 1.5m / 2.46' - 4.92'4040
31.5 - 2.25m / 4.92' - 7.38'4040
42.25 - 3m / 7.38' - 9.84'4040
53 - 3.75m / 9.84' - 12.30'4040
63.75 - 4.5m / 12.30' - 14.76'3015
74.5 - 5.25m / 14.76' - 17.22'3015
85.25 - 6m / 17.22' - 19.68'3015

3. Done

Now you can test the new configuration.

Published: Monday, Oct 23, 2023
Privacy Policy© 2023 How2doit. All rights Reserved.