This document outlines the design and implementation of an Arduino-powered car robot that can detect and measure objects. The robot uses an ultrasonic sensor attached to a servo motor to detect objects, and includes two DC motors connected to wheels for movement. The Arduino code controls the servo motor, ultrasonic sensor, and motor controller to enable object detection and navigation. The project aims to demonstrate how an Arduino car robot can be programmed to move and detect objects from a distance. Challenges in the implementation included incorrect pin connections and issues with importing libraries, but ultimately the robot was able to function as intended.