ESP32 Web server problem
Posted: Wed Jun 24, 2020 9:01 am
I am new to ESP32 WROOM and trying to play with ESP32 WROOM thus I want to publish a website using ESP32 WROOM. I am using eclipse to develop code (espidf). And i am using examples provided by espidf. I have used MQTT server example, in that code compilation is done successfully and also i have uploaded the code into ESP32 WROOM but the problem is that i am getting the IP address of my own router only instead i want the ip address of ESP32 server where i can access the website. I have also tried an example of the HTTP server but the problem remains same so now i am stuck at this level. so please help me to get out of this, what i want is an example of either HTTP or MQTT server basic example like hello world web page which is hosted by ESP32 WROOM so that i could understand how to publish web page using ESP32 please note that i am using Eclipse IDE to develop codes so the solution should be relevant, Thanks in Advance.