Ultrasonic distance meter HC-SR05.

With the ultrasonic distance sensor HY-SRF05, you can easily perform length measurements with the Arduino. You can also build a robot that detects obstacles with the HC-SR05 and can avoid them. The sensor is very easy to control. Thus, it is suitable for beginners. The HC-SR05 is almost identical to its predecessor HCSR04, except for the following differences:

  • Improved resolution: New 2mm
  • Additional OUT pin available

Operating mode 1 SRF04 Compatible Mode:

The control can be done as before: With the pins VCC, trig(T), echo(R), and GND. If the trig(T) pin is set to high for 10u, the sensor performs a measurement. If an object is detected in the measuring range, the Echo pin is set high proportional to the measured distance. The distance can then be easily calculated:
Distance = ((Echo signal duration) * (speed of sound: 344m/s)) / 2
There is a second operating mode where the sensor can be controlled with only one control line. We will introduce this mode later in our blog.

Connections:

  • VCC
  • Trigger
  • Echo
  • OUT
  • GND

Technical Details:

  • Operating voltage: 5V
  • Output level(high): 5V
  • Output level(low): 0V
  • Standby current: <2 mA
  • Sensor angle: approx. 15°
  • Distance range: 2cm – 450cm
  • Resolution: 2 mm
  • Color: Blue
  • Mounting holes: 2 x 2.2mm
  • Size: 95 x 21mm
  • Weight: 8g

Scope of delivery:

  • 1x Ultrasonic distance sensor HC-SR05

Write a review

Note: HTML is not translated!
    Bad           Good

Ultrasonic distance meter HC-SR05.

  • Brand: purecrea
  • Product Code: 420003
  • Availability: In Stock
  • CHF7,90

  • Ex Tax: CHF7,31

Tags: HC-SR05, module, Arduino, sensor, ultrasonic, breakout, distance, ultrasonic, distance sensor, robot, SR05, SRF05, HY-SRF05