Radar System
Radar System
system
-A step toward Future
By FYIF
NIRAV,DEVANSH,
MEHUL,SHIVANSH
Table of Contents
• Introduction to Radar System
• Components and their description
• Block Diagram
• Circuit Diagram
• Working principle
• Applications
• Conclusion
Introduction to Radar System
Hardware
• Arduino UNO
• HC-SR04 Ultrasonic Sensor
• Tower Pro SG90 Servo Motor
• Jumper Cables + USB Cable (for Arduino)
Software
• Arduino IDE
• Processing Application
Ultrasonic Sensor:
• Ultrasonic sensor is mainly used to
determine the presence of the target
object.
• Transmitter and receiver are two main
parts of the sensor where former
converts an electrical signal to ultrasonic
waves while later converts that
ultrasonic signals back to electrical
signals.
• Its operating frequency is 4 MHz and its
detection range is 40 cm.
Servo Motor:
• Servo motor is a motor which requires +5V
to operate and having a torque of 2.5kg/cm.
It must be kept in mind that it can only
rotate from 0°-180°.
Block
Diagram
Circuit
Diagram
Working Principle
• The basic objective of our model is to locate and detect obej or
any other moment. Ultrasonic sensor sends the ultrasonic wave
in various ways by rotating with help of servo motors. This wave
goes in air and gets reflected back subsequent to striking some
object. This wave is again detected by the sensor and its qualities
is analyzed and output is shown in screen indicating parameters,
for example, distance and position of object. Arduino IDE is
utilized to compose code and transfer coding in Arduino and
causes us to detect position or angle of servo motor and it is
communicated through the serial port alongside the covered
distance of the nearest object in its way.
• Output of all of this working is shown in the software called
processing, it will display the input/output and the range of the
object.
• Implementations of the sensors are done in such a way that
ultra-sonic sensor is attached on top of the servo motor
because it have to detect the object and its distance. Arduino
(micro-controller) will control the ultra-sonic sensor and servo
motor and also powered will be given to both of them
through micro-controller.