Abstract: This research explores the development of a remote-control system for domestic appliances using user-drawn patterns on a grid, aiming to provide an intuitive and accessible control method. The system is designed around a 3x3 grid of infrared (IR) LEDs and receivers that detect patterns drawn by the user with a finger or stylus. Each grid coordinate is mapped to a specific action, such as turning lights on or off or adjusting the speed of a fan. The detected patterns are transmitted to a NodeMCU ESP8266 microcontroller, which decodes the patterns and activates the corresponding appliance through Wi-Fi commands and relays. The innovative aspects of this system include its simple and intuitive interaction method, allowing users to define custom patterns for various actions, which enhances personalized control. The pattern-based interaction is particularly beneficial for individuals with limited dexterity or mobility, offering an accessible alternative to traditional remote controls. This project demonstrates the potential of combining hardware components, such as IR LEDs and receivers, with embedded C programming to create a user-friendly and efficient home automation solution. The proposed system not only simplifies the user experience but also provides a flexible and customizable interface for controlling domestic appliances.