This project enables home automation using an Arduino board and Blynk IoT platform. It allows you to control various devices connected to the Arduino remotely using a mobile app.
- Arduino board (e.g., ESP8266)
- WiFi network credentials
- Blynk IoT platform account
-
Clone or download this project repository.
-
Connect the Arduino board to your computer.
-
Install the necessary libraries:
- ESP8266WiFi
- Blynk
-
Open the Arduino IDE.
-
Modify the following lines in the code:
#define BLYNK_TEMPLATE_ID "TMPL6KzRzftJ_" #define BLYNK_TEMPLATE_NAME "HOME AUTOMATION" #define BLYNK_AUTH_TOKEN "VNLUr1fdr9Mrvla6H_gDOEe7FkLMoyC0" char ssid[] = "TP-Link_FFA4"; char password[] = "@surti1122";
Replace the values with your Blynk template ID, template name, Blynk authentication token, WiFi SSID, and password.
6.Upload the code to your Arduino board.
7.Open the Serial Monitor to view the debug information.
8.Launch the Blynk mobile app on your device.
9.Create a project in the Blynk app and configure the following widgets:
10.Four buttons (V1, V2, V3, V4) for controlling the relays. Run the project and enjoy controlling your home automation devices remotely!
This project is licensed under the MIT License.