This document describes a project to control a pan-tilt mechanism using an accelerometer and Arduino. An ADXL345 accelerometer measures tilt and sends acceleration data to an Arduino Uno microcontroller. The Arduino controls the position of two servo motors attached to a pan-tilt platform based on the accelerometer's readings, allowing motion control through gesture. Code is provided to interface the accelerometer with the Arduino and map acceleration values to servo positions for a motorized pan-tilt camera platform.