NodeMCU ESP8266 Webserver in Access Point Mode

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2024

ความคิดเห็น • 39

  • @---is8zn
    @---is8zn ปีที่แล้ว +2

    My biggest respect to author for great example!

  • @ruudsmits907
    @ruudsmits907 ปีที่แล้ว +3

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

  • @lorqvan
    @lorqvan 6 หลายเดือนก่อน

    You are a brilliant teacher 🏅

    • @BINARYUPDATES
      @BINARYUPDATES  6 หลายเดือนก่อน

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

  • @AJ_s257
    @AJ_s257 2 ปีที่แล้ว +2

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

  • @LawrenceMcghee-x7p
    @LawrenceMcghee-x7p 5 หลายเดือนก่อน

    Very well taught!

    • @BINARYUPDATES
      @BINARYUPDATES  4 หลายเดือนก่อน

      Thank you so much!

  • @shu_402
    @shu_402 2 ปีที่แล้ว +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 ปีที่แล้ว +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!

  • @rohitkumar2400
    @rohitkumar2400 9 หลายเดือนก่อน

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

    • @BINARYUPDATES
      @BINARYUPDATES  8 หลายเดือนก่อน

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

  • @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

  • @MasterJOEvlog
    @MasterJOEvlog 2 ปีที่แล้ว +1

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

  • @abdeljapparsobti3455
    @abdeljapparsobti3455 10 หลายเดือนก่อน

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

    • @wasiuadeleke6869
      @wasiuadeleke6869 10 หลายเดือนก่อน

      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.

  • @pratikborse5029
    @pratikborse5029 3 หลายเดือนก่อน

    I trying to connect mobile to esp in access mode using wifi it showing wifi without internet ,here my device cant connected to esp please solved this issue

  • @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!

  • @leonhardeuler8457
    @leonhardeuler8457 2 ปีที่แล้ว +1

    thanks it was nice

    • @BINARYUPDATES
      @BINARYUPDATES  2 ปีที่แล้ว

      Hi Leonhad, Glad you liked it!

  • @Sparta-bj1yf
    @Sparta-bj1yf ปีที่แล้ว

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

    • @BINARYUPDATES
      @BINARYUPDATES  ปีที่แล้ว +1

      Hi Sparta, Yes you can get it!

  • @attackgaming9940
    @attackgaming9940 6 หลายเดือนก่อน

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

    • @BINARYUPDATES
      @BINARYUPDATES  6 หลายเดือนก่อน

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

  • @koihalnijan8819
    @koihalnijan8819 2 ปีที่แล้ว +2

    Good

  • @arc_subs1907
    @arc_subs1907 2 ปีที่แล้ว

    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 TH-cam recommendations, its a magic 🪄
    Btw, can i modify your code for my project?

    • @BINARYUPDATES
      @BINARYUPDATES  2 ปีที่แล้ว

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

  • @yhudz7298
    @yhudz7298 2 ปีที่แล้ว

    thankz sir

  • @Ghost-pu4yj
    @Ghost-pu4yj 2 ปีที่แล้ว

    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  2 ปีที่แล้ว

      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!

  • @megasirob
    @megasirob 2 ปีที่แล้ว

    Thanks!

  • @abolfazl-wm8xb
    @abolfazl-wm8xb 10 หลายเดือนก่อน

    How can I control 4 leds??

    • @BINARYUPDATES
      @BINARYUPDATES  10 หลายเดือนก่อน

      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!

  • @sanjaykhurana3400
    @sanjaykhurana3400 7 หลายเดือนก่อน

    8266 wifi. Sit box. Mai. Set.

  • @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?