Skip to content

Latest commit

 

History

History
91 lines (65 loc) · 3.5 KB

seeed_mr60bha2.rst

File metadata and controls

91 lines (65 loc) · 3.5 KB

Seeed Studio MR60BHA2 60GHz mmWave Breathing and Heartbeat Detection Sensor Kit

.. seo::
    :description: Instructions for setting up Seeed Studio MR60BHA2 60GHz mmWave Breathing and Heartbeat Detection Sensor Kit.
    :image: seeed_mr60bha2.jpg

Component/Hub

The seeed_mr60bha2 platform allows you to use Seeed Studio MR60BHA2 60GHz mmWave Fall Detection Sensor Kit with XIAO ESP32C6 (Product Page) with ESPHome.

The :ref:`UART <uart>` is required to be set up in your configuration for this sensor to work, parity and stop_bits must be respectively NONE and 1. You can use the ESP32 software or hardware serial to use this MR60BHA2, its default baud rate is 115200.

images/seeed_mr60bha2.jpg

Seeed Studio MR60BHA2 60GHz mmWave Fall Detection Sensor Kit with XIAO ESP32C6

# Example configuration entry
seeed_mr60bha2:

Configuration variables:

Binary Sensor

The seeed_mr60bha2 binary sensor allows you to determine the presence of a human.

binary_sensor:
  - platform: seeed_mr60bha2
    has_target:
      name: "Person Information"

Configuration variables:

Sensor

The seeed_mr60bha2 sensor allows you to perform different measurements.

sensor:
  - platform: seeed_mr60bha2
    breath_rate:
      name: "Real-time respiratory rate"
    heart_rate:
      name: "Real-time heart rate"
    distance:
      name: "Distance to detection object"
    num_targets:
      name: "Target number"

Configuration variables:

See Also