This document summarizes an accelerometer controlled pointing device project. The device includes a 3-axis accelerometer module, Arduino Uno board, and MATLAB R20012b software. The accelerometer module provides X and Y direction data corresponding to left/right and top/bottom rotations. The Arduino Uno board receives input from the accelerometer and sends it serially to a PC. MATLAB reads the serial data from the COM port to control the mouse pointer using a java robot for mouse movement and button clicks. The goal is to extend this into a wearable device that minimizes the necessary hardware.