Тёмный

NodeMCU ESP8266 Webserver in Access Point Mode 

BINARYUPDATES
Подписаться 40 тыс.
Просмотров 34 тыс.
50% 1

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...
►► Need Help? To Learn Embedded Systems: courses.binary...
[LINKS]
►► Station Mode Lesson: • Build a Webserver on N...
►► Project Files: github.com/bin...

Опубликовано:

 

11 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 39   
@---is8zn
@---is8zn Год назад
My biggest respect to author for great example!
@ruudsmits907
@ruudsmits907 Год назад
Thank you, finally an example how to combine a soft AP with a website in it!
@lorqvan
@lorqvan 5 месяцев назад
You are a brilliant teacher 🏅
@BINARYUPDATES
@BINARYUPDATES 5 месяцев назад
Hi Lorqvan, thank you so much! I am glad you find NodeMCU ESP8266 tutorial useful. Best wishes!
@AJ_s257
@AJ_s257 2 года назад
It's actually working 😀😀, it's better than blynk app.
@LawrenceMcghee-x7p
@LawrenceMcghee-x7p 3 месяца назад
Very well taught!
@BINARYUPDATES
@BINARYUPDATES 3 месяца назад
Thank you so much!
@rohitkumar2400
@rohitkumar2400 7 месяцев назад
U are Best............................🤘👌👍
@BINARYUPDATES
@BINARYUPDATES 7 месяцев назад
Thank you! I'm glad you find this ESP8266 webserver video useful.
@shu_402
@shu_402 2 года назад
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!
@yam6973
@yam6973 Год назад
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!
@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 года назад
Thanks you very informative , can I use your code and modified it?
@BINARYUPDATES
@BINARYUPDATES 2 года назад
Yes, you can
@abdeljapparsobti3455
@abdeljapparsobti3455 9 месяцев назад
Can this enable the LED to be operated from anywhere in the world via the website via the Internet?
@wasiuadeleke6869
@wasiuadeleke6869 9 месяцев назад
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 5 месяцев назад
Can i control it from anywhere in the world just by internet. If no means how am i able to done this .
@BINARYUPDATES
@BINARYUPDATES 5 месяцев назад
Hi, you can use public MQTT server to connect your NodeMCU ESP8266. I have a dedicated video on this. Good luck and best wishes!
@leonhardeuler8457
@leonhardeuler8457 2 года назад
thanks it was nice
@BINARYUPDATES
@BINARYUPDATES 2 года назад
Hi Leonhad, Glad you liked it!
@yhudz7298
@yhudz7298 2 года назад
thankz sir
@pratikborse5029
@pratikborse5029 2 месяца назад
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
@koihalnijan8819
@koihalnijan8819 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 RU-vid 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!
@Sparta-bj1yf
@Sparta-bj1yf Год назад
do you know if we can get the IP address and the mac address of the client connected ?
@BINARYUPDATES
@BINARYUPDATES Год назад
Hi Sparta, Yes you can get it!
@megasirob
@megasirob 2 года назад
Thanks!
@BINARYUPDATES
@BINARYUPDATES 2 года назад
Welcome Terminator!
@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!
@abolfazl-wm8xb
@abolfazl-wm8xb 9 месяцев назад
How can I control 4 leds??
@BINARYUPDATES
@BINARYUPDATES 9 месяцев назад
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 года назад
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 6 месяцев назад
8266 wifi. Sit box. Mai. Set.
Далее
Build a Webserver on NodeMCU ESP8266 in Station Mode
26:05
Forget WiFi! This Wireless Method is WAY Better?
12:14
Просмотров 633 тыс.
Mesh Networking demo on ESP8266 & ESP32 | LCSC
8:28
Просмотров 161 тыс.
ESP32 Access Point and Router connection explained
8:51
ESP32 Web page creating and updating
32:11
Просмотров 163 тыс.
Coding a Web Server in 25 Lines - Computerphile
17:49
Просмотров 339 тыс.
КАК РАБОТАЕТ WIFI?
20:14
Просмотров 49 тыс.
Making Minimalist Web Server in C on Linux
10:23
Просмотров 247 тыс.