NodeMCU ESP8266 Webserver in Access Point Mode

Поделиться
HTML-код
  • Опубликовано: 24 фев 2022
  • Learn how to make NodeMCU ESP8266 Webserver in Access Point Mode. In access point mode, we don't need internet connectivity. As our NodeMCU, create its own network and acts as access point. This HTTP webserver, lets the client access webpage hosted on ESP8266. Finally, we’ll control LED connected to NodeMCU from web browser.
    [SUPPORT]
    ►► Get FREE TRIAL of Altium Designer: www.altium.com/yt/binaryupdates
    ►► Need Help? To Learn Embedded Systems: courses.binaryupdates.com
    [LINKS]
    ►► Station Mode Lesson: • Build a Webserver on N...
    ►► Project Files: github.com/binaryupdates/Node...

Комментарии • 38

  • @---is8zn
    @---is8zn Год назад +2

    My biggest respect to author for great example!

  • @AJ_s257
    @AJ_s257 Год назад +2

    It's actually working 😀😀, it's better than blynk app.

  • @lorqvan
    @lorqvan 2 месяца назад

    You are a brilliant teacher 🏅

    • @BINARYUPDATES
      @BINARYUPDATES  2 месяца назад

      Hi Lorqvan, thank you so much!
      I am glad you find NodeMCU ESP8266 tutorial useful.
      Best wishes!

  • @user-jw4hm1rp4w
    @user-jw4hm1rp4w Месяц назад

    Very well taught!

  • @ruudsmits907
    @ruudsmits907 Год назад +3

    Thank you, finally an example how to combine a soft AP with a website in it!

  • @samueljames9387
    @samueljames9387 Год назад

    my webpage from arduino wants to send a text data to 8266wifi. what configuration I should make in 8266 sketch to receive it. Now I have to copy the text from webform and paste it at the webclient of nodemcu webserver
    thanks

  • @shu_402
    @shu_402 Год назад +1

    Hey, Great explanation!
    Can u tell me how many devices can I connect to the nodemcu in Access Point mode?
    Also how many devices can i connect to the nodemcu in station mode?

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад +2

      Hi SHU, I'm not sure but i guess 4 devices in either station or access point mode. This information can be found on online documentation of NodeMCU in section ESP8266WebServer library. I hope this information will be useful to you. Good luck and best wishes!

  • @yhudz7298
    @yhudz7298 Год назад

    thankz sir

  • @leonhardeuler8457
    @leonhardeuler8457 Год назад +1

    thanks it was nice

  • @rohitkumar2400
    @rohitkumar2400 5 месяцев назад

    U are Best............................🤘👌👍

    • @BINARYUPDATES
      @BINARYUPDATES  5 месяцев назад

      Thank you! I'm glad you find this ESP8266 webserver video useful.

  • @megasirob
    @megasirob 2 года назад

    Thanks!

  • @koihalnijan8819
    @koihalnijan8819 2 года назад +2

    Good

  • @yam6973
    @yam6973 Год назад +1

    Hey, good video and very fins explained, Respekt. , tell me where I can find the code? On the GitHub link I don't see it, thanks in advance, regards

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Hi Yam, thank you!
      in description section there is link under "Project Files". This exact code been used to create webserver in AP Mode on NodeMCU ESP8266. I hope you'll find it. Good luck!

  • @MasterJOEvlog
    @MasterJOEvlog Год назад +1

    Thanks you very informative , can I use your code and modified it?

  • @Sparta-bj1yf
    @Sparta-bj1yf Год назад

    do you know if we can get the IP address and the mac address of the client connected ?

  • @Ghost-pu4yj
    @Ghost-pu4yj Год назад

    how can I connect arduino uno and change values of arduino uno example switch on light connected to ardduino uno . using a web server

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Hi you may need to add Ethernet Shield with Arduino Uno Board to provide internet connectivity. And then you can build webserver. I already made video on the same on my channel. Please refer that video. Good luck and best wishes!

  • @abdeljapparsobti3455
    @abdeljapparsobti3455 6 месяцев назад

    Can this enable the LED to be operated from anywhere in the world via the website via the Internet?

    • @wasiuadeleke6869
      @wasiuadeleke6869 6 месяцев назад

      No. The mode of the ESP8266 as set in the video is in Access point mode (it acts like router). For you to be able to control from anywhere around the world, you will have to set the ESP8266 to be in station mode.

  • @attackgaming9940
    @attackgaming9940 3 месяца назад

    Can i control it from anywhere in the world just by internet. If no means how am i able to done this .

    • @BINARYUPDATES
      @BINARYUPDATES  2 месяца назад

      Hi, you can use public MQTT server to connect your NodeMCU ESP8266. I have a dedicated video on this. Good luck and best wishes!

  • @abolfazl-wm8xb
    @abolfazl-wm8xb 6 месяцев назад

    How can I control 4 leds??

    • @BINARYUPDATES
      @BINARYUPDATES  6 месяцев назад

      Hi, if you want to control 4-LED. You then need to setup 4-GPIO pins of ESP8266 and then create 4-button's in webserver code to send HTTP request to control individual Pin of NodeMCU ESP8266. Good luck and best wishes!

  • @mohdfadli1379
    @mohdfadli1379 2 года назад

    how to prevent esp deep sleep mode

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад +2

      Hi Mohd, I'll consider making future video to demonstrate deep sleep mode using NodeMCU ESP8266

    • @monstersofthemidway4402
      @monstersofthemidway4402 2 года назад

      @@BINARYUPDATES could I program both the Arduino & ESP8266 to my Samsung chromebook laptop?

  • @sanjaykhurana3400
    @sanjaykhurana3400 3 месяца назад

    8266 wifi. Sit box. Mai. Set.

  • @arc_subs1907
    @arc_subs1907 Год назад

    You know what?, i just planning to make project with esp8266 as web server, and magically, i open youtube app, and just found this video on my RUclips recommendations, its a magic 🪄
    Btw, can i modify your code for my project?

    • @BINARYUPDATES
      @BINARYUPDATES  Год назад

      Yes you can edit my code and build your expected web server application on NodeMCU ESP8266. Good luck and best wishes!