7. Ultrasonic Distance Sensor

pic_70

7.1. Introduction

The Distance sensor using two ultrasonic sensors to detect the distance between current position and object. In most situation, the availability of ultrasonic allow it provided quick and accurate result.

7.2. The principle

The Distance sensor use the ultrasonic to measure the distance between the sensor and object. When the sensor emit a wave of ultrasonic wave, it will start passing thought the air until it hit the object, then rebound and back to the receiver. The sound wave travel in the air is approximately 340meter per second, with it, use the interval time between sent and received can calculate the distance.

auto_fit

7.3. Specification

  • Supply voltage: 5V

  • Working Frequency: 40kHz

  • Range: 3cm to 4m

  • MeasuringAngle: <15°

7.4. Pinout Diagram

Pin Function
GND Ground
VCC Voltage Supply
Trig Starting trigger signal Input
Echo Response signal Output

7.5. Outlook and Dimension

pic_70

Size: 41 X 25mm

7.6. Quick to Start/Sample

  • Connect the sensor to development board (using wire) auto_fit

  • Open Makecode, using the https://github.com/smarthon/pxt-smartcity PXT

    auto_fit

  • Initial the OLED and show the distance value on the OLED screen auto_fit

7.7. Result

The Distance will be increasing when moving out the hand from sensor pic_70

7.8. FAQ

Q: Why I cannot get the correct reading in far distance?
A: Because of the ultrasonic sender and receiver both on the board, limited by the physical reason, the reflection angle of the object will affect the result correctly, especially when the distance is far, little reflection angle can create large displacement of mainstream, so please adjust the angle of detection.