hlk_ld6002

Crates.iohlk_ld6002
lib.rshlk_ld6002
version0.1.0
sourcesrc
created_at2024-02-24 14:27:38.826305
updated_at2024-02-24 14:27:38.826305
descriptionA library for interfacing with the HLK-LD6002 respiratory and heartbeat radar module
homepage
repositoryhttps://github.com/icewind1991/hlk_ld6002
max_upload_size
id1151669
size38,650
Robin Appelman (icewind1991)

documentation

README

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.

Commit count: 0

cargo fmt