Skip to content

semigodking/esp32_ld2410_indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ESP32 indicator for human existence

This simple ESP32 program connects to LD2410C via Bluetooth Low Energy (BLE), receives notification from LD2410C and turns ON/OFF a LED on ESP32 as indicator. When LD2410C detects human, the LED on ESP32 is turned ON. When LD2410C detects no human, the LED on ESP32 is turned OFF.

The password for BLE is HiLink.

Why this program

I do not want such an indicator which is far from equipement which connects to switch directly.

How to compile and upload firmware

  1. Open the source file ld2410_ble.ino with Arduino.
  2. Select board matches your hardware.
  3. Update the following hardcoded configs in source. The default is for my ESP32-C3 SuperMini board.
const int LED_PIN = 8;
#define MY_DEVICE_ADDRESS "03:92:96:00:00:00"
  1. Insert your hardware, compile and upload.

About

ESP32 LED indicator for LD2410C via BLE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages