This document summarizes a student project that uses Amazon Echo and a Raspberry Pi to enable voice control of home appliances. The system allows non-smart home devices to be controlled using voice commands to an Amazon Echo. When a command is given to turn a device on or off, the Echo communicates with a Raspberry Pi over WiFi using a Node.js program. The Pi then uses a Python program and relays to physically control the appliances. The design uses a publisher-subscriber model for communication and Amazon Web Services for infrastructure. The project aims to make basic home automation more affordable and accessible.