Introduction: Measuring Distance Using the HCSR04 Ultrasonic Sensor and Arduino
Hello, in this instructable i will show you how to use an ultrasonic sensor with Arduino. In this case i use the HCSR04 sensor, which can measure in a range from 2 cm to 5 mts.When it detects anything within the range of 15 cm, it will light up a LED, also you can see the measurement readings on the Serial Monitor of the Arduino IDE.
Step 1: What Do You Need?
So for completing this project you will need the following items:
- Arduino UNO board.
- HCSR04 Sensor x 1.
- LED x 1.
- Few wires.
- PC.
So when you have all of this you can go on the next step
Step 2: Diagram Connections
Just follow the diagram that i show you above and you will be ready to upload the program to your Arduino UNO board. Also check the video on the following step to see how everything is set.
Step 3: And Download the Arduino Program Code!
Now you are here just click on the link below to download the program code for Arduino.
http://www.mediafire.com/file/nggoo5bm3652ok4/Sens...
When you have it, unrar it, then open your Arduino program and upload the code to your Arduino board. If everything went ok until this point you can open the serial monitor on the Arduino IDE and you should see the distance measures that you sensor is taking.
Don't forget to watch the video and turn on the english subtitles to see how the sensor is set with the Arduino and how it works!
That's all folks, thanks for reading and remember, if you have any doubt you can let me know on the comments, i will be happy to help you. Happy coding.

Participated in the
Arduino Contest 2016
10 Comments
2 years ago
Is there possible with display?
Reply 2 years ago
Of course!, maybe you can use a 2x16 I2C display, and then make the distance measurements print not to the arduino serial monitor but to the 2x16 display or any other display you want to use, hope this can help you, thanks for reading my stuff, cheers!
Reply 2 years ago
thanks for the reply.
can you pls modify with 2X16 I2C also share the code
I am not a electronic guy.. I am hobbyist. Hence it will be very much better kind frm you
Also can you pls clarify, whether its shows the decimal point to i.e 14.5cm, 7.3Inch
Question 5 years ago on Introduction
Hey, is there any possibility to regulate the measuring distance with maybe a dimmer?
Answer 5 years ago
Hi, well maybe you can do that by adding the dimmer and measuring its resistance value with the arduino adc, then before measuring the distance with the ultrasonic sensor first check for the dimmer resistance value, by this resistance value you will Change the distance range in the code for the ultrasonic sensor, hope i made myself clear with the explanation and thanks for reading, cheers!
Question 5 years ago on Step 3
is there any possibility to get the distance on 16 bit dispaly
6 years ago
i did it! thanks...
Reply 6 years ago
Yeah, that's awesome!!, thanks for letting me know Revanth, have a nice day!
6 years ago
it's was usefull...
Reply 6 years ago
Glad to hear that Chetan, thanks for reading, have a nice day!