ESP8266 Developer Zone The Official ESP8266 Forum 2015-02-15T16:02:53+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=194 2015-02-15T16:02:53+08:00 2015-02-15T16:02:53+08:00 https://bbs.espressif.com:443/viewtopic.php?t=194&p=736#p736 <![CDATA[Re: wdt reset when connect the router which not broadcast ss]]>
Please try it with our latest SDK http://bbs.espressif.com/viewtopic.php?f=7&t=205

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Sun Feb 15, 2015 4:02 pm


]]>
2015-02-13T14:10:58+08:00 2015-02-13T14:10:58+08:00 https://bbs.espressif.com:443/viewtopic.php?t=194&p=711#p711 <![CDATA[Re: wdt reset when connect the router which not broadcast ss]]>
Thanks for the bug reporting !

We will solve it ASAP .

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Fri Feb 13, 2015 2:10 pm


]]>
2015-02-12T15:23:41+08:00 2015-02-12T15:23:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=194&p=700#p700 <![CDATA[Re: wdt reset when connect the router which not broadcast ss]]>
OK, I found the problem is that before connect
I call wifi_station_scan with cfg show_hidden = 1 to scan ssid.
when I set show_hidden = 0 erverthing is ok.

this is my test code you can have a try.

tks.
user_main.c.zip

Statistics: Posted by xyuz — Thu Feb 12, 2015 3:23 pm


]]>
2015-02-12T11:47:32+08:00 2015-02-12T11:47:32+08:00 https://bbs.espressif.com:443/viewtopic.php?t=194&p=698#p698 <![CDATA[Re: wdt reset when connect the router which not broadcast ss]]>
Thanks for your interest in ESP8266 !

Sorry that I can't replicate your problem, my test code is as the attachment..

Could you offer us more information to debug ? Does this problem only replicate on specific router ?
user_main.zip

Statistics: Posted by ESP_Faye — Thu Feb 12, 2015 11:47 am


]]>
2015-02-11T21:18:56+08:00 2015-02-11T21:18:56+08:00 https://bbs.espressif.com:443/viewtopic.php?t=194&p=690#p690 <![CDATA[wdt reset when connect the router which not broadcast ssid]]>
my program is base on sdk 0.9.5.

this is the log:
WifiJoinAp[136]:ssid:MERCURY_2.4G_8ACF auth:4 passwd:a12345678
scandone
add 0
aid 1
pm open phy_2,type:2 0 0
cnt
beacon timeout
rm mismatch
pm open phy_2,type:2 7 0
pm.c 810

ets Jan 8 2013,rst cause:4, boot mode:(3,7)

wdt reset


this is the code:
wifi_station_disconnect();
ETS_UART_INTR_DISABLE();
if(!wifi_station_set_config(&staConfig))
{
SysLog("wifi_station_set_config fail.");
ETS_UART_INTR_ENABLE();
return 0;
}
ETS_UART_INTR_ENABLE();
if(!wifi_station_connect())
{
SysLog("wifi_station_connect fail");
return 0;
}

Statistics: Posted by xyuz — Wed Feb 11, 2015 9:18 pm


]]>