Git Product home page Git Product logo

home_automation_energy_saver_iot_nodemcu_device's Introduction

Home_Automation_Energy_Saver_IOT_NODEMCU_Device

Home Automation & Energy Saver Device . This include Nodemcu Full Code , Website Installation Files and Android Application with Nodemcu Esp8266 based Fully Free IOT System

Preview of Android App

alt text alt text alt text

Getting Started

Fully Home Automation System......... Let's Start......

Prerequisites

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)

Essential Links

Installing

A Step By Step Installation Guide
Website Installation
  1. Download the code from github respiratory
  2. Create free hosting account at 000webhost.com
  3. Create Database
  4. Go to phpMyadmin from 000webhost dashboard
  5. Open MySql_Sample.sql file in any text editor
  6. Replace the 'id11628615_data' with your database name
  7. Import the MySql_Sample.sql file in database
  8. Upload all the files in your website
  9. 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());
	}
?>
Flash the code in Nodemcu
  1. Download the code
  2. Open it with Arfduino IDE
  3. Change the Wifi-SSID & Password
  4. Replace ""EXAMPLE.COM"" with your website name
  5. Flash the Code
Generate Android App
  1. Download Home_Automation_Android_App.aia
  2. Login to MIT App Inventor
  3. Import the file
  4. From Coding Window, change ""EXAMPLE.COM"" with your website address
  5. Save the project
  6. Click on Generate
  7. Save the .apk file
  8. Install the android app in your smartphone

Checking

  1. Add all the sensor , led, relay to Nodemcu's respective pin
  2. Start Nodemcu
  3. Type your website name in browser
  4. If you see something like that , then you are done....

alt text 5. Now Enjoy It

Authors

License

This project is licensed under the GNU License - see the LICENSE.md file for details

home_automation_energy_saver_iot_nodemcu_device's People

Contributors

tanmoysrt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.