Thankyou very much! I, it seems, did according to your project about 5 years ago and now i found it again, but already on a new controller and it already works!
Hi there, loved your educational series. I have a question for you. What is the best solution for communicating with 60 different identities Esp32 via Wi-Fi ?
How difficult would it be to port to use the EspressIF environment (Eclipse+IDF Plugin) ? I have an ESP32-C3 board, and installed the Espressif Framework.. not sure how easy Arduino is.. but after much trial and error I am single stepping thru a hello world project working in IDF! Now, I'd like to setup the ESP32 as both a webserver (station mode) and Access Point mode (hotspot), such that the ESP32 data broadcasts its data using WebSockets to any connected clients/browsers.. although , I understand AJAX is also popular (javascript can use XMLHttpRequest to fetch /data every second and update a portion of the page (R"rawliteral).
I DID THE SAME PROCESS BUT WIFI NAME IS NOT CHANGING AND WHEN IAM WRITING A SSID IN BROWSER IT DOWNLOAD SOME UNKOWN FILE WHAT IS THE PROBLEM I CHECK THE CODE 3 TIMES
Hello im new to this, i see that you are not using AsyncWebServer and SPIFFS, may i ask what's the difference and which one should i use (your video or these 2)? because my teacher told me to use AsyncWebServer and SPIFFS. but from your video i can't seem to see the difference in function of using your method and my teacher's method, it seems to have the same output
I need some help. The server can be accessed by clients on the local area network, but how can I deploy it to be accessed by my devices anywhere on earth through the internet? is there restrictions on the ESP to achieve this?
Hi Joed, Excellent tutorial and extremely satisfied with your channel. However I have uploaded the code and the serial monitor states that http started. However the website 192.168.1.1 was being used by my router. I change to 192.168.1.2 no success also tried 192.168.1.3, 192.168.2.1 and last 192.168.1.121 no success on all of them. Can you please give me an answer what address I will use. I also copied the address to the subnet to all of the addresses. Thanks
Yes, they all will have different IP addresses and you can each device's webpage by inputting that IP address. One issue you will encounter is that you will not know which IP addess is which device. You solve it by having your WiFi router to "Bind" each device to a separate IP address. That way each device will get same IP whenever they connect to the wifi.
Hello can you do a tutorial about integrating DF Robot Gravity Analog pH Level sensor and DF Robot Gravity analog EC meter into ESP32-WROOM-32 IoT Development Board to Arduino IoT Cloud?
Wow this is really damn well explained, thank you very much. This is perfect for my model building. I have a question can you also store a picture, because as far as I know the esp32 can not do that, but maybe I'm wrong.
Great presentations and courses. Thank you for your help through these examples.
Every single one of your videos is amazing. Great content, perfect presentation. Easy to understand. Thank you for sharing your knowledge.
Thank you! Appreciate your comment 😊
Thanks for this video you have no idea how much you have helped me, just thanks.
Glad to be of help 🙂
Thankyou very much! I, it seems, did according to your project about 5 years ago and now i found it again, but already on a new controller and it already works!
Excellent explanation, Joed!
Thanks for watching! 🙂
You are just genius bro.
God bless you and always stay happy and healthy.
Thank you. I appreciate your comment 🙂
Excellent. Helped me a lot. Thanks
Great to hear! 😊
Iba ka talaga sir Goh! Nakakamiss maging studyante nyo. Marami akong natutunan sa inyo 😁
Maraming Salamat! 😁
Thank you for your videos, They really help me a lot.
Wlecome and thanks!
Excellent video and demonstration
Thanks!
Salamat sir. Very clear and easy to understand. I learned a lot!
Great Session!
Exactly what I was looking for, Thank you!
Welcome
Hi there, loved your educational series. I have a question for you. What is the best solution for communicating with 60 different identities Esp32 via Wi-Fi ?
You never disappoint me
Thank you!
Galing Bro!
Salamat!! 😊
How difficult would it be to port to use the EspressIF environment (Eclipse+IDF Plugin) ?
I have an ESP32-C3 board, and installed the Espressif Framework.. not sure how easy Arduino is.. but after much trial and error I am single stepping thru a hello world project working in IDF!
Now, I'd like to setup the ESP32 as both a webserver (station mode) and Access Point mode (hotspot), such that the ESP32 data broadcasts its data using WebSockets to any connected clients/browsers.. although , I understand AJAX is also popular (javascript can use XMLHttpRequest to fetch /data every second and update a portion of the page (R"rawliteral).
Hello, when you give the web page more style, there's a line of code that cuts out, could you provide the rest of that code please?
Ok. Email me pls.
joedgoh@gmail.com
Good job, thanks. Is the code available. That would help me a lot.
Hi Joed, thx for the great video. Question, do you know what is the range when using WebServer SAP? Thx!
Thanks. It depends on the model and antenna, and other factors like walls or open area. Typically 50 meters up to 200m
@@joedgohWhat about as an Access Point? 6 to 10 meters? It's possible I get the terminology wrong 😅
I DID THE SAME PROCESS BUT WIFI NAME IS NOT CHANGING AND WHEN IAM WRITING A SSID IN BROWSER IT DOWNLOAD SOME UNKOWN FILE WHAT IS THE PROBLEM I CHECK THE CODE 3 TIMES
Hello im new to this, i see that you are not using AsyncWebServer and SPIFFS, may i ask what's the difference and which one should i use (your video or these 2)?
because my teacher told me to use AsyncWebServer and SPIFFS. but from your video i can't seem to see the difference in function of using your method and my teacher's method, it seems to have the same output
Thank you
hi Joed. thanks for the great video. How can I get a copy of your codes? Thanks
Great Job
Totally new to ESP32 how easy would this be to use toggle buttons instead of standard button?
I need some help. The server can be accessed by clients on the local area network, but how can I deploy it to be accessed by my devices anywhere on earth through the internet? is there restrictions on the ESP to achieve this?
the remaining lessons will answer your question.
WiFiClient client = server.available() returns 0 and the code does not enter the following if(client) function. Pl help
Hi Joed,
Excellent tutorial and extremely satisfied with your channel. However I have uploaded the code and the serial monitor states that http started. However the website 192.168.1.1 was being used by my router. I change to 192.168.1.2 no success also tried 192.168.1.3, 192.168.2.1 and last 192.168.1.121 no success on all of them. Can you please give me an answer what address I will use. I also copied the address to the subnet to all of the addresses.
Thanks
Android connects to wifi network with "Keep connection". But iPhone does not connect?
hello, can i please get the code for the challenge? I just want to do some modifications of my own :)
E (218950) gpio: gpio_set_level(226): GPIO output gpio_num error, what does that mean sir?
Hi, is it possible if in 1 wifi network I want control or remote 3 Unit ESP32 using web server?
Yes, they all will have different IP addresses and you can each device's webpage by inputting that IP address. One issue you will encounter is that you will not know which IP addess is which device. You solve it by having your WiFi router to "Bind" each device to a separate IP address. That way each device will get same IP whenever they connect to the wifi.
Hello can you do a tutorial about integrating DF Robot Gravity Analog pH Level sensor and DF Robot Gravity analog EC meter into ESP32-WROOM-32 IoT Development Board to Arduino IoT Cloud?
this ip can be static ip
hi sir i did nothing wrong but its giving me that the handle_ONConnect' was not declared in this scope
the error is in the beginning
Pls check for case sensitive declaration of your function or possibly wrong spelling.
Sir how to get this video code please tell me sir.
Pls email me. Thanks
Hi. Joed, Do you have a website where I can get a copy of your video codes
Hi, pls send me an email request for the source code that you want. joedgoh@gmail.com
Thanks
@@joedgoh Hello, can i also ask for all the source codes from the Internet of Things playlist you have? I've sent you an email.
Hi sir, ask ko lang kung meron ka po bang uploaded video na timer switch for light.
Wala pa po. Can you give the expected behavior nung "timer switch for light" na hinahanap mo?
@@joedgoh i mean switch timer po sya for arduino
Wow this is really damn well explained, thank you very much. This is perfect for my model building. I have a question can you also store a picture, because as far as I know the esp32 can not do that, but maybe I'm wrong.
Yes you can store images to the flash file system. You can search on SPIFFS and AsyncWebServer. Thanks!
Hi there, could you share your code, thanks
This project internet based or local area network based sir ?
Local
@@joedgoh how to make internet based with just esp8266 01, not esp32 or nodemcu?
Where the code link. Its bad expernce
Share you code
Wait. I will get you a spoon
hi sir please upload video on microphone max4466
Thanks for the suggestion