-
Notifications
You must be signed in to change notification settings - Fork 7.6k
WiFi not connecting with latest git version #391
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
Comments
I'm investigating some WiFi issues as well :) might not be just you |
Try with this:
|
Thanks, works! 😄 |
I just committed some changes. Can I bother you to try the old code? |
Thanks, works! 😄 |
Whoop, that was too fast. 😉 Worked only the first time after pulling, but didn't after the first re-flash. |
I reflashed and restarted a few times. Connecting fine every time (with the sketch in the OP) |
Did you try reflashing the same sketch? Does work for me for the first time uploading a sketch after deleting the flash with esptool, but stops working after the first re-flash. |
I reflashed at lest 10 times |
I tried it again and: In fixed IP mode: In DHCP mode: I don't feel any difference between soft reset (ESP.restart()) and hard reset (button reset or reset in serial software) My hardware and software: |
Found it! |
Please retest, but it should/will be ok |
Hi, with DHCP problem is solved (connection and ping OK). With fixed IP the problem is solved (connection and ping OK) but I must use this order: Before I was doing it just the other way around and this work in ESP8266, but it's no problem for me. Thanks!!! |
Just today I've got the same problem on DHCP. I resolved it temporarily with enableSTA. I did not test it with fixed IP. |
I faced the same problem and tried to understand the reason. Updating the latest idf-core etc. made no difference. On every newly started sketch everything seemed fine. But copying the same code into the sketch on which I am working on, was failing again. So I decided to find out the difference between these two. I spent my last few days on this issue. Finally, my problem disappeared with an interesting finding: Whenever I use any "Core Debug Level" other than "None" problem persisted. Changing Tools->Core Debug Level" to "None" solves the problem disappears. No connection problem at al. Can someone explain why. |
I think that delay between change wifi mode ( |
Is it just me? With the latest git version (51a4432), Wifi is only connecting when deleting the flash before flashing the sketch. When flashing the same sketch again, the ESP32 hangs in the connecting loop (keeps outputting dots).
Here is my sketch (pretty much the example):
When downgrading to a older version (via
git reset --hard 4b47402afdb198cd4a62f0356dbcb20ab0bc3845
), everything works fine.I assume it's about this commit: 4765554, but I don't really know.
The text was updated successfully, but these errors were encountered: