SeeedStudio Grove Ultrasonic Ranger

334.00

Comparison with HC-SR04

You might wonder why there is a need for this sensor when ultrasonic module HC-SR04 is already available in the market. The comparison of Grove Ultrasonic Ranger and traditional ultrasonic module HC-SR04 is as follows:

  1. 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 (TDM), so only one I/O pin is occupied. The HC-SR04 Ultrasonic (US) sensor comes with a 4 pin interface named VCC, Trig (signal output pin), Echo (signal input pin), and GND.
  2. Grove – Ultrasonic Distance Sensor module supports 3.3V as well as 5 V, but HC-SR04 only supports 5v voltage. As we know, the Raspberry pi I/O only supports 3.3v. Therefore, Grove Ultrasonic Ranger Sensor can be directly connected to the I/O of the Raspberry Pi, but HC-SR04 needs to use a voltage conversion circuit. The image of both the modules is as given below.

Features:

  1. Output: PWM
  2. 3.3 V / 5 V compatible
  3. Wide voltage level: 3.2 V~5.2 V
  4. Only 3 pins needed, so saves I/O resources
  5. Wide measurement range: 3 cm ~ 350 cm
  6. Easy to use: Just plug-and-play

1 in stock

SKU: OLER00138 Category:

Description

Grove Ultrasonic Ranger

The Grove Ultrasonic Ranger is a perfect ultrasonic module as proximity sensor, as ultrasonic detector, for distance measurement, and smart car system. You can do various projects using this sensor. Some of them are as follows:

  1. The color helix
  2. Indoor lightning cloud
  3. Automatic water level controller

It is an Ultrasonic Distance Sensor v2.0 i.e. a transducer that utilizes ultrasonic waves to measure distance; moreover, it is a non-contact distance measurement module that works at 40 kHz and can measure from 3 cm to 350 cm with an accuracy up to 2 mm.

The required documents and libraries for Arduino, Python, and Code craft are provided in the ATTACHMENT section so that you can use this sensor with Arduino and Raspberry pi easily.

With a wide voltage range, single I/O pin as well as plug and play Grove connector, this module is designed with the best efforts to make it easier to use and reduce your work.

This module has an ultrasonic transmitter and an ultrasonic receiver so you can consider it as an ultrasonic transceiver. It has 4 pins with their functions as shown in the figure above. When the 40 kHz 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.

Grove Ultrasonic Ranger 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. Here is the formula: Distance = Echo Signal High Time * Sound Speed (340M/S)/2