Duration 17:21

9 Channel Home Automation Device using WiFi Module (NodeMCU ESP12 E) -Bangla Tutorial

Published 11 Sep 2020

📌JLCPCB Only $2 for 5pcs 2 Layer & 4Layer PCBs: https://jlcpcb.com/cyt Hello Dear friends..... In this video tutorial, I will share with you how to make a 9 Channel Home Automation Device using WiFi Module (NodeMCU ESP12 E). So don't skip any part of this video. It's important to all. Thanks all. Please subscribe to my channel. Subscription link here: https://goo.gl/JDjNeq Parts List: #1# NodeMCu ESP12E #2# 9 x Relay DC 05V #3# 9 x 330R Resistors #4# 9 x BC547 Transistor #5# 9 x AC Terminal Block #6# 2 x Power Socket #7# 9 x 1N4007 Diode # 8# 3 x 470E Resistors #9# L7805 Regulator IC #10# Female to male IC Rail Circuit Diagram Link: https://bit.ly/35qdzCf PCB Gerber File Link: https://bit.ly/2Znvkyc Additional Board URL https://arduino.esp8266.com/stable/package_esp8266com_index.json All social link Facebook: https://bit.ly/2SAbptO Instagram: https://bit.ly/2MWRobw Estiak Khan Jhuman Facebook Link: https://bit.ly/2MVL1oM Youtube Link: https://bit.ly/2US5spz

Category

Show more

Comments - 62
  • @
    @circleoftech944 years ago আপনার ভিডিও দেখলে নতুন নতুন অনেক কিছু সেখা যায়!
  • @
    @salimadib77024 years ago vai onek din por video dekhe khub valo laglo....... 1
  • @
    @kailash1164 years ago finally i have uploaded coad into node mcu without any error and also fixed it to motherboard but im not getting wifi connection to mobile ??
  • @
    @kailash1164 years ago after all coading done and sixed to board node mcu is blinking after each 5 sec but in phone wifi connection is not showing
  • @
    @kobitadurgesh61234 years ago ভাইয়া node mcu module কীভাবে প্রোগ্রাম করতে হয় তা সমন্ডে ভিডিও করেন
  • @
    @endtimerevealed1374 years ago ভাই pickit2 programmer এর explained ভিডিও বানানোর কথা ছিলো
  • @
    @valentinandreibanu4 years ago Nice vieo! Just one observation: the PCB tracks from the relay to the terminal blocks are wayy too thin....for small loads it is ok....but for bigger loads like motors or other appliances that draw more current it will blow the tracks... ... 1
  • @
    @kailash1164 years ago i have checked com and board i have installed library also but it still shows error
  • @
    @kailash1164 years ago im getting error in coad its showing connection error to board what to do pls say it asap
  • @
    @shohedulislamamarjanaojana66044 years ago Vai ame jode apnar kastaka complete apnar kastaka buy korta caila koto costs porba ? 1
  • @
    @kailash1164 years ago maybe if i use node mcu esp8266 rather than NodeMCu ESP12E will it show error ? 1
  • @
    @jito79214 years ago /*
    নিচের কোডে এমন একটা condition চাচ্ছি
    যদি শুধুমাত্র (sensorValue1>820 & sensorValue2>820) এক ঘন্টার কম সময় ধরে থাকে তবে digitalWrite(LED,HIGH); হয়।
    আর যদি (sensorValue1>820 & sensorValue2>820) এই condition এক ঘন্টা বা তার বেশি সময় ধরে থাকে তবে যেন সে অন্য আরেকটা condition এ যায় এবং সেক্ষেত্রে digitalWrite(LED,LOW); হয়।
    এটা কিভাবে করা যায়? Anybody please help.
    */
    const int sensorPin1 = A0; // Sensor pin1
    const int sensorPin2 = A1; // Sensor pin2
    const int LED = 13; // LED Output
    unsigned int sensorValue1,sensorValue2; // variable coming from the sensor
    void setup() {
    pinMode(LED, OUTPUT);
    pinMode(sensorPin1, INPUT);
    pinMode(sensorPin2, INPUT);
    }
    void loop()
    {
    sensorValue1 = analogRead(sensorPin1);
    sensorValue2 = analogRead(sensorPin2);
    if (sensorValue1<820 & sensorValue2<820)
    { digitalWrite(LED,LOW); }
    else if (sensorValue1>820 & sensorValue2<820)
    { // Do nothing }
    else if (sensorValue1>820 & sensorValue2>820)
    { digitalWrite(LED,HIGH); }
    /*
    এখানে এমন একটা condition চাচ্ছি
    যদি শুধুমাত্র (sensorValue1>820 & sensorValue2>820) এক ঘন্টার কম সময় ধরে থাকে তবে digitalWrite(LED,HIGH); হয়।
    আর যদি (sensorValue1>820 & sensorValue2>820) এই condition এক ঘন্টা বা তার বেশি সময় ধরে থাকে তবে যেন সে অন্য আরেকটা condition এ যায় এবং সেক্ষেত্রে digitalWrite(LED,LOW); হয়।
    এটা কিভাবে করা যায়? Anybody please help.
    */
    else
    { digitalWrite(LED,LOW); }
    }
    ...
  • @
    @kailash1164 years ago can i get additional board manager link you havent posted link in discription 1
  • @
    @salimadib77024 years ago vai munsiganj er kothay thaken? ar ami apnar fb te nok disi ektu dekben. 1
  • @
    @mdrazib12244 years ago Viey Akti Microcontroller IC er price koto hove 1
  • @
    @ronyhasan17434 years ago Vaia apnar pcb ti valo lagche. Apnar phone number (ronybd60@gmail.com) plz send me....
  • @
    @mdshayed85484 years ago ami apnar sob video dekhi but jantam na j akta contest cholse ...bes kisu din deksi apnar video gulate amon gift dissen tai ami all time online thaki apnar akta gift power jonno....g mail:smsayed995@ , no 01775184242 ... 1
  • @
    @premiumapk8009last year Return code is not 0
    এই লেখাটা আসছে
  • @
    @user-sc5fy3px8i3 months ago Apna Sathi jogajog Kora contact number
  • @
    @circleoftech944 years ago আপনার ভিডিও দেখলে নতুন নতুন অনেক কিছু সেখা যায়!
  • @
    @salimadib77024 years ago vai onek din por video dekhe khub valo laglo....... 1
  • @
    @kailash1164 years ago finally i have uploaded coad into node mcu without any error and also fixed it to motherboard but im not getting wifi connection to mobile ??
  • @
    @kailash1164 years ago after all coading done and sixed to board node mcu is blinking after each 5 sec but in phone wifi connection is not showing
  • @
    @kobitadurgesh61234 years ago ভাইয়া node mcu module কীভাবে প্রোগ্রাম করতে হয় তা সমন্ডে ভিডিও করেন
  • @
    @endtimerevealed1374 years ago ভাই pickit2 programmer এর explained ভিডিও বানানোর কথা ছিলো
  • @
    @valentinandreibanu4 years ago Nice vieo! Just one observation: the PCB tracks from the relay to the terminal blocks are wayy too thin....for small loads it is ok....but for bigger loads like motors or other appliances that draw more current it will blow the tracks... ... 1
  • @
    @kailash1164 years ago i have checked com and board i have installed library also but it still shows error
  • @
    @kailash1164 years ago im getting error in coad its showing connection error to board what to do pls say it asap
  • @
    @shohedulislamamarjanaojana66044 years ago Vai ame jode apnar kastaka complete apnar kastaka buy korta caila koto costs porba ? 1
  • @
    @kailash1164 years ago maybe if i use node mcu esp8266 rather than NodeMCu ESP12E will it show error ? 1
  • @
    @jito79214 years ago /*
    নিচের কোডে এমন একটা condition চাচ্ছি
    যদি শুধুমাত্র (sensorValue1>820 & sensorValue2>820) এক ঘন্টার কম সময় ধরে থাকে তবে digitalWrite(LED,HIGH); হয়।
    আর যদি (sensorValue1>820 & sensorValue2>820) এই condition এক ঘন্টা বা তার বেশি সময় ধরে থাকে তবে যেন সে অন্য আরেকটা condition এ যায় এবং সেক্ষেত্রে digitalWrite(LED,LOW); হয়।
    এটা কিভাবে করা যায়? Anybody please help.
    */
    const int sensorPin1 = A0; // Sensor pin1
    const int sensorPin2 = A1; // Sensor pin2
    const int LED = 13; // LED Output
    unsigned int sensorValue1,sensorValue2; // variable coming from the sensor
    void setup() {
    pinMode(LED, OUTPUT);
    pinMode(sensorPin1, INPUT);
    pinMode(sensorPin2, INPUT);
    }
    void loop()
    {
    sensorValue1 = analogRead(sensorPin1);
    sensorValue2 = analogRead(sensorPin2);
    if (sensorValue1<820 & sensorValue2<820)
    { digitalWrite(LED,LOW); }
    else if (sensorValue1>820 & sensorValue2<820)
    { // Do nothing }
    else if (sensorValue1>820 & sensorValue2>820)
    { digitalWrite(LED,HIGH); }
    /*
    এখানে এমন একটা condition চাচ্ছি
    যদি শুধুমাত্র (sensorValue1>820 & sensorValue2>820) এক ঘন্টার কম সময় ধরে থাকে তবে digitalWrite(LED,HIGH); হয়।
    আর যদি (sensorValue1>820 & sensorValue2>820) এই condition এক ঘন্টা বা তার বেশি সময় ধরে থাকে তবে যেন সে অন্য আরেকটা condition এ যায় এবং সেক্ষেত্রে digitalWrite(LED,LOW); হয়।
    এটা কিভাবে করা যায়? Anybody please help.
    */
    else
    { digitalWrite(LED,LOW); }
    }
    ...
  • @
    @kailash1164 years ago can i get additional board manager link you havent posted link in discription 1
  • @
    @salimadib77024 years ago vai munsiganj er kothay thaken? ar ami apnar fb te nok disi ektu dekben. 1
  • @
    @mdrazib12244 years ago Viey Akti Microcontroller IC er price koto hove 1
  • @
    @ronyhasan17434 years ago Vaia apnar pcb ti valo lagche. Apnar phone number (ronybd60@gmail.com) plz send me....
  • @
    @mdshayed85484 years ago ami apnar sob video dekhi but jantam na j akta contest cholse ...bes kisu din deksi apnar video gulate amon gift dissen tai ami all time online thaki apnar akta gift power jonno....g mail:smsayed995@ , no 01775184242 ... 1
  • @
    @premiumapk8009last year Return code is not 0
    এই লেখাটা আসছে
  • @
    @user-sc5fy3px8i3 months ago Apna Sathi jogajog Kora contact number