ULTRASONIC SENSOR INTERFACING(Distance measuring Device using ultrasonic system)
Sound waves, which are all around us, are simply organized mechanical vibrations traveling through a medium, which may be a solid, a liquid, or a gas. This applies to both the everyday sounds that we hear and the ultrasound used for flaw detection.

Sound waves, which are all around us, are simply organized mechanical vibrations traveling through a medium, which may be a solid, a liquid, or a gas. This applies to both the everyday sounds that we hear and the ultrasound used for flaw detection.
What is ULTRASONIC?
Ultrasonic vibrations of frequencies greater than the upper limit of the audible range for humans—that is, greater than about 20 kilohertz. The term sonic is applied to ultrasound waves of very high amplitudes
Ultrasonic sensors emit short, high-frequency sound pulses at regular intervals. If they strike an object, then they are reflected back as echo signals to the sensor, which itself computes the distance to the target based on the time-span between emitting the signal and receiving the echo
Distance = Speed Ă— Time
Now here we see how ultrasonic sensor used with ARDUINO UNO and how we can detect any object using ultrasonic sensor.
Distance measuring Device using ultrasonic system
The distance meter is used for accurately determining the distance of an object without contact by way of a laser. The distance meter is frequently used in the industrial sector and especially with professions relating to construction, such as architecture, surveying, carpentry, masonry, locksmiths, etc
Required components:-
Hardware connection of ultrasonic sensor and ARDUINO UNO as below


#include <LiquidCrystal.h>
Comments
Post a Comment