-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32S3 WIFI join AP failure (IDFGH-13577) #14465
Comments
smartconfig can receive configuration information,but join AP always failure
|
@beanjs It seems the ESP32S3 send auth packet, but doesn't receive the auth packet from AP. Is there any special about your AP?Is your AP a router or a hotspot?Can you provide a packet capture using Wireshark? |
请问怎么使用Wireshark进行抓包? |
你发的这个教程连接,感觉里面没什么干货啊。就是简单的软件使用,就我现在的问题也没有具体的抓包方法和查找问题的方法。另外这个问题是出现在谋几个模块上,有的模块又是没有问题的。所以我感觉这个不是路由器的问题吧。 |
Authentication数据包就没有发出,这个是不是说明芯片坏了?但是我刚才测试了芯片的AP模式,这个模式又是工作正常的,就是STA模式在连接AP的时候,没有发送Authentication数据包。不过smartconfig又能接收到手机发出的AP配置信息。 |
@zhangyanjiaoesp 您好,我大概理清楚原因了。会不会是SDK里面对Authentication的发送进行了某种判断,然后因为没有打不到某个条件导致没有发出Authentication数据包,从而导致了 |
|
都不成功呢,每次都是因为
|
|
这个抓包是能抓到Authentication数据包的,发出来的这个是有问题那个模块的抓包文件。另外正常的模块是可以抓到Authentication包的,验证过程和你发给我那个图片的差不多。我就没有发了,我现在另外给你抓个正常模块的包。 |
你用 release/v5.3 的分支测试一下? |
也还是一样的,我拉取的是最新的代码,也就是合并5.3.1的。
|
这个抓包是有问题的还是没问题的? STA 的MAC 地址是多少?我过滤抓包看一下 |
5.3分支和 master 分支还是有区别的,如果 5.3 也连不上,可能和分支没什么关系。 |
@beanjs 失败的设备的 MAC 地址是多少?要查看一下其他包,看是不是有其他包影响了。 |
@zhangyanjiaoesp 失败设备的MAC是ec:da:3b:5b:71:20。现在我们是单独弄了个无线路由器来测试的,这个路由器只无线设备只连接了手机和ESP32S3模块,手机是用来使用airkiss进行配网的。 |
STA和AP的时候使用的不是相同的TX和RX模块么?现在这个模块的AP模式是正常的。另外就是如果TX模块不正常的话smartconfig应该是不能正确接收配网信息的吧? |
smartconfig 是通过sniffer 模式接收配网信息的, 收包的时候不需要 TX |
AP 模式的时候能正常接收外面 STA 的连接?那你把设备设置成 STA+softAP 模式,再连接路由器试试? |
@beanjs 有什么进展吗? |
@zhangyanjiaoesp 还是一样的问题,我现在是越来越蒙了。蓝牙是正常的,softAP是正常的,就STA不正常,我也是醉了。 |
@beanjs 这样试过吗? |
@zhangyanjiaoesp 试过来的,这个模式下面STA还是有问题,但是softAP没有问题,我现在真的懵逼了。 |
作为softAP被其他设备成功连接的 log 能上传一下吗?sdkconfig 能上传一下吗? |
@zhangyanjiaoesp 可以,我先把手上的事情弄一下,这几天都在研究这个事情,项目进度都慢下来了。弄完就抓日志给你。 |
好的,建议切换信道测试一下,连接其他信道的AP 测试一下。 |
@zhangyanjiaoesp 你看看会不会是这个引起的,我把射频功率调整到+21db以后就容易出现这个问题。恢复到+9db以后,发生这个问题的几率就变小了。另外在+21db的程序运行以后在切换成+9db的时候,问题依旧。 |
@beanjs 你的意思是调用 |
@beanjs |
@AxelLin Already switched to esp32c3 chip |
@beanjs Can we close this issue? |
Answers checklist.
IDF version.
v5.4-dev-2596-g6e5414b6c4
Espressif SoC revision.
ESP32S3
Operating System used.
macOS
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
CMD
Development Kit.
ESP32S3-WROOM-1
Power Supply used.
USB
What is the expected behavior?
Join AP should work.
What is the actual behavior?
Failed to join the AP. The log indicates that the verification timed out.
Steps to reproduce.
using wifi/getting_started example
Uploading sdkconfig.zip…
Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: