This document describes how to build a Bluetooth controlled robot using an Arduino Uno board. The robot uses an HC-05 Bluetooth module to receive control commands from a mobile phone or PC app over Bluetooth. The Arduino controls two DC motors connected to wheels using an L293D motor driver IC. It receives Bluetooth commands and controls the motors accordingly to move the robot forward, backward, left or right.