SlideShare a Scribd company logo
Design of Ultrasonic Radar for Short Range
Object Detection
Arvind R Menon1
,Saransh Kumar2
,Aritra Debnath3
,Anandteerth S Mathad4
1,2,3
Students 8th semester, Department of Electronics and Communication
New Horizon College of Engineering, Bangalore
4,
Assisstant Professor, Department of Electronics and Communication,
New Horizon College of Engineering, Bangalore
Abstract— A RADAR system is widely used in the security
purpose such as at airports, in military, in communication system
etc. in general it uses the microwave frequencies and it covers very
large area. Here we are using ultrasonic frequencies instead of
microwave frequencies. We intend to make a RADAR system using
ultrasonic frequencies. Ultrasonic transducer converts one energy
into other energy and it operates in the frequency range of 20,000
Hz to 10 MHz. The time difference between the transmitted
ultrasonic waves and the received one helps in determining the
distance of an object at the required angle.
Keywords—RADAR, Ultrasonic Frequencies, Short
Range, Transducer
I. INTRODUCTION (HEADING 1)
RADAR is an object detection system which uses radio
waves to determine the range, altitude, direction, or speed
of objects. Radar systems come in a variety of sizes and
have different performance specifications. Some radar
systems are used for air-traffic control at airports and
others are used for long range surveillance and early-
warning systems. A radar system is the heart of a missile
guidance system. Small portable radar systems that can be
maintained and operated by one person are available as
well as systems that occupy several large rooms.
Radar was secretly developed by several nations before
and during World War II. The term RADAR itself, not the
actual development, was coined in 1940 by the United
States Navy as an acronym for radio Detection
and Ranging. The term radar has since
entered English and other languages as the common
noun radar, losing all capitalization.
The modern uses of radar are highly diverse, including air
traffic control, radar astronomy, air-defense
systems, antimissile systems; marine radars to locate
landmarks and other ships; aircraft anti-collision systems.
High tech radar systems are associated with digital signal
processing and are capable of extracting useful
information from very high noise levels.
II. ALGORITHM FOR OBJECT DETECTION
RADAR EQUATION : The radar equation which is being
used is given as follows:
distance = (duration /2)/29.1
Ultrasonic radars work on the principle of reflection of sound
waves and evaluates attributes of a target by interpreting the
echoes from sound waves respectively. Ultrasonic sensors
generate high frequency sound waves and evaluate the echo
which is received back by the sensor. Sensors calculate the
time interval between sending the signal and receiving the
echo to determine the distance to an object. This technology
can be used for measuring: wind speed and direction
(anemometer)and speed through air or water. Systems
typically use a transducer which generates sound waves in the
ultrasonic range, above 20,000 hertz, by turning electrical
energy into sound, then upon receiving the echo turn the sound
waves into electrical energy which can be measured and
displayed.
A. Components used:
1.Arduino Board
2.Ultrasonic Sensor(HC-SR04)
3.Servo Motor(9g)
4.LEDs
5.Buzzer Alarms
B. Technical Specifications:
Module Pin Definitions
III. IMPLEMENTAION OF THE HARDWARE COMPONENTS
USING ARDUINO IDE AND PROCESSING IDE
Components Description:
Arduino Uno:
The Uno is a microcontroller board based on the
ATmega328P.It has 14 digital input/output pins (of which
6 can be used as PWM outputs), 6 analog inputs, a 16Mhz
quartz crystal, a USB connection, a power jack, an ICSP
header and a reset button. It contains everything needed to
support the microcontroller by simply connecting it to a
computer with a USB cable or power it with a AC-to-DC
adapter or battery to get started.“UNO” means one in
Italian and was chosen to mark the release of Arduino
Software (IDE).
Ultrasonic Sensor:
Ultrasonic ranging module HC-SR04 provides 2cm-400
cm non-contact measurement function, the ranging
accuracy can reach to 3mm. The modules includes
ultrasonic transmitters, receivers and control circuit.
Servomotor:
A servomotor is a rotary actuator or a linear
actuator that allows for precise control of angular or
linear position, velocity and acceleration. It consists
of a suitable motor coupled to a sensor for position
feedback.It also requires a relatively sophisticated
controller, often a dedicated module designed
specifically for use with servomotors
A. BLOCK DIAGRAM
B. Working
 Avoid combining SI and CGS units, such as current in
amperes and magnetic field in oersteds. This often
leads to confusion because equations do not balance
dimensionally. If you must use mixed units, clearly
state the units for each quantity that you use in an
equation.
 A servomotor is a rotary actuator or linear
actuator that allows for precise control of angular or
linear position, velocity and acceleration.[1]
It consists
of a suitable motor coupled to a sensor for position
feedback. It also requires a relatively sophisticated
controller, often a dedicated module designed
specifically for use with servomotors. the echoes from
radio or sound waves, respectively.
IV. FLOWCHART
V. CODE ALGORITHM
1. INCLUDE THE SERVO HEADER FILE.
2. INITIALISE SUITABLE VARIABLE AS PER THE
REQUIREMENT.
3. ATTACH THE SERVO MOTOR TO PIN NUMBER 9 OF
THE ARDUINO BOARD.
4. CONFIGURE PIN NUMBER 6 AND 7 AS INPUT AND
OUTPUT PIN RESPECTIVELY AS REQUIRED BY THE
ULTRASONIC SENSOR.
5. SET THE BAUD RATE AT 9600 HZ
6. START THE MEASUREMENT OF THE DISTANCE BY
KEEPING THE SERVO MOTOR ANGLE AT 0 DEGREE
INITIALLY.
7. THE DISTANCE IS CALCULATED BY DIVIDING THE
TIME REQUIRED BY THE WAVE TO RETURN BACK TO
SENSOR WITH THE SPEED OF SOUND.
8. FOR EACH ANGLE TAKE TEN READINGS AND FIND
OUT THE AVERAGE OF THE TEN READINGS.
9. CHECK IF THE ANGLE IS LESS THAN 180 DEGREE.
10. IF YES INCREMENT THE ANGLE OF THE SERVO
MOTOR BY 1 DEGREE AND GO TO STEP '8'
11. ELSE,
12. DERCREMENT THE ANGLE OF THE SERVO MOTOR
BY 1 DEGREE.
13. FOR EACH ANGLE TAKE TEN READINGS AND FIND
OUT THE AVERAGE OF THE TEN READINGS.
14. CHECK IF THE ANGLE IS GREATER THAN 0 DEGREE.
15. IF YES GO TO STEP 12.
16. ELSE GO TO STEP 6.
Conclusion
This technology comes along with many practical
applications in security and alarm systems for homes, shops
and cars. Radar is based on Microwave and detects the change
in dielectric constant where as Ultrasonic is based on Sound
Wave at high frequency (Ultrasonic Wave) and detects change
in density of medium. For short range detection an ultrasonic
radar is more cost effective. The applications of such have
been seen recently in the self parking car systems launched by
AUDI, FORD etc. And even the upcoming driverless cars by
Google like Prius and Lexus. It has application in the
following fields to name a few:
1. Air Force Applications
2. Naval Applications
3. Military and Army Applications
4. Meteorological Applications
Ultrasonic Radars are used in Vehicles to prevent accidents,
for self parking. New developments in this technology helps
improve the SONAR technology used in submarines and other
underwater vehicles. Ultrasonic technology is being used to
help guide the blind people in use.
References
[1] http://www.arduino.cc/
[2] http://www.arduinoproducts .cc/
[3] http://www.atmel.com/atmega328/
[4] http://www.instructables.com/id/ ATMega328-using-
Arduino-/
[5] http://arduino.cc/en/Tutorial/BarGraph/
[6] http://arduino.cc/en/Tutorial/LiquidCrystal/
[7] http://fritzing.org/

More Related Content

What's hot

Ultrasonic-based distance measurement device
Ultrasonic-based distance measurement deviceUltrasonic-based distance measurement device
Ultrasonic-based distance measurement device
Mrinal Sharma
 
Ultrasonic range finder
Ultrasonic range finderUltrasonic range finder
Ultrasonic range finder
Syafiq Nordin Own Artist
 
RADAR
RADARRADAR
Doppler weather radar
Doppler weather radarDoppler weather radar
Doppler weather radar
Pawankumarm65
 
A report on ultrasonic distance measurement
A report on ultrasonic distance measurementA report on ultrasonic distance measurement
A report on ultrasonic distance measurement
itfakash
 
Rangefinder ppt
Rangefinder pptRangefinder ppt
Rangefinder ppt
KaushlendraSingh44
 
Ultrasonic Sensor
Ultrasonic SensorUltrasonic Sensor
Ultrasonic Sensor
Jeran Rai
 
Distance Measurement by Ultrasonic Sensor
Distance Measurement by Ultrasonic SensorDistance Measurement by Ultrasonic Sensor
Distance Measurement by Ultrasonic Sensor
Edgefxkits & Solutions
 
فهد فايز التقرير النهائي
فهد فايز التقرير النهائيفهد فايز التقرير النهائي
فهد فايز التقرير النهائي
Medo Ibrahim
 
Final year Engineering project
Final year Engineering project Final year Engineering project
Final year Engineering project
VaibhavShukla740413
 
4th-Yr-PROJECT-REPORT
4th-Yr-PROJECT-REPORT4th-Yr-PROJECT-REPORT
4th-Yr-PROJECT-REPORT
Priyankar Muhuri
 
object detection using ultra sonic sensors
object detection using ultra sonic sensorsobject detection using ultra sonic sensors
object detection using ultra sonic sensors
vijay kumar
 
Obstacle detection using ultra sonic sensor
Obstacle detection using ultra sonic sensorObstacle detection using ultra sonic sensor
Obstacle detection using ultra sonic sensor
satyashanker
 
Distance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and NodemcuDistance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and Nodemcu
IRJET Journal
 
Ultrasonic radar using 8051
Ultrasonic radar using 8051Ultrasonic radar using 8051
Ultrasonic radar using 8051
YOGEESH M
 
Radar
RadarRadar
Radar
RadarRadar
Radar
mamun4173
 
Fundamental Radar Concepts, Radar Systems Training
Fundamental Radar Concepts, Radar Systems TrainingFundamental Radar Concepts, Radar Systems Training
Fundamental Radar Concepts, Radar Systems Training
Tonex
 
UWB radar as a life detection system
UWB radar as a life detection system UWB radar as a life detection system
UWB radar as a life detection system
ShwetaRevankar4
 
Ultrasonic sensor
Ultrasonic sensorUltrasonic sensor
Ultrasonic sensor
Adarsh Raj
 

What's hot (20)

Ultrasonic-based distance measurement device
Ultrasonic-based distance measurement deviceUltrasonic-based distance measurement device
Ultrasonic-based distance measurement device
 
Ultrasonic range finder
Ultrasonic range finderUltrasonic range finder
Ultrasonic range finder
 
RADAR
RADARRADAR
RADAR
 
Doppler weather radar
Doppler weather radarDoppler weather radar
Doppler weather radar
 
A report on ultrasonic distance measurement
A report on ultrasonic distance measurementA report on ultrasonic distance measurement
A report on ultrasonic distance measurement
 
Rangefinder ppt
Rangefinder pptRangefinder ppt
Rangefinder ppt
 
Ultrasonic Sensor
Ultrasonic SensorUltrasonic Sensor
Ultrasonic Sensor
 
Distance Measurement by Ultrasonic Sensor
Distance Measurement by Ultrasonic SensorDistance Measurement by Ultrasonic Sensor
Distance Measurement by Ultrasonic Sensor
 
فهد فايز التقرير النهائي
فهد فايز التقرير النهائيفهد فايز التقرير النهائي
فهد فايز التقرير النهائي
 
Final year Engineering project
Final year Engineering project Final year Engineering project
Final year Engineering project
 
4th-Yr-PROJECT-REPORT
4th-Yr-PROJECT-REPORT4th-Yr-PROJECT-REPORT
4th-Yr-PROJECT-REPORT
 
object detection using ultra sonic sensors
object detection using ultra sonic sensorsobject detection using ultra sonic sensors
object detection using ultra sonic sensors
 
Obstacle detection using ultra sonic sensor
Obstacle detection using ultra sonic sensorObstacle detection using ultra sonic sensor
Obstacle detection using ultra sonic sensor
 
Distance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and NodemcuDistance Measurement Using Ultrasonic Sensor and Nodemcu
Distance Measurement Using Ultrasonic Sensor and Nodemcu
 
Ultrasonic radar using 8051
Ultrasonic radar using 8051Ultrasonic radar using 8051
Ultrasonic radar using 8051
 
Radar
RadarRadar
Radar
 
Radar
RadarRadar
Radar
 
Fundamental Radar Concepts, Radar Systems Training
Fundamental Radar Concepts, Radar Systems TrainingFundamental Radar Concepts, Radar Systems Training
Fundamental Radar Concepts, Radar Systems Training
 
UWB radar as a life detection system
UWB radar as a life detection system UWB radar as a life detection system
UWB radar as a life detection system
 
Ultrasonic sensor
Ultrasonic sensorUltrasonic sensor
Ultrasonic sensor
 

Viewers also liked

Radar System with Arduino Processor
Radar System with Arduino ProcessorRadar System with Arduino Processor
Radar System with Arduino Processor
Melek Sönmez
 
Eyf webinar sepa career fair 2010
Eyf webinar sepa career fair 2010Eyf webinar sepa career fair 2010
Eyf webinar sepa career fair 2010
elliecantor
 
Изменения законодательства Российской Федерации – начало 2014 года
Изменения законодательства Российской Федерации – начало 2014 годаИзменения законодательства Российской Федерации – начало 2014 года
Изменения законодательства Российской Федерации – начало 2014 года
Accountor Russia and Ukraine
 
Is there anything wrong with genetically modified crops ?
Is there anything wrong with genetically modified crops?Is there anything wrong with genetically modified crops?
Is there anything wrong with genetically modified crops ?
BHU,Varanasi
 
Guyana, Rice Industry, Payment Issues and Financial Transformation (2016)
Guyana, Rice Industry, Payment Issues and Financial Transformation (2016)Guyana, Rice Industry, Payment Issues and Financial Transformation (2016)
Guyana, Rice Industry, Payment Issues and Financial Transformation (2016)Lloyd Blenman PhD
 
Budgetory control in“ushodaya degree college.”.
Budgetory control in“ushodaya degree college.”.Budgetory control in“ushodaya degree college.”.
Budgetory control in“ushodaya degree college.”.
saikrishnabachuwar
 
Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"
Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"
Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"
Prom
 
Caso clínico enfermería del envejecimiento
Caso clínico enfermería del envejecimientoCaso clínico enfermería del envejecimiento
Caso clínico enfermería del envejecimiento
Carlota Salas
 
Defusión cognitiva
Defusión cognitivaDefusión cognitiva
Defusión cognitiva
Julie Carolina Espitia Posada
 
What is an mlm company?
What is an mlm company?What is an mlm company?
What is an mlm company?
JoAnne Mbonigaba
 
Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"
Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"
Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"
Prom
 
Что нужно знать при открытии интернет-магазина, Олег Гродский
Что нужно знать при открытии интернет-магазина, Олег ГродскийЧто нужно знать при открытии интернет-магазина, Олег Гродский
Что нужно знать при открытии интернет-магазина, Олег Гродский
Prom
 
Asira introduction to led lights
Asira introduction to led lightsAsira introduction to led lights
Asira introduction to led lights
Krishnan D G
 
Window to viewprt
Window to viewprtWindow to viewprt
Window to viewprt
Shobhit Saxena
 
Елена Радченко "Забота о покупателях на Bigl.ua"
Елена Радченко "Забота о покупателях на Bigl.ua"Елена Радченко "Забота о покупателях на Bigl.ua"
Елена Радченко "Забота о покупателях на Bigl.ua"
Prom
 
Elite crop (golden rice)
Elite crop (golden rice)Elite crop (golden rice)
Elite crop (golden rice)
keshav pai
 
Sample project abstract
Sample project abstractSample project abstract
Sample project abstract
klezeh
 
My Project Report Documentation with Abstract & Snapshots
My Project Report Documentation with Abstract & SnapshotsMy Project Report Documentation with Abstract & Snapshots
My Project Report Documentation with Abstract & Snapshots
Usman Sait
 

Viewers also liked (18)

Radar System with Arduino Processor
Radar System with Arduino ProcessorRadar System with Arduino Processor
Radar System with Arduino Processor
 
Eyf webinar sepa career fair 2010
Eyf webinar sepa career fair 2010Eyf webinar sepa career fair 2010
Eyf webinar sepa career fair 2010
 
Изменения законодательства Российской Федерации – начало 2014 года
Изменения законодательства Российской Федерации – начало 2014 годаИзменения законодательства Российской Федерации – начало 2014 года
Изменения законодательства Российской Федерации – начало 2014 года
 
Is there anything wrong with genetically modified crops ?
Is there anything wrong with genetically modified crops?Is there anything wrong with genetically modified crops?
Is there anything wrong with genetically modified crops ?
 
Guyana, Rice Industry, Payment Issues and Financial Transformation (2016)
Guyana, Rice Industry, Payment Issues and Financial Transformation (2016)Guyana, Rice Industry, Payment Issues and Financial Transformation (2016)
Guyana, Rice Industry, Payment Issues and Financial Transformation (2016)
 
Budgetory control in“ushodaya degree college.”.
Budgetory control in“ushodaya degree college.”.Budgetory control in“ushodaya degree college.”.
Budgetory control in“ushodaya degree college.”.
 
Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"
Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"
Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"
 
Caso clínico enfermería del envejecimiento
Caso clínico enfermería del envejecimientoCaso clínico enfermería del envejecimiento
Caso clínico enfermería del envejecimiento
 
Defusión cognitiva
Defusión cognitivaDefusión cognitiva
Defusión cognitiva
 
What is an mlm company?
What is an mlm company?What is an mlm company?
What is an mlm company?
 
Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"
Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"
Юлия Бондарчук "Инструменты продвижения для клиентов Prom.ua"
 
Что нужно знать при открытии интернет-магазина, Олег Гродский
Что нужно знать при открытии интернет-магазина, Олег ГродскийЧто нужно знать при открытии интернет-магазина, Олег Гродский
Что нужно знать при открытии интернет-магазина, Олег Гродский
 
Asira introduction to led lights
Asira introduction to led lightsAsira introduction to led lights
Asira introduction to led lights
 
Window to viewprt
Window to viewprtWindow to viewprt
Window to viewprt
 
Елена Радченко "Забота о покупателях на Bigl.ua"
Елена Радченко "Забота о покупателях на Bigl.ua"Елена Радченко "Забота о покупателях на Bigl.ua"
Елена Радченко "Забота о покупателях на Bigl.ua"
 
Elite crop (golden rice)
Elite crop (golden rice)Elite crop (golden rice)
Elite crop (golden rice)
 
Sample project abstract
Sample project abstractSample project abstract
Sample project abstract
 
My Project Report Documentation with Abstract & Snapshots
My Project Report Documentation with Abstract & SnapshotsMy Project Report Documentation with Abstract & Snapshots
My Project Report Documentation with Abstract & Snapshots
 

Similar to 2014_04_msw_a4_format (2)

Radar using ultrasonic sensor and arduino.pptx
Radar using ultrasonic sensor and arduino.pptxRadar using ultrasonic sensor and arduino.pptx
Radar using ultrasonic sensor and arduino.pptx
robel38
 
Ultrasonic-Radar-System-using-Arduino.pptx
Ultrasonic-Radar-System-using-Arduino.pptxUltrasonic-Radar-System-using-Arduino.pptx
Ultrasonic-Radar-System-using-Arduino.pptx
anshullltyagiii
 
Cruise control devices
Cruise control devicesCruise control devices
Cruise control devices
Prashant Kumar
 
Rangefinder pdf
Rangefinder pdfRangefinder pdf
Rangefinder pdf
KaushlendraSingh44
 
RADAR SYSTEM
RADAR SYSTEMRADAR SYSTEM
RADAR SYSTEM
VikashKumar1509
 
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY PiULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
International Journal of Technical Research & Application
 
Subsystems of radar and signal processing
Subsystems of radar and signal processing Subsystems of radar and signal processing
Subsystems of radar and signal processing
Ronak Vyas
 
R adar
R adarR adar
Security System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor TechnologySecurity System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor Technology
IOSR Journals
 
Artificial Intelligence(radar).pptx
Artificial Intelligence(radar).pptxArtificial Intelligence(radar).pptx
Artificial Intelligence(radar).pptx
JaiLegal
 
Elios 2 rad
Elios 2 rad Elios 2 rad
Elios 2 rad
INTECHNDEMarketing
 
Research on Car Reversing Radar System Based on Ultrasonic
Research on Car Reversing Radar System Based on UltrasonicResearch on Car Reversing Radar System Based on Ultrasonic
Research on Car Reversing Radar System Based on Ultrasonic
Engineering Publication House
 
Object radar system.pptx
Object radar system.pptxObject radar system.pptx
Object radar system.pptx
Shivam327815
 
radarfinalADCA
radarfinalADCAradarfinalADCA
radarfinalADCA
PRASAN KUMAR MISHRA
 
Introduction to the Basic Principles of Positioning Technology
Introduction to the Basic Principles of Positioning Technology Introduction to the Basic Principles of Positioning Technology
Introduction to the Basic Principles of Positioning Technology
lansitec
 
Application of radar wave in antenna
Application of radar wave in antennaApplication of radar wave in antenna
Application of radar wave in antenna
East west University
 
IRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military AreaIRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military Area
IRJET Journal
 
J0412261066
J0412261066J0412261066
J0412261066
IOSR-JEN
 
security system-converted.pdf
security system-converted.pdfsecurity system-converted.pdf
security system-converted.pdf
AayushiS6
 
Acoustic Emission testing
Acoustic Emission testingAcoustic Emission testing

Similar to 2014_04_msw_a4_format (2) (20)

Radar using ultrasonic sensor and arduino.pptx
Radar using ultrasonic sensor and arduino.pptxRadar using ultrasonic sensor and arduino.pptx
Radar using ultrasonic sensor and arduino.pptx
 
Ultrasonic-Radar-System-using-Arduino.pptx
Ultrasonic-Radar-System-using-Arduino.pptxUltrasonic-Radar-System-using-Arduino.pptx
Ultrasonic-Radar-System-using-Arduino.pptx
 
Cruise control devices
Cruise control devicesCruise control devices
Cruise control devices
 
Rangefinder pdf
Rangefinder pdfRangefinder pdf
Rangefinder pdf
 
RADAR SYSTEM
RADAR SYSTEMRADAR SYSTEM
RADAR SYSTEM
 
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY PiULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
 
Subsystems of radar and signal processing
Subsystems of radar and signal processing Subsystems of radar and signal processing
Subsystems of radar and signal processing
 
R adar
R adarR adar
R adar
 
Security System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor TechnologySecurity System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor Technology
 
Artificial Intelligence(radar).pptx
Artificial Intelligence(radar).pptxArtificial Intelligence(radar).pptx
Artificial Intelligence(radar).pptx
 
Elios 2 rad
Elios 2 rad Elios 2 rad
Elios 2 rad
 
Research on Car Reversing Radar System Based on Ultrasonic
Research on Car Reversing Radar System Based on UltrasonicResearch on Car Reversing Radar System Based on Ultrasonic
Research on Car Reversing Radar System Based on Ultrasonic
 
Object radar system.pptx
Object radar system.pptxObject radar system.pptx
Object radar system.pptx
 
radarfinalADCA
radarfinalADCAradarfinalADCA
radarfinalADCA
 
Introduction to the Basic Principles of Positioning Technology
Introduction to the Basic Principles of Positioning Technology Introduction to the Basic Principles of Positioning Technology
Introduction to the Basic Principles of Positioning Technology
 
Application of radar wave in antenna
Application of radar wave in antennaApplication of radar wave in antenna
Application of radar wave in antenna
 
IRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military AreaIRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military Area
 
J0412261066
J0412261066J0412261066
J0412261066
 
security system-converted.pdf
security system-converted.pdfsecurity system-converted.pdf
security system-converted.pdf
 
Acoustic Emission testing
Acoustic Emission testingAcoustic Emission testing
Acoustic Emission testing
 

2014_04_msw_a4_format (2)

  • 1. Design of Ultrasonic Radar for Short Range Object Detection Arvind R Menon1 ,Saransh Kumar2 ,Aritra Debnath3 ,Anandteerth S Mathad4 1,2,3 Students 8th semester, Department of Electronics and Communication New Horizon College of Engineering, Bangalore 4, Assisstant Professor, Department of Electronics and Communication, New Horizon College of Engineering, Bangalore Abstract— A RADAR system is widely used in the security purpose such as at airports, in military, in communication system etc. in general it uses the microwave frequencies and it covers very large area. Here we are using ultrasonic frequencies instead of microwave frequencies. We intend to make a RADAR system using ultrasonic frequencies. Ultrasonic transducer converts one energy into other energy and it operates in the frequency range of 20,000 Hz to 10 MHz. The time difference between the transmitted ultrasonic waves and the received one helps in determining the distance of an object at the required angle. Keywords—RADAR, Ultrasonic Frequencies, Short Range, Transducer I. INTRODUCTION (HEADING 1) RADAR is an object detection system which uses radio waves to determine the range, altitude, direction, or speed of objects. Radar systems come in a variety of sizes and have different performance specifications. Some radar systems are used for air-traffic control at airports and others are used for long range surveillance and early- warning systems. A radar system is the heart of a missile guidance system. Small portable radar systems that can be maintained and operated by one person are available as well as systems that occupy several large rooms. Radar was secretly developed by several nations before and during World War II. The term RADAR itself, not the actual development, was coined in 1940 by the United States Navy as an acronym for radio Detection and Ranging. The term radar has since entered English and other languages as the common noun radar, losing all capitalization. The modern uses of radar are highly diverse, including air traffic control, radar astronomy, air-defense systems, antimissile systems; marine radars to locate landmarks and other ships; aircraft anti-collision systems. High tech radar systems are associated with digital signal processing and are capable of extracting useful information from very high noise levels. II. ALGORITHM FOR OBJECT DETECTION RADAR EQUATION : The radar equation which is being used is given as follows: distance = (duration /2)/29.1 Ultrasonic radars work on the principle of reflection of sound waves and evaluates attributes of a target by interpreting the echoes from sound waves respectively. Ultrasonic sensors generate high frequency sound waves and evaluate the echo which is received back by the sensor. Sensors calculate the time interval between sending the signal and receiving the echo to determine the distance to an object. This technology can be used for measuring: wind speed and direction (anemometer)and speed through air or water. Systems typically use a transducer which generates sound waves in the ultrasonic range, above 20,000 hertz, by turning electrical energy into sound, then upon receiving the echo turn the sound waves into electrical energy which can be measured and displayed. A. Components used: 1.Arduino Board 2.Ultrasonic Sensor(HC-SR04) 3.Servo Motor(9g) 4.LEDs 5.Buzzer Alarms
  • 2. B. Technical Specifications: Module Pin Definitions III. IMPLEMENTAION OF THE HARDWARE COMPONENTS USING ARDUINO IDE AND PROCESSING IDE Components Description: Arduino Uno: The Uno is a microcontroller board based on the ATmega328P.It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16Mhz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. It contains everything needed to support the microcontroller by simply connecting it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.“UNO” means one in Italian and was chosen to mark the release of Arduino Software (IDE). Ultrasonic Sensor: Ultrasonic ranging module HC-SR04 provides 2cm-400 cm non-contact measurement function, the ranging accuracy can reach to 3mm. The modules includes ultrasonic transmitters, receivers and control circuit. Servomotor: A servomotor is a rotary actuator or a linear actuator that allows for precise control of angular or linear position, velocity and acceleration. It consists of a suitable motor coupled to a sensor for position feedback.It also requires a relatively sophisticated controller, often a dedicated module designed specifically for use with servomotors A. BLOCK DIAGRAM B. Working  Avoid combining SI and CGS units, such as current in amperes and magnetic field in oersteds. This often leads to confusion because equations do not balance dimensionally. If you must use mixed units, clearly state the units for each quantity that you use in an equation.  A servomotor is a rotary actuator or linear actuator that allows for precise control of angular or linear position, velocity and acceleration.[1] It consists of a suitable motor coupled to a sensor for position feedback. It also requires a relatively sophisticated controller, often a dedicated module designed specifically for use with servomotors. the echoes from radio or sound waves, respectively.
  • 4. V. CODE ALGORITHM 1. INCLUDE THE SERVO HEADER FILE. 2. INITIALISE SUITABLE VARIABLE AS PER THE REQUIREMENT. 3. ATTACH THE SERVO MOTOR TO PIN NUMBER 9 OF THE ARDUINO BOARD. 4. CONFIGURE PIN NUMBER 6 AND 7 AS INPUT AND OUTPUT PIN RESPECTIVELY AS REQUIRED BY THE ULTRASONIC SENSOR. 5. SET THE BAUD RATE AT 9600 HZ 6. START THE MEASUREMENT OF THE DISTANCE BY KEEPING THE SERVO MOTOR ANGLE AT 0 DEGREE INITIALLY. 7. THE DISTANCE IS CALCULATED BY DIVIDING THE TIME REQUIRED BY THE WAVE TO RETURN BACK TO SENSOR WITH THE SPEED OF SOUND. 8. FOR EACH ANGLE TAKE TEN READINGS AND FIND OUT THE AVERAGE OF THE TEN READINGS. 9. CHECK IF THE ANGLE IS LESS THAN 180 DEGREE. 10. IF YES INCREMENT THE ANGLE OF THE SERVO MOTOR BY 1 DEGREE AND GO TO STEP '8' 11. ELSE, 12. DERCREMENT THE ANGLE OF THE SERVO MOTOR BY 1 DEGREE. 13. FOR EACH ANGLE TAKE TEN READINGS AND FIND OUT THE AVERAGE OF THE TEN READINGS. 14. CHECK IF THE ANGLE IS GREATER THAN 0 DEGREE. 15. IF YES GO TO STEP 12. 16. ELSE GO TO STEP 6. Conclusion This technology comes along with many practical applications in security and alarm systems for homes, shops and cars. Radar is based on Microwave and detects the change in dielectric constant where as Ultrasonic is based on Sound Wave at high frequency (Ultrasonic Wave) and detects change in density of medium. For short range detection an ultrasonic radar is more cost effective. The applications of such have been seen recently in the self parking car systems launched by AUDI, FORD etc. And even the upcoming driverless cars by Google like Prius and Lexus. It has application in the following fields to name a few: 1. Air Force Applications 2. Naval Applications 3. Military and Army Applications 4. Meteorological Applications Ultrasonic Radars are used in Vehicles to prevent accidents, for self parking. New developments in this technology helps improve the SONAR technology used in submarines and other underwater vehicles. Ultrasonic technology is being used to help guide the blind people in use. References [1] http://www.arduino.cc/ [2] http://www.arduinoproducts .cc/ [3] http://www.atmel.com/atmega328/ [4] http://www.instructables.com/id/ ATMega328-using- Arduino-/ [5] http://arduino.cc/en/Tutorial/BarGraph/ [6] http://arduino.cc/en/Tutorial/LiquidCrystal/ [7] http://fritzing.org/