Measure Box (Distance Sensing) Using Ultrasonic Sensor~The Easiest
by miymakers in Circuits > Arduino
4324 Views, 47 Favorites, 0 Comments
Measure Box (Distance Sensing) Using Ultrasonic Sensor~The Easiest


Ever wanted to measure without a scale or measuring tape?
Measure distance without a hassle with this small device!
Highly accurate*
For more Intresting Projects Visit : www.miymakers.com
Facebook : www.facebook.com/miymakers
HOW IT WORKS`

HOW IT WORKS?
A special sonic transducer is used for the ultrasonic proximity sensors, which allows for alternate transmission and reception of sound waves. The sonic waves emitted by the transducer are reflected by an object and received back in the transducer. After having emitted the sound waves, the ultrasonic sensor will switch to receive mode. The time elapsed between emitting and receiving is proportional to the distance of the object from the sensor.
COMPONENTS

>ARDUINO UNO
>ULTRASONIC SENSOR HC-SR04
>16*2 LCD SCREEN
>POTENTIO METER(ADJUSTING CONTRAST OF LCD)
>9V BATTREY
>CONNECTION CABLE
HEADER PIN



USING HEADER PIN
Use header pin so that You can easely make this project using only MALE TO FEMALE & FEMALE TO FEMALE JUMPER WIRES
Step 1: Place the Header Pin into the pins of Arduino After it glueing it will look like this.
Step 2:Using GlueGun, Glue the header pin to Arduino so that it does'nt become loose.
Double check whether the header pins are not loose,otherwise there will be no output from the pin!!!
CIRCUIT

CONNECT ARDUINO ACCORDINGLY!
DOUBLE CHECK!
LCD Connection
D7- DIGITAL PIN 2
D6 - 3
D5 - 4
D4 - 5
E - 11
RS - 12
VDD (+) RAIL BREADBOARD
A (+)RAIL BREADBOARD
---------------------------------------
VSS (-)RAIL BREADBOARD
K (-)RAIL BREADBOARD
RW (-)RAIL BREADBOARD
THE BOX

USE A BOX OF MEASURE MORE THAN
13 CM LENGTH
11 CM BREADTH
6 CM HIGHT
USE A BOX OF MORE LENGTH or else everything will be a little messy! (as in the box)
:D
MAKE HOLES



MAKE HOLES FOR THE
>>ULTRASONIC SENSOR
>>LCD SCREEN
>>POTENTIOMETER
STICK EVERYTHING USING A DOUBLE SIDE CELLOTAPE
KEEP EVRYTHING INSIDE THE BOX!

AS I HAD CHOOSEN A SMALL BOX EVERYTHING SEEMS A LITTLE MESSY!
BE SURE TO TAKE A BIG one!
USE A 9V battrey/Powerbank to power the arduino
TIP : Cover the box with some colour paper / paint it
DATASHEET
Please download the ULTRASONIC SENSOR library from the above link.
Then Open Arduino IDE Go to Sketch
--> Include Library
--> Add Zip File Close the Arduino IDE and open it again then you will find the library included.
For more info : https://www.arduino.cc/en/Guide/Libraries
Code
Code
Download the Code from the link and open it with Arduino IDE.