[Resolved]station连接加密的AP或者路由器时,连接不上,系统返回STATION_CONNECT_FAIL
-
- Posts: 17
- Joined: Tue Mar 24, 2015 1:46 pm
[Resolved]station连接加密的AP或者路由器时,连接不上,系统返回STATION_CONNECT_FAIL
Postby superhamstar » Thu Jul 30, 2015 3:59 pm
请回复我好吗,不要不理我,我是一个新手。
Re: station连接加密的AP或者路由器时,连接不上,系统返回STATION_CONNECT_FAIL
Postby ESP_Faye » Fri Jul 31, 2015 11:03 am
连接路由可以参考 demo http://bbs.espressif.com/viewtopic.php?f=31&t=228
如果您的问题仍然没有解决,麻烦提供您的测试代码,我们将协助您进行调试查证。
感谢您对 ESP8266 的关注!
-
- Posts: 17
- Joined: Tue Mar 24, 2015 1:46 pm
Re: station连接加密的AP或者路由器时,连接不上,系统返回STATION_CONNECT_FAIL
Postby superhamstar » Fri Jul 31, 2015 1:55 pm
能给你的邮箱吗?
-
- Posts: 17
- Joined: Tue Mar 24, 2015 1:46 pm
Re: station连接加密的AP或者路由器时,连接不上,系统返回STATION_CONNECT_FAIL
Postby superhamstar » Sun Aug 02, 2015 12:48 am
- Attachments
-
- esp_sdk_v1.2.zip
- (7.65 MiB) Downloaded 830 times
Re: station连接加密的AP或者路由器时,连接不上,系统返回STATION_CONNECT_FAIL
Postby ESP_Faye » Mon Aug 10, 2015 10:27 am
您提供的应用程序有以下三点请修正:
1.请勿不停调用 wifi_station_scan,扫描时是不停切换的信道扫描附近 AP,会导致无法稳定连接在某固定信道的 AP 上。
2.请勿在 timer callback (由 os_timer_setfn 注册) 里使用 os_delay_us 或 while 或 for 循环,长时间占用 CPU,如需调用,请勿占用 CPU 超过 10ms。
3.system_rtc_cali_proc();
这个函数返回的是 片上 Slow-clock 时钟的校准值,不需要 反复调用。因为短时间内 片上 Slow-clock 时钟是稳定的,仅随环境温度或电源电压变化 。
建议每分钟调用 一次即可。
请使用最新发布的 sdk_v1.3.0,我们有针对您的问题进行改善。
感谢您的积极反馈,我们会将如上注意事项补充到文档中。
再次感谢您对 ESP8266 的关注!
-
- Posts: 17
- Joined: Tue Mar 24, 2015 1:46 pm
Re: station连接加密的AP或者路由器时,连接不上,系统返回STATION_CONNECT_FAIL
Postby superhamstar » Tue Aug 11, 2015 9:36 am
Re: station连接加密的AP或者路由器时,连接不上,系统返回STATION_CONNECT_FAIL
Postby ESP_Faye » Wed Aug 12, 2015 1:56 pm
附件为我们测试的完整工程,应用程序是您之前提供的 app,测试可以正常连接加密路由。
您测试如果还是有问题,麻烦提供您的测试 log 和完整的测试工程。
是否是某个特殊路由器无法连接?
- Attachments
-
- esp_iot_sdk_v1.3.0.zip
- (3.42 MiB) Downloaded 730 times
-
- Posts: 17
- Joined: Tue Mar 24, 2015 1:46 pm
Re: station连接加密的AP或者路由器时,连接不上,系统返回STATION_CONNECT_FAIL
Postby superhamstar » Thu Aug 13, 2015 2:35 pm
系统输出信息:
STATION_CONNECTING
reconnect
scandone
f 0, scandone
reconnect
f -240, scandone
reconnect
f 0, scandone
reconnect
f 0,
STATION_CONNECT_FAIL
会不会时芯片坏了
- Attachments
-
- esp_sdk_v1.3.zip
- (4.88 MiB) Downloaded 2485 times
Who is online
Users browsing this forum: No registered users and 4 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.