Open williamleeag opened 1 month ago
@williamleeag Can we have a sniffer capture during the connection to analyze further.
@williamleeag Can we have a sniffer capture during the connection to analyze further.
I found that when I chose the 5Ghz wifi and then click start connect to that wifi, there was even no packet sent from esp, only when connecting to a 2.4Ghz wifi, there were packets sent, I am not that familiar with this kind of tools, can you tell me how to set the filter to obtain all possible packets sent from esp? 70 13.311667 Espressif_f9:67:74 Broadcast ARP 42 Who has 10.0.0.155? (ARP Probe) 74 13.824215 Espressif_f9:67:74 Broadcast ARP 42 Who has 10.0.0.155? (ARP Probe) 77 14.030204 Espressif_f9:67:74 Broadcast ARP 42 Who has 10.0.0.155? (ARP Probe) 89 15.053146 Espressif_f9:67:74 Broadcast ARP 42 ARP Announcement for 10.0.0.155 110 15.975769 Espressif_f9:67:74 Broadcast ARP 42 ARP Announcement for 10.0.0.155 125 16.998580 Espressif_f9:67:74 Broadcast ARP 42 ARP Announcement for 10.0.0.155 444 58.060287 Espressif_f9:67:74 Broadcast ARP 42 ARP Announcement for 10.0.0.155 471 64.102164 Espressif_f9:67:74 Broadcast ARP 42 Who has 10.0.0.155? (ARP Probe) 474 64.511442 Espressif_f9:67:74 Broadcast ARP 42 Who has 10.0.0.155? (ARP Probe) 478 65.024644 Espressif_f9:67:74 Broadcast ARP 42 Who has 10.0.0.155? (ARP Probe) 484 66.048910 Espressif_f9:67:74 Broadcast ARP 42 ARP Announcement for 10.0.0.155 494 66.968852 Espressif_f9:67:74 Broadcast ARP 42 ARP Announcement for 10.0.0.155 503 67.992921 Espressif_f9:67:74 Broadcast ARP 42 ARP Announcement for 10.0.0.155 1032 118.065288 Espressif_f9:67:74 Broadcast ARP 42 ARP Announcement for 10.0.0.155
@williamleeag On the linux laptop with wireshark installed. pls follow these steps to get the capture.
1.Ifconfig
@williamleeag On the linux laptop with wireshark installed. pls follow these steps to get the capture. 1.Ifconfig down 2.Iwconfig mode monitor 3. Ifconfig up 4. killall wpa_supplicant 5. Iwconfig channel , From the logs,it looks like it is in channel 48 6. wireshark
Hi, I am using the windows version Wireshark and I thought that the mac of the same esp board should be the same? eth.src == 60:55:f9:f9:67:74,I set this filter and there is no packet captured during connecting to 5Ghz WIFI and can capture packet only when connecting to a 2.4Ghz WIFI.
If this issue cannot be reproduced on your computer? Thanks.
Hi @williamleeag , we can reproduce this issue on our side. There are some issues if running Wi-Fi + BT / sleep with ESP32C5 ECO0 chips on Wi-Fi low channels. Everything shall be OK if you configure AP to 5G channel 149. Sorry for that, please try 5G high channels at first.
Hi @williamleeag , we can reproduce this issue on our side. There are some issues if running Wi-Fi + BT / sleep with ESP32C5 ECO0 chips on Wi-Fi low channels. Everything shall be OK if you configure AP to 5G channel 149. Sorry for that, please try 5G high channels at first.
Thanks. May I ask if it will be solved in a way of hardware or software?
Hi @williamleeag , we can reproduce this issue on our side. There are some issues if running Wi-Fi + BT / sleep with ESP32C5 ECO0 chips on Wi-Fi low channels. Everything shall be OK if you configure AP to 5G channel 149. Sorry for that, please try 5G high channels at first.
Thanks. May I ask if it will be solved in a way of hardware or software?
Hi, we will fix this issue in later hardware versions of chips.
Answers checklist.
IDF version.
v5.4-dev-3602-ga97a7b0962
Espressif SoC revision.
ESP32-C5 (revision v0.0)
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-C5-WROOM-1
Power Supply used.
USB
What is the expected behavior?
Successfully connect to 5G Network
What is the actual behavior?
Not successfully connect to 5G Network
Steps to reproduce.
Debug Logs.
More Information.
No response