Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
Seeed Studio Grove Ultrasonic Ranger — image 1
Hover to zoom

1 / 2 · Click to enlarge

Seeed Studio

Seeed Studio Grove Ultrasonic Ranger

5.01 rating
650+ bought in past month
AI Summary
Multi-Brand Ultrasonic Sensors for everyday users

The Seeed Studio Grove Ultrasonic Ranger by Seeed Studio is a value-for-money multi-brand ultrasonic sensors designed for everyday users. It features Operating Voltage (V): 3.2 to 5.2 and Operating Current (mA): 8.

₹979
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹979
Buying tip: A well-rounded choice at a fair price. Recommended for most buyers.
Estimated delivery: 17 Aug31 Aug
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Operating Voltage (V): 3.2 to 5.2
Operating Current (mA): 8
Frequency (kHz): 40 kHz
Accuracy: 2 mm
Length (mm): 40
Width (mm): 22

Ideal For

Electronics projectsArduino / Raspberry Pi buildsPrototyping
Share:
SKU: robu-600693Category: Multi-Brand Ultrasonic Sensors

About This Product

The Seeed Studio Grove Ultrasonic Ranger by Seeed Studio is a value-for-money multi-brand ultrasonic sensors designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Operating Voltage (V): 3.2 to 5.2 — works with standard household power
  • Operating Current (mA): 8
  • Frequency (kHz): 40 kHz — smooth, flicker-free operation
  • Accuracy: 2 mm
  • Length (mm): 40
  • Width (mm): 22
  • Mounting Hole Diameter (mm): 2
  • Weight (g): 10

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

Working on distance measurement projects? Need a sensor for it? We have Seeed Studio Grove Ultrasonic Ranger especially for you. 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 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 - https://community.seeedstudio.com/project_detail.html?id=138
  2. Indoor lightning cloud - https://community.seeedstudio.com/project_detail.html?id=182
  3. Automatic water level controller - https://community.seeedstudio.com/project_detail.html?id=241

The required documents and libraries for Arduino, Python, and Codecraft 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. For all Grove users (especially beginners), Seeed Studio has provided guidance PDF documents. Please download and read through Preface - Getting Started and Introduction to Grove before using the product. This is a suitable product for not only Grove users but also all electronic enthusiasts. We hope you like it.

Warning: Do not hot-plug the Grove-Ultrasonic Ranger, otherwise it will damage the sensor. The measured area must be no less than 0.5 square meters and smooth.


Hardware Overview:
Grove - Ultrasonic Ranger Hardware Overview

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. 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.

Here is the formula: Distance = Echo Signal High Time * Sound Speed (340M/S)/2.

When we provide a pulse trigger signal with more than 10uS through the signal pin, the Grove - Ultrasonic Ranger will issue 8 cycles of 40kHz cycle level and detect the echo. The pulse width of the echo signal is proportional to the measured distance. Grove - Ultrasonic Ranger's trig and echo signal share 1 SIG pin.


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 Distance Sensor 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 Distance 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.
Grove - Ultrasonic Ranger (Distance Sensor) vs HC - SR04

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

Useful Links:
Tutorial

Package Includes:

1 x Seeed Studio Grove Ultrasonic Ranger

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.