IP68 Underwater Ultrasonic Obstacle Avoidance Sensor (3m, UART) - แท้ DFRobot

IP68 Underwater Ultrasonic Obstacle Avoidance Sensor (3m, UART) - แท้ DFRobot
IP68 Underwater Ultrasonic Obstacle Avoidance Sensor (3m, UART) - แท้ DFRobotIP68 Underwater Ultrasonic Obstacle Avoidance Sensor (3m, UART) - แท้ DFRobotIP68 Underwater Ultrasonic Obstacle Avoidance Sensor (3m, UART) - แท้ DFRobotIP68 Underwater Ultrasonic Obstacle Avoidance Sensor (3m, UART) - แท้ DFRobotIP68 Underwater Ultrasonic Obstacle Avoidance Sensor (3m, UART) - แท้ DFRobot
รหัสสินค้า AS00596
หมวดหมู่ LIDAR / เซ็นเซอร์วัดระยะทาง / ความเร็ว Distance / Speed
ราคา 1,850.00 บาท
ขออภัย สินค้าหมด
หนังสือรับรองบริษัท
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay

ดูรายละเอียดการใช้งานและตัวอย่าง arduino code ได้ที่ Click

Introduction

Note: The sensor can only be used underwater as it requires the presence of water to provide accurate data.
หมายเหตุ: เซ็นเซอร์นี้ต้องใช้ใต้น้ำเท่านั้น จำเป็นต้องมีน้ำเป็นสื่อกลางเพื่อให้วัดได้แม่นยำ

This is an underwater ultrasonic obstacle avoidance sensor specifically designed for underwater applications. It operates on a wide voltage range of 5-24V and features compact size, minimal blind spots, high precision, and high protection. Its underwater measurement range is from 2-300cm.

With an IP68 protection rating, this sensor can replace a camera for obstacle avoidance and meet the requirements of normal underwater navigation speeds. By using this obstacle avoidance sensor, underwater vehicles can achieve true "unmanned driving" without the need for human observation. Even at a depth of 10m, obstacle avoidance can still be easily accomplished.

Waterproof level of IP68

Thanks to its small size and minimal blind spots, this sensor takes up minimal space and can be easily integrated into various projects.

Compact in size, with a small blind zone

Specification

  • Measurement Range: 2-300cm
  • Measurement Accuracy: ±(0.5+S*0.5%)cm@<2m, ±(1+S*1%)cm@>2m
  • Operating Voltage: 5-24V
  • Standby Current: ≤1mA
  • Operating Current: ≤10mA
  • Output Mode: UART controlled
  • Power-on Startup Time: ≤500ms
  • Output Response Time: 10ms
  • Angle: 5-10°
  • Operating Temperature: -15~50°C
  • Storage Temperature: -25~80°C
  • Storage Humidity: 65%~90% RH (non-condensing)

Features

  • Compact in size, with a small blind zone
  • Lightweight and fast response time
  • Waterproof level of IP68

Document:

Shipping List:

  • Underwater Ultrasonic Obstacle Avoidance Sensor (3m) x1

Applications

  • Underwater robot obstacle avoidance and self-control detection
  • Measurement of water depth by underwater robots

Applications Measurement of water depth



Board Overview

Num Label Description
Red line VCC power supply input positive pole
Black line GND power ground wire
Yellow line RX UART receiving data line
white line TX UART transmitting data line

Dimensional Drawing

Dimensional Drawing

Output Format

1、communication instructions

Interface Baud rate Data bit Stop bit Check bit
UART 115200bps 8 1 None

2、Timing diagram

Timing diagram

Note: T1 ≥ 19ms; T2 ≈ 13ms

3、UART output format

Frame data Output data Description Bytes
Frame header 0XFF Frame header, fixed as 0XFF 1 byte
H_DATA 0X07 Higher 8 bits of distance data 1 byte
L_DATA 0XA1 Lower 8 bits of distance data 1 byte
SUM 0XA7 data checksum 1 byte

SUM= (header+Data_H+ Data_L)&0x00FF

=(0XFF + 0X07 + 0XA1)&0x00FF

=0XA7;

Distance value = DATA_ H * 256+DATA_L = 0x07A1;

Decimal conversion is equal to 1953;

Tutorial

Requirements

  • Hardware
    • DFRduino UNO R3 (or similar) x 1
    • Ultrasonic Ranging Sensor(3m) x1

Connection Diagram

Note: the sensor needs to be put into water to get data, otherwise the output distance value is 0

Arduino Wiring diagram

Sample Code

#include <SoftwareSerial.h>
unsigned char buffer_RTT[4] = {0};
uint8_t CS;
#define COM 0x55
SoftwareSerial mySerial(7, 8);
void setup() {
Serial.begin(115200);
mySerial.begin(115200);
}
void loop() {
mySerial.write(COM);
delay(100);
if(mySerial.available() > 0){
delay(4);
if(mySerial.read() == 0xff){
buffer_RTT[0] = 0xff;
for (int i=1; i<4; i++){
buffer_RTT[i] = mySerial.read();
}
CS = buffer_RTT[0] + buffer_RTT[1]+ buffer_RTT[2];
if(buffer_RTT[3] == CS) {
Distance = (buffer_RTT[1] << 8) + buffer_RTT[2];
Serial.print("Distance:");
Serial.print(Distance);
Serial.println("mm");
}
}
}
}

Results: Put the sensor into the water, and if there is an obstacle in front, the distance between the sensor and the obstacle will be printed by serial port.

Arduino串口打印数据图

วิธีการชำระเงิน

ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB

กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ

 

ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ

https://www.arduitronics.com/informpayment

 

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 สะสมทรัพย์
ธนาคารทหารไทยธนชาต จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 กระแสรายวัน

เพิ่มเพื่อน

@rfm0967y

ติดต่อสอบถาม

เพิ่มเพื่อน

CATEGORY

Sensors / Modules [1702]

CONTACT US

มือถือ 0887823467 แฟกซ์ 02-0153201

Join เป็นสมาชิกร้านค้า

ร้านArduitronics
ร้านArduitronics
/www.arduitronics.com/
Join เป็นสมาชิกร้าน
2129
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

STATISTICS

หน้าที่เข้าชม15,393,408 ครั้ง
ผู้ชมทั้งหมด5,896,486 ครั้ง
เปิดร้าน21 พ.ค. 2556
ร้านค้าอัพเดท16 ก.ย. 2568

MEMBER

พูดคุย-สอบถาม