esp32 configuration web page not opening
Posté : jeu. 8 févr. 2024 07:20
Hii, i am uploading the source code version 1.3.0 to esp32 dev kit. i have connected to my device when it was in Ap mode. but when i go to ip 192.168.4.1 no web page opens. i have also use the rescue ssid where esp32 connects to my mobile hotspot. but when i open arpsduino32.local or i go to ip that its showing serial monitor web page is not showing. now after doing all of this i have the done some changes to globle.h file where i have change the DFLT_NW_ssid to my network address and its password also. After reset the device , its connected to my router with its ip address. but when i go to that ip address no web page is opening.
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:2
load:0x3fff0030,len:1184
load:0x40078000,len:13104
load:0x40080400,len:3036
entry 0x400805e4
E (575) esp_core_dump_flash: No core dum�␆␘��ѥѥ�� found!
E (575) esp_core_dump_flash: No core dump partition found!
Version 1.3 (double fianchetto)
E (30) SPIFFS: mount failed, -10025
[ 39][E][SPIFFS.cpp:89] begin(): Mounting SPIFFS failed! Error: -1
SPIFFS error...
nothing detected on i2c port !
DMX address : 1
artnet universe : 0
signal mode : DMX or Artnet IN
[ 169][E][Preferences.cpp:483] getString(): nvs_get_str len fail: NW_ssid NOT_FOUND
SSID : Smartdesgh-2.4G
[ 170][E][Preferences.cpp:483] getString(): nvs_get_str len fail: NW_pass NOT_FOUND
[ 175][E][Preferences.cpp:483] getString(): nvs_get_str len fail: hostname NOT_FOUND
hostname : arpschuino32
Connection ......................................................................
Connection established!
IP address : 192.168.1.7
Server active!
Port A: PWM
14 bits; freq 4882 hz; LED curve;
Port B: PWM
14 bits; freq 4882 hz; LED curve;
Port I2C : 0 device(s):
signal mode: DMX or Artnet in
DMX ready
artnet ready
//
i am getting the above text, i think that spiff file is not mounted is causing web page to not load. is that true. or i can i open that configuration page of arpsduino32
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:2
load:0x3fff0030,len:1184
load:0x40078000,len:13104
load:0x40080400,len:3036
entry 0x400805e4
E (575) esp_core_dump_flash: No core dum�␆␘��ѥѥ�� found!
E (575) esp_core_dump_flash: No core dump partition found!
Version 1.3 (double fianchetto)
E (30) SPIFFS: mount failed, -10025
[ 39][E][SPIFFS.cpp:89] begin(): Mounting SPIFFS failed! Error: -1
SPIFFS error...
nothing detected on i2c port !
DMX address : 1
artnet universe : 0
signal mode : DMX or Artnet IN
[ 169][E][Preferences.cpp:483] getString(): nvs_get_str len fail: NW_ssid NOT_FOUND
SSID : Smartdesgh-2.4G
[ 170][E][Preferences.cpp:483] getString(): nvs_get_str len fail: NW_pass NOT_FOUND
[ 175][E][Preferences.cpp:483] getString(): nvs_get_str len fail: hostname NOT_FOUND
hostname : arpschuino32
Connection ......................................................................
Connection established!
IP address : 192.168.1.7
Server active!
Port A: PWM
14 bits; freq 4882 hz; LED curve;
Port B: PWM
14 bits; freq 4882 hz; LED curve;
Port I2C : 0 device(s):
signal mode: DMX or Artnet in
DMX ready
artnet ready
//
i am getting the above text, i think that spiff file is not mounted is causing web page to not load. is that true. or i can i open that configuration page of arpsduino32