ESP8266 NODEMCU WEB SERVER | ESP8266 NODEMCU WEB SERVER Tutorial using Relay Module [Full Guide]

Поділитися
Вставка
  • Опубліковано 29 жов 2020
  • Hello guys, This video includes how to control a Relay module using the ESP8266 Nodemcu Web server. Also, with this ESP8266 Nodemcu web server knowledge, you can use home automation projects.
    OK enjoy it now.
    Short and sweet tutorial.Only from SriTu tech. If you think this video is good, don't forget to like and comment.
    ESP8266 NODEMCU WEB SERVER | ESP8266 NODEMCU WEB SERVER Tutorial using Relay Module [Full Guide]
    • ESP8266 NODEMCU WEB SE...
    ESP8266 Nodemcu Web server
    ***Names of components.
    ***step by step.
    ***With code.
    Subscribe to more videos --- / sritutech_sritu_hobby
    Website for more tutorial --- www.srituhobby.com
    Android app for more tutorial --- bit.ly/3GWcmmD
    Our store with the best prices
    ========================================
    srituhobby.com/shop
    ========================================
    ( Source code and circuit diagram )
    =========================================
    Website -- bit.ly/3m0eY90
    Android app -- bit.ly/3GWcmmD
    =========================================
    Part's List (Our store -- SriTu Hobby)
    ==========================================
    1.Nodemcu board x 1 -- bit.ly/4460nNI
    2.Relay module x 1 --- bit.ly/40xyEDw
    3.Jumper wires. --- bit.ly/43V7gSR
    4.Breadboard x 1 -- bit.ly/3NaJ1uh
    ==========================================
    Part's List (Amazon)
    ==========================================
    1.Nodemcu board x 1 -- amzn.to/3hwqG7v
    2.Relay module x 1 --- amzn.to/2FqK9Jv
    3.Jumper wires. -- amzn.to/3k9ZnkT
    4.Breadboard x 1 --- amzn.to/35rdMVE
    ==========================================
    ( Social media links )
    ==========================================
    Facebook-------- / srituhobby
    Twitter------------- / sritu_hobby
    Instagram------- / sritu_hobby
    Pinterest--------- / sritu_hobby
    Tiktok------------- / sritu_hobby
    Reddit------------- / sritu_tech
    Linkedin----------- / sritu-hobby
    Snapchat-------- / srituhobby
    Threads---------www.threads.net/sritu_hobby
    ==========================================
    Thanks for watching......................
    If you learned something in this video,
    **Like.
    **Share.
    **Subscribe.
    What do you think? please comment below.
    #SriTu_Tech_Nodemcu #webserver #Relay
  • Наука та технологія

КОМЕНТАРІ • 34

  • @numa3476
    @numa3476 Місяць тому

    Muchas gracias señor!!

  • @CENOR650
    @CENOR650 10 місяців тому +1

    Can you help me it says compilation error: inconsistent user-defined literal suffixes 'viewport' and 'width' in string literal

  • @karminchong7482
    @karminchong7482 Місяць тому

    Can I use 3.3v instead of Vin to connect with the Vcc?? Will it be any different?

  • @supremeleader5516
    @supremeleader5516 4 місяці тому

    But vin is for input right?

  • @yaroslav_ghost
    @yaroslav_ghost Рік тому

    Hi, can u drop the sketch?

  • @zerokuuhaku108
    @zerokuuhaku108 Рік тому +1

    Why the ip address didnt appear, pls help

  • @silugr
    @silugr Рік тому +2

    Though the relay is turning on and off but clicking is not happening and by powering on the relay with an external power supply, it doesn't work. Please help

  • @afzalvahora7509
    @afzalvahora7509 2 роки тому +1

    this is also usefull for bulb on/off ???

  • @wp-wisdom
    @wp-wisdom 2 роки тому +1

    How do I set the IP address to a static IP address

    • @walterp7125
      @walterp7125 11 місяців тому

      IPAddress staticIP(192, 168, 1, 11);
      IPAddress gateway(192, 168, 1, 1); // Replace this with your gateway IP Addess
      IPAddress subnet(255, 255, 255, 0); // Replace this with your Subnet Mask
      while (WiFi.softAPConfig(staticIP, gateway, subnet) == false)
      {
      delay(500);
      Serial.print("Fail");
      }
      WiFi.softAP(ssid, password);
      IPAddress myIP = WiFi.softAPIP();
      and so on ......

  • @jumbo999614
    @jumbo999614 Рік тому +1

    VIN of esp8266 can act as 5v output right?

    • @Zifahho
      @Zifahho Рік тому +1

      3.3

    • @jumbo999614
      @jumbo999614 Рік тому

      @@Zifahho So this Relay is active low right? If it's active high , 3.3 will not be enough

    • @Zifahho
      @Zifahho Рік тому

      @@jumbo999614 yeah it will not be enough

  • @arvindkashyapmzn1579
    @arvindkashyapmzn1579 2 роки тому

    Wifi se ya internet se

  • @madhusudanm6529
    @madhusudanm6529 Рік тому

    Router required??

  • @afzalvahora7509
    @afzalvahora7509 2 роки тому +1

    code is uploaded but i didn't get IP address

    • @dinhcao7528
      @dinhcao7528 2 роки тому

      Press RST button on the board

  • @whatmust8146
    @whatmust8146 10 місяців тому +1

    if you don't speak it is best NO music. Quiet with just video is way more superior than the annoying music!!!!!!!!!!!!!!!!!!!!!

  • @arvindkashyapmzn1579
    @arvindkashyapmzn1579 2 роки тому

    भाई ये कैसे काम करता है

  • @afzalvahora7509
    @afzalvahora7509 2 роки тому +1

    i saw your vidieo and i started to find IP address but I didn't get it

    • @dinhcao7528
      @dinhcao7528 2 роки тому

      Press RST button on the board

  • @evilmode100
    @evilmode100 2 роки тому

    lol

  • @MrBobWareham
    @MrBobWareham 6 місяців тому

    DUFF Software, it will not work You need to test before uploading.