Arduino UNO Radar System Presentation[1] -
Arduino UNO Radar System Presentation[1] -
GROUP MEMBERS:
UDAY RAJKHOWA
KOUSHIK BORUAH
SATYABRAT BORAH
Introduction
• Radar systems detect objects using radio
waves.
• Arduino-based radar uses an ultrasonic sensor
and servo motor.
• It is a low-cost alternative for basic object
detection.
Overview of Arduino UNO
• Microcontroller: ATmega328P
• Operating Voltage: 5V
• Digital I/O Pins: 14
• Analog Input Pins: 6
• Clock Speed: 16 MHz
Working Principle of Radar
• Transmits radio waves and detects reflections.
• Measures time taken for waves to return.
• Uses ultrasonic waves instead of radio waves
in this project.
Components Required
• 1. Arduino UNO
• 2. HC-SR04 Ultrasonic Sensor
• 3. Servo Motor
• 4. Monitor Display
Circuit Diagram & Connections
• HC-SR04 connected to digital pins 9 & 10.
• Servo motor connected to pin 6.
Arduino UNO