i dont know how to thank you man ....your video has been soo helpfull and i also learned so many new things ....thank you sooo much
@DIYTechRush10 ай бұрын
Glad I could help!
@bennguyen1313 Жыл бұрын
Would love to see a tutorial on installing a webserver to the ESP32 such that it shows data collected from either its UART or BLUETOOTH interface. Especially using VS Code and the ESP-PROG (jtag) programmer!
@markwhitaker7887 Жыл бұрын
Very straight forward and worked with no issues.
@buffplums10 ай бұрын
This is such a great series, I’m extremely grateful to you for sharing all of your knowledge
@DIYTechRush10 ай бұрын
Glad you enjoy it!
@buffplums10 ай бұрын
@@DIYTechRush Indeed, I have just finished this experiment and I am very impressed. Thank you once again.
@adrianvivas49533 ай бұрын
I'm from Argentina! what a great job you do! I'm so greatful for all the value I get in your channel! keep it up to 1000000 and beyond!
@DIYTechRush3 ай бұрын
Thank you!
@kpieceemmry3387 Жыл бұрын
My esp didn’t show on my Wi-Fi at all I have tried it with the three of my Esp32 after pressing the reset button it didn’t generate any IP address neither is it in coverage
@tarasdyriv138020 күн бұрын
Sir, all the time the same problem - "website not reachble", could you please help?
@mycameras68142 ай бұрын
If i understand correctly this “remote” control works ONLY for local devices on the same local network. It would be useful to show how this project can be extended to proper remote control from a true remote location. This would require that the remote browser can access the ESP which sits on your local network. Hence some method like port forwarding to get through your firewall without major compromise of home network security. Also need a method to cope with changes to your dynamic IP address (of your home) such as using the free NO-IP service hence a DNS domain name used by remote browser instead of 4 digit IP.
@@DIYTechRush That's an interesting solution. Thank you. Sorry I had missed it.
@nevermind-wp3bf2 ай бұрын
For port forwarding you need to setup your router for that. Plus, if you want to build a web browser to control your devices, under any circumstances you are not adviced to use a vulnerable protocol like http and if you want to use the secure https protocol, you can't do that on your esp32 and you will need admin access to a https web server (you can do that with your public ip in linux, but you still need a web server for that and in the long run a home web server is not cheap for the power grid bills) which is posible, but that is not the point of this video.
@luvchugh6166 ай бұрын
Can u explain the difference between wifi access point and wifi server
@davidstansbie268010 ай бұрын
Brilliant! - managed to get the Station Mode version working but now the Access Mode won't accept the ESP-Password? any suggestions? I have check the upper and lower case characters and the ESP32 Dev Mode has an IP address. Any help would be appreciated from anyone.
@davidstansbie268010 ай бұрын
Solved my own problem ... the ESP32-Network didn't like the '-' in the password - So ESP32Password worked perfectly.
@guillermoamodeo9170 Жыл бұрын
Excellent !! Very clear !! Thank you
@DIYTechRush Жыл бұрын
Glad it was helpful!
@Lupin35233 ай бұрын
how to connect or control relay module with it?
@cihanyldrm1339 Жыл бұрын
çok teşekkür ederim, onlarca video ya baktım ama en açıklayıcı video bu olmuş, elinize sağlık
@bkcganeshblogs9 ай бұрын
Sir everything is fine.But I am unable to control the server from my mobile hotspot.Can I control the server from anywhere with the IP address
@augestx38867 ай бұрын
which libraries do i have to install previously
@gamedevker2 ай бұрын
I can connect to my ESP32 Wrover's Network BUT the webpage just doesnt load
@osamaalrawi845329 күн бұрын
thanks for your video, but its better not to use the Pins 16 & 17 as they are used for Rx & Tx
@Visualizer831Ай бұрын
Sir , ur videos are very well made and explained. Could u please help, how do I run this code in thonny IDE could u please provide me the python code please.
@Akash_24675 Жыл бұрын
Can we connect Microphone and relay module with Esp32 ? If yes, then how can ? Please give suggestions
@About_world7Ай бұрын
How to do connection in new esp32
@mateiselescu91684 ай бұрын
Most indians are explining very bad or even don't explain. You are a special one. I learned so much arduino and esp32 from you. You should keep this chanell alive!
@Krazy04 ай бұрын
He's Tunisian :)
@DIYTechRush4 ай бұрын
So nice of you
@mauriciodelabarrera6444 Жыл бұрын
the sketch uploaded fine; then I went to the serial monitor for I.P.; it gave me the IP address with does not connect
@HumaDevi-ys4sn3 ай бұрын
Did you connected to the wifi
@HelloMedicAnkit2 ай бұрын
IS IT POSSIBLE IF I WANT TO DESIGN THE WEB PAGE AS PER MY WISH ON THE HTML SECTION OF THE IDE BEFORE UPLOADING THE CODE?
@DIYTechRush2 ай бұрын
Yeah 👍
@bkcganeshblogs9 ай бұрын
Sir can I add 2 more led buttons in the server.Can I control a 4 channel relay with one esp32.pl help sir.Thank you for your valuable videos and your zest to create awesome ideas for people like me.
@DIYTechRush9 ай бұрын
Yes, of course
@malcolmhollett8638 Жыл бұрын
Hi, I can't seem to get the LEDs to light up. I'm using a 30-pin ESP-WROOM-32 (which has a slightly different pin out). The ESP32 is registering that I'm connecting to the webpages when I do so from my phone, but the LEDs don't light up... I've tried different resistors, wires, LEDs and rails on the breadboard, so I'm fairly certain the problem is software... do you know what I should do?
@Kha_57 Жыл бұрын
You need to change the number of the GPIO in codes to your version
@devFigs Жыл бұрын
can a setup a web server in order to anyone request it, not only the clients connected to the same network ESP32 is ? if its possible, what should i do?
@kertjans8794 Жыл бұрын
Is there any way to make the display of the ESP32's webpage automatic, immediately after joining it's network? Putting it another way... can the steps of manually getting the IP address and manually opening a new browser window be automated. I want to just join the ESP32's network and jump to its web page.
@DIYTechRush Жыл бұрын
The answer is here kzbin.info/www/bejne/apPThmWMZdCgqZo
@MrBobWareham Жыл бұрын
This looks nice, but I want to control more than one 220v relay, so can I use 4 esp32 with one relay on each?, thanks
@DIYTechRush Жыл бұрын
Yes, you can, but you could connect more than one relay to the same esp32 board.
@fiddlinluke8 ай бұрын
Ok, I'm using the ESP32 as an access point. This works fine for me when I use a desktop browser to access the page, but I just get a timeout error when I try to access it through a mobile browser as shown in this video. I really need the mobile option to work for my application... any ideas why it might not be working? I didn't modify anything in the index.html file.
@pradyutsaha90948 ай бұрын
Followed all instructions. But browser does not connect to ESP network. Please help.
@DIYTechRush8 ай бұрын
Allow "nearby devices" permission from the app sttings
@0124akash Жыл бұрын
ESP32 web server means local area network hota hai ?
@DAJUMEL2310 ай бұрын
excelente funciona corretamente !!!! obrigado pelo seu conhecimento e demonstração do mesmo!!
Thank you so much! I would like to contact you to find out how you make and edit those nice videos. I would like to shoot something similar in Portuguese for Brazil.
@eslamelsayedmohamedmohamed1601 Жыл бұрын
Can i put my wifi name and password in my home because if i do this in video the internet will be disconnect, and i want to make Browser connect to internet because the html control page will be a part of my website that Depends on internet please Answer me because I need it for my graduation project. Thank you ❤
@khaithanh1903 Жыл бұрын
Hi! I'm facing the same problem as you, have you solved it, and how? Thanks you.
@wanjarishashikant647911 ай бұрын
Sir Can we change the sssid and password in it.
@DIYTechRush11 ай бұрын
Definitely
@wanjarishashikant647911 ай бұрын
@@DIYTechRushsir can you guide us please
@seshafarmspalmarosa1267 Жыл бұрын
Is this project work without internet
@DIYTechRush Жыл бұрын
yeah we just need Local wifi communication
@PabloVivCo11 ай бұрын
Thanks it heloed me a lot
@accordionist4351 Жыл бұрын
Thank you very much for your video. I'm very glad to watched it. I would like to see a video about connection SD card to ESP32. I will be very grateful to you for this .❤
@DIYTechRush Жыл бұрын
Great suggestion!
@accordionist4351 Жыл бұрын
@@DIYTechRush I will look forward to it
@scoopiezz8 ай бұрын
is this your code? the same code was shown with same output on an older more popular video.
@DIYTechRush8 ай бұрын
I have used the example sketch that comes with the ESP32 package and a little bit of html to create the project
@scoopiezz8 ай бұрын
@@DIYTechRush ???????
@Crfitness777 Жыл бұрын
Hi, i have watched over 50+ videos for esp32 but i am building a project using web server for esp32 to control DC motors and servos parallelly can you help me in coding part ?😢
@JeanCantalini Жыл бұрын
How do I get com port for ESP32 espressif for windows 11? I tried CP210X universal Windows Driver V11.3.0 6/24/2023 I use Arduino IDE 2.2.1 with 115200 baud, but it didn’t work. The following works fine, Arduino UNO, UNO R4 WiFi and UNO R2 WiFi Please help.
@PhG1961 Жыл бұрын
Excellent!
@DIYTechRush Жыл бұрын
Thanks 😊
@victormwangi8298 ай бұрын
Your connection is not okay
@skbhati1997 ай бұрын
Kya hui😮
@jethyagada99212 ай бұрын
He's knowledge is also not okay Caption says for beginners and it doesn't seem like that
@menalkour96842 жыл бұрын
Can u plz tell me where to put html code?
@DIYTechRush2 жыл бұрын
kzbin.info/www/bejne/lXjSmaKvnN52hA It is much cleaner! github.com/Enjoy-Mechatronics/ESP32-DHT-Webserver/blob/main/ESP32-DHT-Webserver.ino