This document describes a home automation project using an Arduino UNO board and a TV remote control. A single remote control is used to operate four appliances or loads connected to a 4-channel relay board. The TSOP1738 IR receiver receives signals from the remote and sends the data to the Arduino. An IRremote library decodes the signals from the numeric keys and power button on the remote. The Arduino then controls the relay board to turn the loads on and off based on the remote control buttons pressed.