ESP32-ESP8266-File-Download-Upload-Delete-Stream-and-Directory icon indicating copy to clipboard operation
ESP32-ESP8266-File-Download-Upload-Delete-Stream-and-Directory copied to clipboard

web page not opening

Open ram-123455 opened this issue 1 year ago • 4 comments

I am not able to open the web page on http://192.168.0.150 Using just Wifi of my phone.

As I am getting this on serial monitor: rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0018,len:4 load:0x3fff001c,len:1216 ho 0 tail 12 room 4 load:0x40078000,len:10944 load:0x40080400,len:6388 entry 0x400806b4 Connecting ...

Connected to Galaxyy Use IP address: 192.168.0.150 19 Initializing SD card...Card initialised... file access enabled... HTTP server started

ram-123455 avatar Jun 01 '23 12:06 ram-123455

Did you connect the phone to the esp32 crested network.

G6EJD avatar Jun 01 '23 20:06 G6EJD

same issue, after providing ssid and password to network.h, unable to access http://192.168.0.150/

ehraz786 avatar Feb 05 '24 13:02 ehraz786

That’s something wrong with your router not accepting a connection request or there’s already a device at 150, try another address, or your ESP32 is faulty.

G6EJD avatar Feb 05 '24 14:02 G6EJD

appreciate the reply, got it working by changing wifi initialization code.

ehraz786 avatar Feb 05 '24 16:02 ehraz786