mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
139 lines
4.4 KiB
Markdown
139 lines
4.4 KiB
Markdown
# Ultrasonic
|
||
|
||
<el-tag effect="plain">SKU:U098</el-tag>
|
||
|
||
<div class="product_pic"><img src="assets/img/product_pics/unit/sonic/ultrasonic.webp"></div>
|
||
|
||
## Description
|
||
|
||
**Ultrasonic** is an ultrasonic distance measuring sensor unit, with the capability of simultaneous reception and transmission. The ultrasonic probe has a sound frequency of 40KHz, a direction angle of ±20 ° and an accuracy of 1mm. The internal part is calculated by an RCWL-9600 ultrasonic distance measuring chip, and the measurement results can be directly obtained through I2C interface (0x57). The effective distance is 20-1500mm.
|
||
|
||
## Product Features
|
||
|
||
- Split transceiver
|
||
- 20-1500mm distance effectiveness
|
||
- Wide angle range
|
||
- I2C communication, result output directly
|
||
|
||
## Includes
|
||
|
||
- 1x Ultrasonic Unit
|
||
- 1x Grove Cable(20cm)
|
||
|
||
## Application
|
||
|
||
- Measuring distance
|
||
- Avoid obstacles
|
||
|
||
## Specification
|
||
|
||
<table>
|
||
<tr style="font-weight:bold">
|
||
<td>Resources</td>
|
||
<td>Parameter</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Ranging chip</td>
|
||
<td>RCWL-9600</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Communication protocol</td>
|
||
<td>I2C:0x57</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Measuring distance</td>
|
||
<td>20-1500mm</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Sound pressure level of transmitter</td>
|
||
<td>108dB</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Accuracy</td>
|
||
<td>1mm</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Blind area</td>
|
||
<td>20mm</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Receiver sensitivity</td>
|
||
<td>-68dB</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Net Weight</td>
|
||
<td>9g</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Gross Weight</td>
|
||
<td>23g</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Product Size</td>
|
||
<td>56*24*12mm</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Package Size</td>
|
||
<td>60*55*16mm</td>
|
||
</tr>
|
||
</table>
|
||
|
||
## EasyLoader
|
||
|
||
>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver)
|
||
|
||
<div class="easyloader-box">
|
||
<div style="background-color:white;">
|
||
<div><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/easyloader_intro.webp"></div>
|
||
<div class="easyloader-btn">
|
||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/UNIT/For%20M5Core/EasyLoader_UltraSonic_Unit.exe">Windows</a>
|
||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/UNIT/EasyLoader_Ultrasonic.dmg">MacOS</a>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<video id="example_video" controls>
|
||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Unit/ULTRASONIC.mp4" type="video/mp4">
|
||
</video>
|
||
<div class="easyloader-mask">
|
||
<a>
|
||
<svg id="play-btn" t="1583228776634" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4152" width="75" height="75"><path d="M512 0C229.216 0 0 229.216 0 512s229.216 512 512 512 512-229.216 512-512S794.784 0 512 0z m0 928C282.24 928 96 741.76 96 512S282.24 96 512 96s416 186.24 416 416-186.24 416-416 416zM384 288l384 224-384 224z" p-id="4153" fill="#007aff"></path></svg></a>
|
||
<p>Description:</p>
|
||
<p>Measuring distance</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
## PinMap
|
||
|
||
<table>
|
||
<tr><td>M5Core(PORT A)</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
|
||
<tr><td>Ultrasonic Unit</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||
</table>
|
||
|
||
## Related Link
|
||
|
||
- **[Ceramic Ultrasonic Sensor TC40-10T/R](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/TC40-10T-R.pdf)**
|
||
|
||
## Example
|
||
|
||
### 1. Arduino
|
||
|
||
- Click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ULTRA/Arduino/ULTRA) to download code
|
||
|
||
### 2. UIFlow
|
||
|
||
- [Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ULTRA/UIFlow)
|
||
|
||
<img src="assets/img/product_pics/unit/sonic/ULTRA.webp" width="80%" height="80%">
|
||
|
||
<el-divider content-position="right">Last updated: 2020-12-14</el-divider>
|
||
|
||
<script>
|
||
|
||
var purchase_link = 'https://m5stack.com/products/ultrasonic-distance-unit-rcwl-9600';
|
||
|
||
anchor_search(purchase_link);
|
||
scrollFunc();
|
||
|
||
</script>
|