Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.4 KB

a01nyub.rst

File metadata and controls

45 lines (32 loc) · 1.4 KB

A01NYUB Waterproof Ultrasonic Sensor

.. seo::
    :description: Instructions for setting up A01NYUB waterproof ultrasonic distance sensor in ESPHome.
    :image: a01nyub.jpg
    :keywords: ultrasonic, DFRobot, A01NYUB

This sensor allows you to use A01NYUB waterproof ultrasonic sensor by DFRobot (datasheet) with ESPHome to measure distances. This sensor can measure ranges between 28 centimeters and 750 centimeters with a resolution of 1 milimeter.

Since this sensor reads multiple times per second, :ref:`sensor-filters` are highly recommended.

To use the sensor, first set up an :ref:`uart` with a baud rate of 9600 and connect the sensor to the specified pin.

images/a01nyub-full.jpg

A01NYUB Waterproof Ultrasonic Distance Sensor.

# Example configuration entry
sensor:
  - platform: "a01nyub"
    name: "Distance"

Configuration variables:

See Also