AShort RangeRadarSystemUsingArduino
AShort RangeRadarSystemUsingArduino
AShort RangeRadarSystemUsingArduino
net/publication/343689797
CITATIONS READS
0 12,019
3 authors, including:
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Mohamed Naji Muftah on 17 August 2020.
Abstract
RADAR is a detection system that uses radio waves to determine the characteristics of the detected objects such as: range, height,
direction, or the speed of objects. In this paper, we designed a radar system that uses an ultrasonic sensor to detect objects. In this paper,
the ultrasonic is used to measure the distance between the radar and any object-based non-contact technology. Whereas, the movement of
the sensor is controlled by using a small servo motor. This radar-controlled using the Arduino Uno board as a microcontroller. The signal
received from the sensor would be processed using “Processing Development Environment Software," then the result would be shown on
a PC screen.
Keywords: Radar, Ultrasonic Sensor, Arduino Uno, Servo motor.
1. Introduction
RADAR is a method of object detection using radio waves to determine objects' size, height, direction or speed. Radar
systems are available in various sizes with various performance requirements. Some radar systems are used in airport air
traffic control, others are used in long distance surveillance systems and early warning systems. The heart of a missile guide
system is a radar system. Small compact, individually maintainable radar systems and systems occupying many spacious
rooms are available. [1]
Several nations secretly developed the radar before and during the Second World War. United States Navy coined the
term RADAR itself as an acronym of radio detection and a range of other developments in 1940. New uses of the radar
include a wide range of air traffic control systems including, radar, astronomy, air defense systems, antimissile systems,
marine maritime radars for the identification and repositioning of sites and other vessels, aircraft collision anti-collision
systems, sea surveillance systems, outer space monitoring, and rendezvous systems. Digital signal processing is linked to
high-tech radar systems. [1]
2. System Overview
The Block diagram of Short Range Radar System Using Arduino is as shown in (Figure 1). In this work, the distance of the
object is measured through an ultrasonic distance sensor, and the sensor output is connected to the signal conditioning unit.
After that, it is processed through the Arduino microcontroller. The measured results are displayed on the personal computer.
The sensor is attached to the servo motor to find the polar distance around the sensor up to 180 rotations.
41
IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 7 Issue 8, August 2020
ISSN (Online) 2348 – 7968 | Impact Factor (2020) – 6.72
www.ijiset.com
3. Components Required
42
IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 7 Issue 8, August 2020
ISSN (Online) 2348 – 7968 | Impact Factor (2020) – 6.72
www.ijiset.com
3.2 Processing
All processing is an open-source computer programming language and integrated development environment (IDE) built
for the electronic arts, new media art, and visual design communities to teach the fundamentals of computer programming in
a visual context (Figure 4). The Specifications of programming:
The ultrasonic sensor emits ultrasound at 40 000 hz, which passes through the air, while it bounces back into the
module if there is an object or obstacle in its way. The distance can be determined based on the travel time and the speed of
the sound.
43
IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 7 Issue 8, August 2020
ISSN (Online) 2348 – 7968 | Impact Factor (2020) – 6.72
www.ijiset.com
The sound speed is around 341 meters per second (1100 feet) in air. This information and the time difference between
transmitting and receiving the sound pulse are used by the Ultrasonic Sensor to calculate the distance from an object. The
mathematical equation used is the following:
Time = the time between when an ultrasonic wave is transmitted and when it is received.
You divide this number by 2 because the sound wave has to travel to the object and back.
• Weight: 9 g
• Dimension: 22.2 x 11.8 x 31 mm approx.
• Stall torque: 1.8 kg f cm
• Operating speed: 0.1 s/60 degree
• Operating voltage: 4.8 V (~5V)
• Temperature range: 0 ºC – 55 ºC
The interfacing between the PC and the Arduino is done by RS232 USB. The Arduino receives the data from the
ultrasonic sensor and process it. In the Arduino software, equation (1) is used to calculate the object distance. Also, the
position angle of radar is calculated and controlled from the Arduino program. The Arduino sends these data, which are the
angle position and the object distance to processing software to show them on the radar screen. The figure 7 shows the
design of hardware that was designed with a scraper environment. The connection of different electronic components is
displayed.
44
IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 7 Issue 8, August 2020
ISSN (Online) 2348 – 7968 | Impact Factor (2020) – 6.72
www.ijiset.com
4. Flowchart
The flowchart shows the overall operation of the system following software to control the servo motor.
45
IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 7 Issue 8, August 2020
ISSN (Online) 2348 – 7968 | Impact Factor (2020) – 6.72
www.ijiset.com
5. Results
The hardware model of the project is shown in Figure 8.
46
IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 7 Issue 8, August 2020
ISSN (Online) 2348 – 7968 | Impact Factor (2020) – 6.72
www.ijiset.com
Figure 11 shows object radar information on radar workspace where the distance between object and radar is 11cm, and
angle is 160.
6. Applications
The radar system is used mostly for mapping and has several uses for protection purposes.
This is used for the identification of items that come in by aeroplans or aircraft devices that have a radar device in it. It is
often used for the height measurement calculation.
• Application in Marine:
It is also used in ships or in marine applications. The distance of other boats or ships is measured on big ships and can be
minimized by not colliding with the aid of this sea accident. It can also be used at ports to see the distance from other
vessels and track or monitor the movements of the vessels.
• Application In Meteorology:
Wind tracking or monitoring is also done with radar systems. It has become a major climate monitoring equipment. For
starters, storms are used to detect tornados.
7. Conclusion
The aim objective of this paper was to design and implement a simple radar system. The mentioned system can detect the
objective and measure the target distance. Short-range radar system a low cost, a simple device for distance measurement.
The software results have been verified by using rubber and paper with a drawn angle. Hence, the device calculates the
distance with suitable accuracy and resolution. The data converted into visual information. The appliance of the device is
numerous.
47
IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 7 Issue 8, August 2020
ISSN (Online) 2348 – 7968 | Impact Factor (2020) – 6.72
www.ijiset.com
References
[1] Anuj Dutt, Arduino Based RADAR System. United States: GRIN Verlag, Jun 25, 2014.
[2] Ultrasonic RADAR/Electronic Design Lab (EE-318) Submitted by: Praveen Tamhankar (06d07007), Piyush Mittal (06d07035),
Ashutosh Singh (06d07034) Guide: Prof. Jayanta Mukhergee.
[3] http://www.arduino.cc
[4] Servo motor datasheet.
[5] http://howtomechatronics.com/projects/arduino-radar-project
[6] M. Ishihara, M. Shiina, S. Suzuki, “Evaluation of Method of Measuring Distance Between Object and Walls Using Ultrasonic
Sensors”, Journal of Asian Electric Vehicles, Volume 7, Number 1, June 2009.
[7] Y. B. Gandole, “Simulation and data processing in ultrasonic measurements”, Anadolu University Journal of Science and
Technology, Vol.:12, No: 2, pp. 119-127, 2011
[8] G. Benet, J. Albaladejo, A. Rodas, P.J. Gil, An intelligent ultrasonic sensor for ranging in an industrial distributed control system, in:
Proceedings of the IFAC Symposium on Intelligent Components and Instruments for Control Applications, Malaga, Spain, May
1992, pp. 299–303.
[9] G. Benet , F. Blanes, J.E. Simó, P. Pérez, Using infrared sensors for distance measurement in mobile robots, Else viewer , Robotics
and Autonomous Systems 1006 (2002) 1–12.
48