A01NYUB Waterproof Ultrasonic Distance Sensor

Most ultrasound distance sensors are not waterproof, which can pose a problem if you want to use the sensor outdoors or in a damp environment, for example, in a water tank to measure the water level. DFRobot has a reliable ultrasound distance sensor with a waterproof emitter specifically for this application. This sensor is suitable for outdoor applications such as reversing sensors, security alarms, industrial inspections, level monitoring, water level monitoring in water tanks, etc. This waterproof ultrasound sensor A01NYUB offers you a large monitoring distance of 0.28m to 7m. The sensor features a closed transmitter and receiver that are waterproof and dustproof. The signal processing unit is integrated into the sensor module, so you can read out the distance value directly via the asynchronous serial interface. With a band rate of 9600Bit/s, the sensor can communicate with the microcontroller, significantly shortening development time for the user.


Documentation:


Technical Details:

  • Type: A01NYUB
  • Interface Communication: UART 
  • Response Time: 100ms
  • Operating Voltage: 3.3 to 5.5V DC
  • Average Current Consumption: <15mA
  • Detection Range (flat object): 28-750cm
  • Resolution: 1mm
  • Sampling Angle:  55°
  • Operating Temperature: -25 to 80°C
  • Protection Rating: IP67
  • Cable Length: 320mm
  • Weight: 42g

Scope of Delivery:

  • 1x A01NYUB Waterproof Ultrasound Distance Sensor
  • 1x Adapter Cable PH2.0-4P to 2.5mm 4p Plug


// Example with a Wemos D1 (Alf 2020)
// The connections are created on the software side.

#include 

#define mess_TX D1 // Enter your connection for the blue cable here
#define mess_RX D2 // Enter your connection for the green cable here
SoftwareSerial mySerial(mess_RX,mess_TX); // RX, TX unsigned char data[4]={}; float distance; void setup() { Serial.begin(115200); mySerial.begin(9600); } void loop() { do{ for(int i=0;i<4;i++) { data[i]=mySerial.read(); } }while(mySerial.read()==0xff); mySerial.flush(); if(data[0]==0xff) { int sum; sum=(data[0]+data[1]+data[2])&0x00FF; if(sum==data[3]) { distance=(data[1]<<8)+data[2]; if(distance>280) { Serial.print("distance="); Serial.print(distance/10); Serial.println("cm"); }else { Serial.println("Below the lower limit"); } }else Serial.println("ERROR"); } delay(150); }


Write a review

Note: HTML is not translated!
    Bad           Good

A01NYUB Waterproof Ultrasonic Distance Sensor

  • Brand: DFRobot
  • Product Code: 421142
  • Availability: In Stock
  • CHF36,90

  • Ex Tax: CHF34,14

Related Products

Ultrasonic distance meter HC-SR05.

Ultrasonic distance meter HC-SR05.

With the Ultrasonic Distance Sensor HY-SRF05, you can easily perform length measurements with the Ar..

CHF7,90 Ex Tax: CHF7,31

DFRobot TF Mini LiDAR ToF Laser Range Sensor

DFRobot TF Mini LiDAR ToF Laser Range Sensor

The TF Mini LiDAR from DFRobot is a ToF (Time of Flight) LiDAR sensor that can measure distance to a..

CHF49,90 Ex Tax: CHF46,16

JSN-SR04T Waterproof Ultrasonic Distance Sensor

JSN-SR04T Waterproof Ultrasonic Distance Sensor

Most ultrasonic distance sensors are not waterproof, which can be a problem if you want to use the s..

CHF19,90 Ex Tax: CHF18,41

A02YYUW Waterproof Ultrasonic Distance Sensor

A02YYUW Waterproof Ultrasonic Distance Sensor

Most ultrasonic distance sensors are not waterproof, which can be a problem if you want to use the s..

CHF25,90 Ex Tax: CHF23,96

5m TOF Sense Laser Range Sensor

5m TOF Sense Laser Range Sensor

This TOF sensor is a TOF-based (Time of Flight) laser range finder with a detection range of 1cm to ..

CHF29,90 Ex Tax: CHF27,66

Laser Distance Sensor UART 4-400cm

Laser Distance Sensor UART 4-400cm

This laser rangefinder can be used to detect objects in a range from 4 to 400 cm with an accuracy of..

CHF27,90 Ex Tax: CHF25,81

WisBlock RAK12007 Ultrasonic Distance Sensor

WisBlock RAK12007 Ultrasonic Distance Sensor

This is a WisBlock Ultrasonic Distance Sensor Module from RAK Wireless. The RAK12007 can detect obje..

CHF6,90 Ex Tax: CHF6,38

ME007YS Waterproof Ultrasonic Sensor

ME007YS Waterproof Ultrasonic Sensor

This is a waterproof ultrasonic distance sensor from DFRobot. The sensor measures the distance to an..

CHF18,90 Ex Tax: CHF17,48

M5Stack Ultrasonic Distance Unit 2-450cm RCWL-9620

M5Stack Ultrasonic Distance Unit 2-450cm RCWL-9620

This is a RCWL-9620 ultrasonic distance sensor from M5Stack which is read via the I2C interface. The..

CHF8,90 Ex Tax: CHF8,23

DDS75-LB LoRaWAN Distance Sensor Node 868MHz

DDS75-LB LoRaWAN Distance Sensor Node 868MHz

The DDS75-LB is a LoRaWAN distance sensor specifically designed for IoT solutions. Using ultrasonic ..

CHF78,90 Ex Tax: CHF72,99

LPB40B IP65 LiDAR 40m Distance Sensor UART

LPB40B IP65 LiDAR 40m Distance Sensor UART

The LPB40B IP65 LiDAR 40m Distance Sensor UART is a high-precision sensor for distance and depth mea..

CHF89,90 Ex Tax: CHF83,16

Tags: A01NYUB, Waterproof, Ultrasonic, Sensor, Ultrasonic, HC-SR05, Module, Arduino, Sensor, Ultrasonic, Breakout, Distance, Distance sensor, Level, Water, Distance sensor, JSN-SR04T, JSN, SR04T, DFRobot, SEN0313