This project presentation summarizes a Wi-Fi enabled AC light dimmer circuit that can control the brightness of lights from a mobile phone or PC using an ESP8266 Wi-Fi module connected to an Arduino board. The circuit uses common components like resistors, an optocoupler, zero-crossing detector, TRIAC, and bulb. The Arduino code controls the brightness level through PWM output to the TRIAC based on analog input from the ESP8266. The ESP8266 code connects to Adafruit IO to receive brightness values and control the Arduino output accordingly over Wi-Fi.