A library for interfacing with the HLK-LD6002 respiratory and heartbeat radar module
  • Rust 96.8%
  • Nix 3.2%
Find a file
2025-06-02 22:01:52 +02:00
examples docs, clippy 2024-02-24 15:26:41 +01:00
src docs, clippy 2024-02-24 15:26:41 +01:00
.envrc flake 2024-02-18 12:03:45 +01:00
.gitignore init 2024-02-18 11:19:26 +01:00
Cargo.lock flake update 2025-06-02 22:01:52 +02:00
Cargo.toml docs, clippy 2024-02-24 15:26:41 +01:00
flake.lock flake update 2025-06-02 22:01:52 +02:00
flake.nix flake update 2025-06-02 22:01:52 +02:00
README.md flake update 2025-06-02 22:01:52 +02:00

HLK-LD6002

A library for community with HLK-LD6002 radar respiratory and heartbeat sensors.

Supports both sync and async serial ports using embedded-io or embedded-io-async.

A note about serial adapters.

The sensor use 1.382.400 baud UART for communicating, not all serial adapters support baud rates this high. Using an adapter that doesn't support this baud rate (like the common CP210 based adapters) can lead to silent failures.