Automatic Electrical Load Shedding/Switching system with GSM

In this project, we control the power supply to different areas using Arduino and keypad. When the circuit starts it asks the user to set the starting time of load shedding for different areas. It also asks the user to set the duration of load shedding. At the end, it asks user to set the clock. Once the above procedure completes it displays the current time on 16*2 LCD and automatically switches the power supply of different areas ON/OFF using Arduino. The keypad is used to set the real time, the time for load shedding time and the time duration. The Arduino is programmed in such a way that we can set the actual time and load shedding time. Using the program, we can monitor both real time and load shedding time. Program always check the equality and whenever it gets matched it turns the load OFF. Then it began to check equality with target time and real time, so whenever this is matched it turns the load ON again. Thank you.