Replies: 2 comments 25 replies
-
If you have wireshark installed, you can use the following extension: esp-wifishark and build esp-wifi with the feature |
Beta Was this translation helpful? Give feedback.
-
The biggest change is we are using updated drivers now. To verify they are not causing issues you could checkout esp-idf rev. c8fc5f643b7a7b0d3b182d3df610844e3dc9bd74 and run the https://github.com/espressif/esp-idf/tree/master/examples/wifi/getting_started/station example (but I don't think the updated drivers cause an issue) Second thing that was changed is we are using slightly different defaults now - you could override the new defaults with the old values. |
Beta Was this translation helpful? Give feedback.
-
Due to issues I had with
esp-wifi
in previous releases I'm testing it with 0.21.0 released a couple of days ago.I'm testing with wifi_embassy_dhcp example.
What I see:
All boards connect to the same SSID with same credentials and on the same router. And esp32 devices both previously worked fine with wifi. So difference in behavior is highly likely due to software.
(another point I can mention with previous release 0.20.1 - with ESP32S3 I have many cases where the board gets to a period when it can't get an IP. In those cases I noticed that if it fails to connect to wifi and then retried and succeed then it suddenly is able to get the IP, as if that failure made things work).
Any logs I can turn on on the ESP32 to troubleshoot the 'not receiving IP' issue? It's a pretty big issue for me not being able to rely on the device to get connected properly.
Beta Was this translation helpful? Give feedback.
All reactions