This document describes a hand gesture controlled robot project. The project uses an accelerometer to detect hand gestures which are sent to an Arduino microcontroller. The Arduino then sends the gesture data to an HT12E encoder for wireless transmission via an RF module to a receiving robot. The receiving robot decodes the data using an HT12D decoder and sends it to an L293D motor driver to control the robot's motors accordingly, allowing the robot to be remotely controlled by hand gestures. The hardware components and gesture detection methods are explained to detect gestures like tilting forward, backward, left and right to control the robot's movement directions.