016 - ESP32 MicroPython: Web Server | ESP32 Access Point Mode in MicroPython

preview_player
Показать описание
In previous video, we learned to create a web server on ESP32 acting as a wifi station mode. Now in this video, we will learn another wifi mode which is an Access Point mode.

In Access Point mode, you dont need a router. ESP32 will act as the Access Point providing the IP adress to a connecting device.

We will create the same web server but this time, we will connect directly to ESP32 and no need for a wifi router in between.

For more details, visit my blog post at:

MicroPython Tutorial: Web Server in Stattion Mode ESP32:

MicroPython Tutorial #011: DHT sensor:

ESP32 Web Server Station Mode in Arduino:

ESP32 Web Server Access Point Mode in Arduino:

Please do Like, Comment, Share, and Subscribe.

Thank you.

Cheers,
#TechToTinker
#MicroPython
#ESP32
Рекомендации по теме
Комментарии
Автор

Very well done tutorial. Appreciate the line by line explanation, clear & concise.

jimcraig
Автор

Your videos are really awesome. I wish more hobbyists start watching them and make your channel more popular

frustratedalien
Автор

Sir if i don't want to enter ip address in my browser when i open browser it's automatically open this wab page how to do

abhishekkharge
Автор

im getting this errors
raceback (most recent call last):
File "<stdin>", line 41
IndentationError: unindent doesn't match any outer indent level

terlumunjoseph
Автор

Hi, I loved the tutorial, but I'm getting error when trying the second example. I am using the DHT11 sensor. Whenever I delete it and all the parts related to it in the code it runs... Could you give me some hints? Thanks so much

programcoffee
Автор

Sir keep them coming.. i will share your playlist everywhere.. its really great..

MightyTechGuy
Автор

It does not ask for password, and on mobile clearly shows as open network

ahlidap
Автор

Hello, i am happy to find your videos about micropython.
I have one question, until start the Socket the application waiting for connection s.accept() and You can't do anything else in this state.
Is it possible to interrupt s.accept () if necessary?

I
Alternativ it is possible to work with pin or timer interrupts but I am urgently looking for another possibility.

Do you have any experiences?

I tried out to work with socket.close() function but it generates an OSError: [Errno 9] EBADF.

Please for some help.

THank you

matthiasandreas
join shbcf.ru