The aim of this project is to design a radar system to detect objects nearby.
Our team members include:
- Hammad Ali Baig
- Hamza Hussain
- Muhammad Bin Sanaullah
- This project is an embedded system that is based on radar technology.
- It resembles the functionality that traces and locates objects in a specified area, and pinpoints their location on a grid, map or screen. It works in three parts: the sensory input, the processing unit and the output.
- An ultrasonic sensor is used for the sensory input, with a motor to help it broaden its range, the 8052 microcontroller is used to formulate the location of an object within range and works with the input and output to trace the object’s location on an LED matrix.
- 8052 Microcontroller
- HC-SR04 Ultrasonic Sensor
- Decoder (FPGA/BASYS3)
- Servo Motor
- LCD Screen
- Two 8x8 LED Matrices
- Breadboard, Jumper cables
The ultrasonic sensor rotates on the motor and covers a span of 180 degrees of area to detect objects in it. The sensor and motor both work within controlled rotations and trigger/echo is set by the microcontroller. The LED matrices require 32 inputs but microcontroller does not have so many output pins, so I created a decoder on a FPGA (basys 3). The LCD was directly controlled by the microcontroller.