Arduino Based Radar System
Arduino Based Radar System
Arduino Based Radar System
for 1st Sept 2018
at IETE HQ, New Delhi
A Project
on
“Arduino Based RADAR SYSTEM”
Submitted by:
INTRODUCTION
COMPONENTS
ARDUINO UNO
SG 90 –SERVO METER
ULTRASONIC SENSOR HC SR04
EXPERIMENTAL PROCESS FLOW
CIRCUIT DIAGRAM
PROGRAMMING OF ARDUINO UNO
APPLICATIONS OF RADAR
ADVANTAGES OF RADAR
RADAR
Power
Supply
Atmega 328
Circuit diagram of Arduino Based Radar
System
Programming in Arduino UNO
1. Arduino Uno micro controller board was connected
with Pc or Laptop via standard USB cable.
2. The program codes were written in C compiler
based Arduino IDE.
3. Sensor and motor’s Input and output were assigned
into the program In the following manner:-
#include <Servo.h>.
#define PWR 13
#define GND 8
#define trigPin 9 // for ECO 1
#define echoPin 10 // for ECO 1
Servo myServo;
void setup() {
Serial.begin (9600);
myServo.attach(6);
pinMode(trigPin1, OUTPUT);
pinMode(echoPin1, INPUT)
pinMode(PWR, OUTPUT);
pinMode(GND, OUTPUT);
digitalWrite(PWR, HIGH);
digitalWrite(GND, LOW);
}
Programming Processing Tool For
RADAR Screen Visual
1. Serial output data of arduino
contains present status of
rotation angle and measured
distance by two sensors in
centimeter.
2. These three serial output
parameters were ansferred
to processing environment
software.
3. With the help of java script
coding a visual interface was
developed and using the
serial o/p parameters from
arduino, real time
visualization of the dual
radar was developed.
RADAR SYSTEM
MILITARY
REMOTE SENSING
AIR TRAFFIC CONTROL
HIGHWAY SECURITY
NAVIGATION
SHIP SECURITY
SPACE (SATTELITY)
MILITARY
Important part of Air Defence System,
Operation of offensive Missiles & Other
Weapon.
Target Detection,Target Tracking & Weapon
Control.
Also used in area , ground & air surveillance.
AIR TRAFFIC CONTROL
http://www.howtomechatronics.com/projects
http://www.radartutorial.en/01.basics
https://www.jlab.org/ir/MITSeries/V1-1
R I E S
Q U E
AN Y
?
k Yo u
T h an