In my project I am integrating mesh feature to existing firmware based on ESP-WROOM-2 module. I use the code from the Git repository (https://github.com/espressif/ESP8266_MESH_DEMO) for mesh feature. I think one of the latest commits has introduced a problem. Station mode connection doesn't work anymore. I get output as follows and it keeps going on but the module never gets IP from the AP. Note that I tried by compiling and testing just the code in the repository as well and it showed same result. Even if I don't enable mesh, still simple station connection doesn't work. I'm guessing one of the updated libraries with *.a file is causing this.
Has anyone else faced this issue? Any help is highly appreciated.
Code: Select all
mesh version: v1.3.3
mode : sta(5c:cf:7f:c6:d0:a6) + softAP(5e:cf:7f:c6:d0:a6)
add if0
add if1
dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)
bcn 100
scan-ch:0
scandone
scan-ch:0
scandone
sssid:LisIsh, ssid:LisIsh, set:0, sbssi:00:00:00:00:00:00 bssid:08:95:2a:0d:d5:4blast:1
espconn_mesh_scan_done connect LisIsh
scandone
state: 0 -> 2 (b0)
state: 2 -> 0 (2)
scandone
state: 0 -> 2 (b0)
state: 2 -> 0 (2)
scandone
state: 0 -> 2 (b0)
state: 2 -> 0 (2)
scandone
state: 0 -> 2 (b0)
state: 2 -> 0 (2)
scandone
state: 0 -> 2 (b0)
state: 2 -> 0 (2)
scandone
state: 0 -> 2 (b0)
state: 2 -> 0 (2)
scandone
state: 0 -> 2 (b0)
state: 2 -> 3 (0)
state: 3 -> 0 (4)
scandone
state: 0 -> 2 (b0)
state: 2 -> 0 (0)
scan-ch:1
scandone
scan-ch:1
scandone
scandone
state: 0 -> 2 (b0)
state: 2 -> 0 (2)
scandone
state: 0 -> 2 (b0)
state: 2 -> 3 (0)
state: 3 -> 0 (4)
scandone
state: 0 -> 2 (b0)
state: 2 -> 0 (2)
scandone
state: 0 -> 2 (b0)
state: 2 -> 0 (0)
scan-ch:1
scandone
scandone
state: 0 -> 2 (b0)
state: 2 -> 3 (0)
state: 3 -> 5 (10)
add 0
aid 3
cnt
connected with LisIsh, channel 1
dhcp client start...
Cheers.