Robotics / Embedded Control / Mechatronics

Articulated Robotic Arm

A servo-driven robotic arm project focused on mechanical assembly, embedded control, gripper actuation, and real-time motion testing through Arduino-based firmware.

Articulated robotic arm cover image

Project Overview

The Articulated Robotic Arm is a compact servo-driven mechatronics project built around an Arduino Uno, a PCA9685 servo motor driver, MG996R servo motors, a servo base chassis, and a mechanical gripper. The system demonstrates coordinated multi-axis robotic motion using embedded control commands to drive the base, arm joints, and end-effector.

The project focuses on practical robotic system integration, including servo calibration, PWM signal control, wiring organization, joint motion testing, and gripper actuation. Each servo is controlled through the PCA9685 driver, allowing the Arduino Uno to command multiple joints while keeping the wiring and control architecture organized.

Core Discipline

Robotics, embedded control, servo actuation, mechanical assembly, and mechatronics integration.

Control Hardware

Arduino Uno microcontroller paired with a PCA9685 PWM servo motor driver for multi-servo control.

Design Focus

Coordinated joint movement, stable servo positioning, gripper control, and repeatable robotic motion.

Bill of Materials

Main hardware components used to assemble and control the articulated robotic arm.

Item Component Quantity Function
01 MG996R 55g Servo Motors 4 Provides joint actuation for arm movement and positioning.
02 PCA9685 Servo Motor Driver 1 Generates PWM signals for controlling multiple servo channels.
03 Arduino Uno Microcontroller 1 Runs the control logic and sends commands to the servo driver.
04 Servo Base Chassis 1 Supports the robotic arm structure and houses the base rotation assembly.
05 Mechanical Gripper 1 Acts as the end-effector for grabbing, holding, and releasing objects.

Functional Demo

Robotic Arm in Operation

A short demonstration showing the articulated robotic arm responding to servo control commands, moving through multiple joints, and actuating the mechanical gripper.

Manufacturing Document

Manufacturing Document - GD&T

Engineering drawing package for the servo base chassis, including dimensional controls, datum references, and GD&T documentation used to define the manufactured geometry.

Servo base chassis manufacturing drawing with GD&T

Articulated Robotic Arm Firmware Preview