https://github.com/muhammadtahamustafa-06/home-automation-node-mcu
Home Automation Project using Node - mcu and Blynk Iot
https://github.com/muhammadtahamustafa-06/home-automation-node-mcu
arduino arduinoproject nodemcu-esp8266 project
Last synced: 3 months ago
JSON representation
Home Automation Project using Node - mcu and Blynk Iot
- Host: GitHub
- URL: https://github.com/muhammadtahamustafa-06/home-automation-node-mcu
- Owner: MuhammadTahaMustafa-06
- Created: 2023-06-22T13:20:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T14:20:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T00:35:02.629Z (4 months ago)
- Topics: arduino, arduinoproject, nodemcu-esp8266, project
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home Automation Project with Arduino
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.
## Prerequisites
- Arduino board (e.g., ESP8266)
- WiFi network credentials
- Blynk IoT platform account## Getting Started
1. Clone or download this project repository.
2. Connect the Arduino board to your computer.
3. Install the necessary libraries:
- ESP8266WiFi
- Blynk4. Open the Arduino IDE.
5. Modify the following lines in the code:
```cpp
#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!## Circuit Diagram
## License
This project is licensed under the MIT License.