Skip to content

A simple radar system built with Arduino UNO, HC-SR04 ultrasonic sensor, and a servo motor to detect objects within 180°. The system measures distance and angle of obstacles and displays the data for visualization and analysis.

Notifications You must be signed in to change notification settings

ahmedbilal9/Radar-System-Using-Arduino-UNO-and-Ultrasonic-Sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Radar System Using Arduino

This project implements a radar system using an Arduino UNO, an HC-SR04 Ultrasonic Sensor, and a servo motor.

Quick Start

  1. Connect the components as described in docs/hardware.md.
  2. Upload the Arduino code from src/radar_system.ino to your Arduino UNO.
  3. Open the Serial Monitor to visualize distance and angle readings.

Folder Structure

  • README.md → Overview & Quick Start
  • docs/ → Detailed documentation
  • src/ → Arduino code
  • images/ → Schematics and graphs

About

A simple radar system built with Arduino UNO, HC-SR04 ultrasonic sensor, and a servo motor to detect objects within 180°. The system measures distance and angle of obstacles and displays the data for visualization and analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages