WLED/usermods/LD2410_v2
quake1508 e2800d75f7
Typo correction (#4756)
Compiling doesn't work because it doesn't find LD2410 in usermods.
The correct usermod is LD2410_v2
2025-07-03 20:00:53 +02:00
..
LD2410_v2.cpp usermods: Fix MQTT checks 2025-01-19 22:19:30 +00:00
library.json Revert "Usermods: Remove libArchive" 2025-05-06 22:12:01 -04:00
readme.md Typo correction (#4756) 2025-07-03 20:00:53 +02:00

readme.md

BH1750 usermod

This usermod requires a second UART and was only tested on the ESP32

This usermod will read from a LD2410 movement/presence sensor.

The movement and presence state are displayed in both the Info section of the web UI, as well as published to the /movement and /stationary MQTT topics respectively.

Dependencies

  • Libraries
    • ncmreynolds/ld2410@^0.1.3
  • Data is published over MQTT - make sure you've enabled the MQTT sync interface.

Compilation

To enable, compile with LD2140 in custom_usermods (e.g. in platformio_override.ini)

[env:usermod_USERMOD_LD2410_esp32dev]
extends = env:esp32dev
custom_usermods = ${env:esp32dev.custom_usermods} LD2140_v2

Configuration Options

The Usermod screen allows you to:

  • enable/disable the usermod
  • Configure the RX/TX pins

Change log