SlideShare a Scribd company logo
1 of 18
Download to read offline
Ultrasonic
Sensor
What is an Ultrasonic Sensor ?
• The Ultrasonic Sensor is a Transceiver Module (Transmitter + Receiver).
• It transmits High Frequency Ultrasonic Waves of frequency greater
than 20 KHz.
• Intercepts the waves reflected by an obstacle.
• Electrical Signals ↔ Ultrasonic Signals ↔ Electrical Signals
HC-SR04
Transmitter
Receiver
HC-SR04 (Specifications)
 It provides 2 - 400 cm non-contact measurement
function.
 Operating Voltage : 5V
 Working Frequency : 40 KHz
 Trigger Input Signal : 10μs TTL pulse
Working Principle
Working Principle
Working Principle
Pin Configuration
Connect to
+5 V pin on
Arduino
Connect to
GND pin on
Arduino
TRIGGER :
connect to
Digital Pin 4
ECHO :
connect to
Digital Pin 2
Applications
Ultrasonic sensors can measure the following parameters, without
even getting in contact with the medium which is to be measured :
• Distance
• Level
• Presence
• Diameter
• Position
Proximity Sensors
Obstacle Avoiding Robot
Advanced Parking Assistance
Circuit Diagram
Arduino Code
const int trigPin = 4;
const int echoPin = 2;
void setup() {
pinMode(trigPin, OUTPUT);
pinMode(echoPin, INPUT);
Serial.begin(9600);
}
void loop() {
long duration, distance;
digitalWrite(trigPin, LOW);
delayMicroseconds(2);
digitalWrite(trigPin, HIGH);
delayMicroseconds(10);
digitalWrite(trigPin, LOW);
duration = pulseIn(echoPin, HIGH);
distance = (duration/2) / 29.41;
if (distance >= 200 || distance <= 0){
Serial.println("Out of range");
}
else {
Serial.print(distance);
Serial.println(" cm");
}
delay(500);
}

More Related Content

What's hot

Gunnebo Gate Management System
Gunnebo Gate Management SystemGunnebo Gate Management System
Gunnebo Gate Management System
Falah Ahmad Sabri
 
Contatores af400 750
Contatores af400 750Contatores af400 750
Contatores af400 750
itamar2019
 
Honeywell is2560-spec-sheet
Honeywell is2560-spec-sheetHoneywell is2560-spec-sheet
Honeywell is2560-spec-sheet
Alarm Grid
 
MICROCONTROLLER BASED IR FOR HOME APPLICATION
MICROCONTROLLER BASED IR FOR HOME APPLICATIONMICROCONTROLLER BASED IR FOR HOME APPLICATION
MICROCONTROLLER BASED IR FOR HOME APPLICATION
Jahir Hussain
 

What's hot (20)

Wireless sensors
Wireless sensorsWireless sensors
Wireless sensors
 
object detection using ultra sonic sensors
object detection using ultra sonic sensorsobject detection using ultra sonic sensors
object detection using ultra sonic sensors
 
Security System using XOR & NOR
Security System using XOR & NOR Security System using XOR & NOR
Security System using XOR & NOR
 
Radar
RadarRadar
Radar
 
Gunnebo Gate Management System
Gunnebo Gate Management SystemGunnebo Gate Management System
Gunnebo Gate Management System
 
Contatores af400 750
Contatores af400 750Contatores af400 750
Contatores af400 750
 
Reverse car-parking
Reverse car-parkingReverse car-parking
Reverse car-parking
 
Sensors
SensorsSensors
Sensors
 
Cataloge ge 3.control and_automation_dienhathe.com-4_05_vat300_e_c2-4_rev_b
Cataloge ge 3.control and_automation_dienhathe.com-4_05_vat300_e_c2-4_rev_bCataloge ge 3.control and_automation_dienhathe.com-4_05_vat300_e_c2-4_rev_b
Cataloge ge 3.control and_automation_dienhathe.com-4_05_vat300_e_c2-4_rev_b
 
Security System Using XOR gate NOR gate.
Security System Using XOR gate NOR gate.Security System Using XOR gate NOR gate.
Security System Using XOR gate NOR gate.
 
ppt
pptppt
ppt
 
Arduino based Applications-part 5
Arduino based Applications-part 5Arduino based Applications-part 5
Arduino based Applications-part 5
 
05 - Limit Switch - Fuji Electric
05 - Limit Switch - Fuji Electric05 - Limit Switch - Fuji Electric
05 - Limit Switch - Fuji Electric
 
ULTRASONIC
ULTRASONICULTRASONIC
ULTRASONIC
 
Smart Implant- Fibaro- Z-Wave
Smart Implant- Fibaro- Z-WaveSmart Implant- Fibaro- Z-Wave
Smart Implant- Fibaro- Z-Wave
 
Operating electrical devices with PIR sensor. No coding, No controller
Operating electrical devices with PIR sensor. No coding, No controllerOperating electrical devices with PIR sensor. No coding, No controller
Operating electrical devices with PIR sensor. No coding, No controller
 
Radar System with Arduino Processor
Radar System with Arduino ProcessorRadar System with Arduino Processor
Radar System with Arduino Processor
 
Honeywell is2560-spec-sheet
Honeywell is2560-spec-sheetHoneywell is2560-spec-sheet
Honeywell is2560-spec-sheet
 
Controlling home appliances using remote (2)
Controlling home appliances using remote (2)Controlling home appliances using remote (2)
Controlling home appliances using remote (2)
 
MICROCONTROLLER BASED IR FOR HOME APPLICATION
MICROCONTROLLER BASED IR FOR HOME APPLICATIONMICROCONTROLLER BASED IR FOR HOME APPLICATION
MICROCONTROLLER BASED IR FOR HOME APPLICATION
 

Similar to Ultrasonicsensor 170828140914

Similar to Ultrasonicsensor 170828140914 (20)

ultrasonic sensor.pptx
ultrasonic sensor.pptxultrasonic sensor.pptx
ultrasonic sensor.pptx
 
Final year Engineering project
Final year Engineering project Final year Engineering project
Final year Engineering project
 
Hcsr04
Hcsr04Hcsr04
Hcsr04
 
Hcsr04
Hcsr04Hcsr04
Hcsr04
 
ultrasonic sensor.pptx
ultrasonic sensor.pptxultrasonic sensor.pptx
ultrasonic sensor.pptx
 
ULTRASONIC SENSOR.pdf
ULTRASONIC SENSOR.pdfULTRASONIC SENSOR.pdf
ULTRASONIC SENSOR.pdf
 
Ultrasonic sensor
Ultrasonic sensorUltrasonic sensor
Ultrasonic sensor
 
Arduino
ArduinoArduino
Arduino
 
Ultrsonic sensor_Arduino_DRKG.pptx
Ultrsonic sensor_Arduino_DRKG.pptxUltrsonic sensor_Arduino_DRKG.pptx
Ultrsonic sensor_Arduino_DRKG.pptx
 
Arduino Blind Aid
Arduino Blind AidArduino Blind Aid
Arduino Blind Aid
 
1693579833307_Sensors.ppt
1693579833307_Sensors.ppt1693579833307_Sensors.ppt
1693579833307_Sensors.ppt
 
Intuition-9™ Series Water Treatment Controllers Brochure
Intuition-9™ Series Water Treatment Controllers BrochureIntuition-9™ Series Water Treatment Controllers Brochure
Intuition-9™ Series Water Treatment Controllers Brochure
 
Ir sensor
Ir sensorIr sensor
Ir sensor
 
3rd prize winningTechno conclave presentation at Dibrugarh University
3rd prize winningTechno conclave presentation at Dibrugarh University 3rd prize winningTechno conclave presentation at Dibrugarh University
3rd prize winningTechno conclave presentation at Dibrugarh University
 
Arduino with brief description of sensorsppt.pptx
Arduino with brief description of sensorsppt.pptxArduino with brief description of sensorsppt.pptx
Arduino with brief description of sensorsppt.pptx
 
Six channel fire monitoring & control
Six channel fire monitoring & controlSix channel fire monitoring & control
Six channel fire monitoring & control
 
Sensors
SensorsSensors
Sensors
 
NF Digital Lock-in Amplifier LI5600 Series
NF Digital Lock-in Amplifier LI5600 SeriesNF Digital Lock-in Amplifier LI5600 Series
NF Digital Lock-in Amplifier LI5600 Series
 
SENSORS AND BLUETOOTH COMMUNICATION
SENSORS AND BLUETOOTH COMMUNICATIONSENSORS AND BLUETOOTH COMMUNICATION
SENSORS AND BLUETOOTH COMMUNICATION
 
Distance Measurement by Ultrasonic Sensor
Distance Measurement by Ultrasonic SensorDistance Measurement by Ultrasonic Sensor
Distance Measurement by Ultrasonic Sensor
 

More from amitshaha3

Power-Seekers-FreshMen.pptx
Power-Seekers-FreshMen.pptxPower-Seekers-FreshMen.pptx
Power-Seekers-FreshMen.pptx
amitshaha3
 
Hotel-Pan-pacific-Sonargaon.pptx
Hotel-Pan-pacific-Sonargaon.pptxHotel-Pan-pacific-Sonargaon.pptx
Hotel-Pan-pacific-Sonargaon.pptx
amitshaha3
 
marketing research ch 9.ppt
marketing research ch 9.pptmarketing research ch 9.ppt
marketing research ch 9.ppt
amitshaha3
 
marketing research ch 3.ppt
marketing research ch 3.pptmarketing research ch 3.ppt
marketing research ch 3.ppt
amitshaha3
 
schiffman_cb09_ppt_02.ppt
schiffman_cb09_ppt_02.pptschiffman_cb09_ppt_02.ppt
schiffman_cb09_ppt_02.ppt
amitshaha3
 
Impact of Russia Ukraine war on Bangladesh economy.pptx
Impact of Russia Ukraine war on Bangladesh economy.pptxImpact of Russia Ukraine war on Bangladesh economy.pptx
Impact of Russia Ukraine war on Bangladesh economy.pptx
amitshaha3
 

More from amitshaha3 (7)

Power-Seekers-FreshMen.pptx
Power-Seekers-FreshMen.pptxPower-Seekers-FreshMen.pptx
Power-Seekers-FreshMen.pptx
 
Hotel-Pan-pacific-Sonargaon.pptx
Hotel-Pan-pacific-Sonargaon.pptxHotel-Pan-pacific-Sonargaon.pptx
Hotel-Pan-pacific-Sonargaon.pptx
 
Chapter 5 E marketing.pptx
Chapter 5 E marketing.pptxChapter 5 E marketing.pptx
Chapter 5 E marketing.pptx
 
marketing research ch 9.ppt
marketing research ch 9.pptmarketing research ch 9.ppt
marketing research ch 9.ppt
 
marketing research ch 3.ppt
marketing research ch 3.pptmarketing research ch 3.ppt
marketing research ch 3.ppt
 
schiffman_cb09_ppt_02.ppt
schiffman_cb09_ppt_02.pptschiffman_cb09_ppt_02.ppt
schiffman_cb09_ppt_02.ppt
 
Impact of Russia Ukraine war on Bangladesh economy.pptx
Impact of Russia Ukraine war on Bangladesh economy.pptxImpact of Russia Ukraine war on Bangladesh economy.pptx
Impact of Russia Ukraine war on Bangladesh economy.pptx
 

Recently uploaded

( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
nilamkumrai
 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Chandigarh Call girls 9053900678 Call girls in Chandigarh
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
Diya Sharma
 

Recently uploaded (20)

( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
Russian Call Girls in %(+971524965298  )#  Call Girls in DubaiRussian Call Girls in %(+971524965298  )#  Call Girls in Dubai
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
 
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
VVIP Pune Call Girls Mohammadwadi WhatSapp Number 8005736733 With Elite Staff...
 
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
 
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 

Ultrasonicsensor 170828140914