Back to Projects

Autonomous Area Tracking Robot (ATR)

Engineer · September 2021 – December 2021

An autonomous robot that finds available space in difficult-to-reach areas and returns the area measurement.

View on GitHub

Overview

Created a Rapid Assembly Design (RAD) project for a semester-long design project (SLDP) for EG-1003 Intro to Engineering Course as a team of 3. The mechanical, electrical, and programming of the code was completed to work as the project design and presented as a final project.

Team JEY

  • Jayine Nguyen
  • Eric Zheng

Why ATR?

  • Reduces time spent manually measuring out areas
  • Reduces manual labor costs
  • All available space the robot can move in is charted as possible

Physical Components

Arduino UNO2 Ultrasonic Sensors1 Gyroscope Sensor2 DC MotorsBatteryBreadboardWiresRobot Chassis4 WheelsAxlesGears

Design Documents

Note: Design document images (CAD model, flow chart, wiring schematic, project schedule, cost analysis) to be uploaded.

  • CAD Design Model
  • Code Flow Chart
  • Wiring/Electrical Schematic
  • Microsoft Project Schedule
  • Cost Analysis

Arduino Code (C++)

Gyroscope Code

For rotation and turning corners

Ultrasonic Code

To measure distance of walls from robot

Motor Code

For locomotion control

Tech Stack

ArduinoC++ROS