-
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
Router connection: 50% failure (50% success) #401
Comments
Are you in a position to set up ESP-IDF (rather than Arduino) using the steps here: http://esp-idf.readthedocs.io/en/latest/ If you compile and flash one of the IDF examples that uses Wifi (the HTTP or HTTPS examples in examples/protocols/ are good candidates), does the problem still occur? |
@projectgus |
@projectgus Running this basic code, I can replicate the Arduino ide sketch beheaviour:
Output: (Reboot) ............ (Reboot) ............. (Reboot) ................ Board will connect every other time after each reboot |
Based on the comments in espressif/arduino-esp32#234 this was resolved on the Arduino core side, so closing this issue. |
Following me-no-dev suggestion I am reposting an issue I raised in the arduino-esp32 repo:
Hi,
I use this standard sketch to connect to Internet
ESP8266 connects after each reboot
ESP32 only connects exactly half the case:
Any clue ??
Thanks
The full thread is > here <
Thanks for your help
The text was updated successfully, but these errors were encountered: