ESP32-ESP8266-File-Download-Upload-Delete-Stream-and-Directory
ESP32-ESP8266-File-Download-Upload-Delete-Stream-and-Directory copied to clipboard
web page not opening
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
Did you connect the phone to the esp32 crested network.
same issue, after providing ssid and password to network.h, unable to access http://192.168.0.150/
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.
appreciate the reply, got it working by changing wifi initialization code.