Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Computer Architecture

Course materials, lab work, and projects from my Computer Architecture course — CSE, Northern University of Business & Technology Khulna.

Featured Project: Arduino-Based Military Radar System

A working mini radar built with an Arduino, an ultrasonic distance sensor, and a servo motor. The Arduino sweeps the sensor across 180 degrees and streams angle + distance readings over serial, while a Processing sketch renders a live radar display that shows detected objects in real time.

🎥 Live demo: Watch the radar in action on LinkedIn

How it works

A servo motor sweeps the ultrasonic sensor across a 180-degree arc. The Arduino measures distance from the echo time and streams each angle + distance pair over the serial port. The Processing sketch (radar.pde) reads that stream and draws the classic green radar sweep, marking detected objects in red.

Project files

File Description
Aurdino.cpp Arduino sketch — servo control + ultrasonic measurement
radar.pde Processing visualization of the radar sweep
Project Report/ Full project report

All files live under Project/Aurdino Based Project/01_Military Radar System/.

Hardware used

Arduino board, ultrasonic distance sensor, servo motor, breadboard, and jumper wires.

Tech stack

C++ (Arduino) · Processing (Java-based visualization)

Author

Nazmus SakibLinkedIn · GitHub

License

This repository is licensed under the MIT License — see the LICENSE file for details.

About

This repository contains course materials, assignments, lab work, and notes for the Computer Architecture course. It covers the fundamental concepts and design principles behind modern computer systems.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages