Ultrasonic Distance Sensor (RCWL-1601) - 3 to 5V

Rating:
100% of 100
SKU: CE09432 Brand: Core Electronics
Enhance your project with the Ultrasonic Distance Sensor (RCWL-1601). Pin and software compatible with the HC-SR04 sensor, it uses echolocation to detect objects within a range of 2 to 450 cm. Now compatible with both 3.3V and 5V power supplies.
$2.75 AUD, inc GST
$2.50 AUD, exc GST

In stock, ships same business day if ordered before 2PM
Delivered by Tue, 30th of Apr

- +

106 from local stock, 1 supplier stock; your order will dispatch between Dec 1 to Dec 10. And yes, stock levels and lead times are accurate!

Shipping:

  • $6+ Standard (5+ days*, tracked)
  • $10+ Express (2+ days*, tracked)
  • FREE Pickup (Newcastle only - must order online*)

Shipping costs may increase for heavy products or large orders.

Exact shipping can be calculated on the view cart page.

*Conditions apply, see shipping tab below.

Add an easy-to-use modern distance sensor to your project. 

Much like a bat or submarine, the module uses echolocation to determine the distance from objects from 20 to 4500mm away.

This sensor is pin and software compatible with the maker classic HC-SR04 Ultrasonic sensor used in so many projects with many added benefits.

Using this sensor

Connect the Vcc and Gnd to your development board's IO level power supply, 3.3V for Raspberry Pi, Pico and micro:bit, or 5V for Arduino.

Then Trig and Echo into digital input and output pins respectively.

Once you've got it configured correctly, use your code to take the Input reading from the Echo pin and plug it into the distance formula: distance = (traveltime/2) x speed of sound to get a distance reading.

Our guide on using Ultrasonic Distance Modules with Arduino

Technical Specifications

  • Power Supply: 3-5V DC
  • Quiescent Current: <2mA
  • Working Current: 15mA
  • Ranging Distance: 2cm–450cm
  • Dimension: 45mm x 20mm x 15mm

Examples

Raspberry Pi Pico - Micropython

from machine import Pin, time_pulse_us
import time

# Define the trigger and echo pins
trigger_pin = Pin(5, Pin.OUT)
echo_pin = Pin(4, Pin.IN)

# Define a function to measure the distance
def measure_distance():
    # Trigger the sensor by sending a 10 microsecond pulse
    trigger_pin.on()
    time.sleep_us(10)
    trigger_pin.off()
    
    # Measure the duration of the echo pulse
    duration = time_pulse_us(echo_pin, 1, 30000)
    
    # Convert the duration to distance in centimeters
    distance = duration / 58
    
    return distance

while True:
    distance = measure_distance()
    print(int(distance))
    time.sleep(.3)

Product Comments

Exact shipping can be calculated on the view cart page (no login required).

Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).

We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):

  • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
  • $6+ for Standard Post (typically 6+ business days, tracked)
  • $10+ for Express Post (typically 2+ business days, tracked)
  • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.

Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.

International Orders - the following rates are for New Zealand and will vary for other countries:

  • $11+ for Pack and Track (3+ days, tracked)
  • $16+ for Express International (2-5 days, tracked)

If you order lots of gear, the postage amount will increase based on the weight of your order.

Our physical address (here's a PDF which includes other key business details):

Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia

Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.

Have a product question? We're here to help!

Write Your Own Review

Videos

View All

Guides

Ultrasonic Sensing with Pycom

Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keepi...
Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keepi...

The Maker Revolution

The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...
The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...

Getting Hands-on with Sensors

What good is a robot if it can’t interact with the environment around it? Sensors are the back...
What good is a robot if it can’t interact with the environment around it? Sensors are the back...

Projects

IR Break-Beam Stopwatch

This project is a simple stopwatch with a little bit of a twist! It operates like a conventiona...
This project is a simple stopwatch with a little bit of a twist! It operates like a conventiona...

Arduino Tide Gauge

I used an Arduino and a US-100 ultrasonic sensor to make an extremely low-cost tide gauge. Thi...
I used an Arduino and a US-100 ultrasonic sensor to make an extremely low-cost tide gauge. Thi...

Water Tank Level Sensor

Update: Community member Chris has had a go at remaking this project after the original project co...
Update: Community member Chris has had a go at remaking this project after the original project co...
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.