Connect fast and work,
Connect very slow and work
Random very fast hang
Random hang after some time
Ramdom crashes very fast
Random crashes after some time
Random hang after some time, No Crash :
Code: Select all
###########################################################
Launching Wifi Connection
I (169414) wifi: wifi firmware version: 2a22b2d
I (169432) wifi: pp_task_hdl : 3ffce730, prio:23, stack:8192
I (169432) wifi: Init lldesc rx mblock:10
I (169432) wifi: Init lldesc rx ampdu len mblock:7
I (169434) wifi: Init lldesc rx ampdu entry mblock:4
I (169440) wifi: frc2_timer_task_hdl:3ffd4780, prio:22, stack:2048
[0;32mI (169482) phy: phy_version: 325, Feb 15 2017, °LN?˜6:10, 1, 0[0m
I (169483) wifi: mode : sta (24:0a:c4:04:b8:f8)
Event Handler
STA Start
Done Asking for esp_wifi_start and esp_wifi_connect
###########################################################
I (170358) wifi: n:6 0, o:1 0, ap:255 255, sta:6 0, prof:1
I (172348) wifi: state: init -> auth (b0)
I (172350) wifi: state: auth -> assoc (0)
I (173350) wifi: state: assoc -> init (4)
I (173351) wifi: n:6 0, o:6 0, ap:255 255, sta:6 0, prof:1
Event Handler
###########################################################
STA DISCONNECTED Reason : 4
Calling esp_wifi_connect
###########################################################
I (173480) wifi: n:6 0, o:6 0, ap:255 255, sta:6 0, prof:1
I (173481) wifi: state: init -> auth (b0)
I (174481) wifi: state: auth -> init (2)
Event Handler
###########################################################
STA DISCONNECTED Reason : 2
Calling esp_wifi_connect
###########################################################
I (174908) wifi: n:6 0, o:6 0, ap:255 255, sta:6 0, prof:1
I (174909) wifi: state: init -> auth (b0)
ets Jun 8 2016 00:22:57
rst:0x8 (TG1WDT_SYS_RESET),boot:0x17 (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:1
load:0x3fff0008,len:8
load:0x3fff0010,len:2488
load:0x40078000,len:6920
load:0x40080000,len:252
entry 0x40080034
[0;32mI (779) heap_alloc_caps: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (779) heap_alloc_caps: At 3FFC70E8 len 00018F18 (99 KiB): DRAM[0m
[0;32mI (788) heap_alloc_caps: At 3FFE8000 len 00018000 (96 KiB): D/IRAM[0m
[0;32mI (810) heap_alloc_caps: At 4009A7B4 len 0000584C (22 KiB): IRAM[0m
[0;32mI (830) cpu_start: Pro cpu up.[0m
[0;32mI (842) cpu_start: Single core mode[0m
[0;32mI (854) cpu_start: Pro cpu start user code[0m
Code: Select all
Launching Wifi Connection
I (9142) wifi: wifi firmware version: 2a22b2d
I (9160) wifi: pp_task_hdl : 3ffce730, prio:23, stack:8192
I (9160) wifi: Init lldesc rx mblock:10
I (9160) wifi: Init lldesc rx ampdu len mblock:7
I (9162) wifi: Init lldesc rx ampdu entry mblock:4
I (9167) wifi: frc2_timer_task_hdl:3ffd4780, prio:22, stack:2048
[0;32mI (9200) phy: phy_vð
A fatal error occurred: Can not add overlapping region [3ffc8b1c..3ffc8c8f] to ELF file. Conflict with existing [3ffc0510..3ffce77f].
Any ideas what is happening ?
Getting frustrated.