WiFi.begin crashes
Posted: Mon May 08, 2017 3:33 pm
For some reason, if I am running the esp32 with the ardunio core compiled normally this works.
However as a component it just fails - no errors, just straight reboot ?
I (1609) phy: phy_version: 350, Mar 22 2017, 15:02:06, 0, 0
I (1609) wifi: mode : sta (30:ae:a4:02:89:e0) + softAP (30:ae:a4:02:89:e1)
[D][WiFiGeneric.cpp:174] _eventCallback(): Event: 2 - STA_START
[D][WiFiGeneric.cpp:174] _eventCallback(): Event: 12 - AP_START
I (1739) wifi: n:11 2, o:11 0, ap:11 2, sta:11 0, prof:11
[1900] - Wifi connect status : 6
[2400] - Wifi connect status : 6
I (2719) wifi: state: init -> auth (b0)
I (2729) wifi: state: auth -> assoc (0)
I (2739) wifi: state: assoc -> run (10)
[2900] - Wifi connect status : 6
[3400] - Wifi connect status : 6
I (3759) wifi: connected with ASUS, channel 11
ets Jun 8 2016 00:22:57
rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0008,len:8
Any ideas please ?
Thanks
However as a component it just fails - no errors, just straight reboot ?
I (1609) phy: phy_version: 350, Mar 22 2017, 15:02:06, 0, 0
I (1609) wifi: mode : sta (30:ae:a4:02:89:e0) + softAP (30:ae:a4:02:89:e1)
[D][WiFiGeneric.cpp:174] _eventCallback(): Event: 2 - STA_START
[D][WiFiGeneric.cpp:174] _eventCallback(): Event: 12 - AP_START
I (1739) wifi: n:11 2, o:11 0, ap:11 2, sta:11 0, prof:11
[1900] - Wifi connect status : 6
[2400] - Wifi connect status : 6
I (2719) wifi: state: init -> auth (b0)
I (2729) wifi: state: auth -> assoc (0)
I (2739) wifi: state: assoc -> run (10)
[2900] - Wifi connect status : 6
[3400] - Wifi connect status : 6
I (3759) wifi: connected with ASUS, channel 11
ets Jun 8 2016 00:22:57
rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0008,len:8
Any ideas please ?
Thanks