GROVE - ULTRASONIC RANGER

All pictures are for illustrative purposes only.

PID# 12434

CA$15.00
Free shipping: On orders over $120 within BC

1 In Stock

Order now, processed next business day

Quantity

Request a large quantity quote

Description

This module has an ultrasonic transmitter and an ultrasonic receiver so you can consider it an ultrasonic transceiver. Familiar with sonar, when the 40KHz ultrasonic wave generated by the transmitter encounters the object, the sound wave will be emitted back, and the receiver can receive the reflected ultrasonic wave. It is only necessary to calculate the time from the transmission to the reception, and then multiply the speed of the sound in the air(340 m/s) to calculate the distance from the sensor to the object. 

Features

  • Wide range of voltage support: in the range of 3.2V~5.2V, compatible with 3.3V / 5V, and can be directly connected to the Raspberry Pi I/O
  • Save I/O resources: only need 3 pins, transmit and receive signals occupy one I/O pin through time division multiplexing
  • Wide measurement range: 3cm ~ 350cm
  • Easy to use: compatible with Grove port, just plug-and-play
  • Full documents and libraries provided for Arduino, Python, and Codecraft

How does the ultrasonic distance sensor work?

Here is a simple example of how an ultrasonic sensor works to measure distance:

  • Firstly, the transmitter (trig pin) sends a sound wave
  • The object picks the wave up, reflecting it back to the sensor.
  • The receiver (echo pin) picks it up

Compared with traditional ultrasonic modules HC-SR04, the Grove - Ultrasonic Distance Sensor integrates a single-chip microcomputer, and the transmitting signal and the receiving signal share one pin by time-division multiplexing, so only one I/O pin is occupied. Another difference is that HC-SR04 only supports 5v voltage, while Grove - Ultrasonic Distance Sensor supports 5v and 3.3v. As we know, the Raspberry pi I/O only supports 3.3v. Therefore, Grove - Ultrasonic Distance Sensor can be directly connected to the I/O of the Raspberry Pi, but HC-SR04 needs to use a voltage conversion circuit.

Applications

  • Distance measurement
  • Ultrasonic detector
  • Proximity alarm
  • Smart car

Hardware Overview