Home Automation & Energy Saver Device . This include Nodemcu Full Code , Website Installation Files and Android Application with Nodemcu Esp8266 based Fully Free IOT System
Fully Home Automation System......... Let's Start......
What things you need to install the software and how to install them
1. Arduino IDE
2. Nodemcu
3. Files from Github Respiratory
4. 000webhost.com free or paid hosting (Your Wish)
- Download the code from github respiratory
- Create free hosting account at 000webhost.com
- Create Database
- Go to phpMyadmin from 000webhost dashboard
- Open MySql_Sample.sql file in any text editor
- Replace the 'id11628615_data' with your database name
- Import the MySql_Sample.sql file in database
- Upload all the files in your website
- Edit the Config.php file & Save It
//Config.php File
//Replace ""id11628615_data"" with your website database name & replace ""password"" with website's password
<?php
$con = mysqli_connect("localhost","id11628615_data","password","id11628615_data",3306);
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
?>
- Download the code
- Open it with Arfduino IDE
- Change the Wifi-SSID & Password
- Replace ""EXAMPLE.COM"" with your website name
- Flash the Code
- Download Home_Automation_Android_App.aia
- Login to MIT App Inventor
- Import the file
- From Coding Window, change ""EXAMPLE.COM"" with your website address
- Save the project
- Click on Generate
- Save the .apk file
- Install the android app in your smartphone
- Add all the sensor , led, relay to Nodemcu's respective pin
- Start Nodemcu
- Type your website name in browser
- If you see something like that , then you are done....
- Tanmoy Sarkar - Initial work - Tanmoy741127
This project is licensed under the GNU License - see the LICENSE.md file for details