Welcome to my Smart Home Automation System project repository! This project leverages the power of IoT to create an intelligent and interconnected living environment.
Before diving into the project, make sure you have the following prerequisites installed:
-
Arduino IDE: Download and install the latest version of Arduino IDE from the official website here.
-
ESP8266 Board Support: Our project utilizes the ESP8266 microcontroller. Follow the steps below to install the ESP8266 board in your Arduino IDE.
-
Open your Arduino IDE.
-
Go to
File
->Preferences
. -
In the "Additional Boards Manager URLs" field, add the following URL: http://arduino.esp8266.com/stable/package_esp8266com_index.json
-
Click
OK
to close the Preferences window. -
Navigate to
Tools
->Board
->Boards Manager...
-
In the Boards Manager, type
esp8266
into the search bar. -
Click on
esp8266
by ESP8266 Community and click theInstall
button. -
Once the installation is complete, close the Boards Manager.
Now, you're all set up to work on our Smart Home Automation System project!