-
Notifications
You must be signed in to change notification settings - Fork 7.6k
PHY and GPIO error after 3.1 #11343
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 can't reproduce such issue. This is the VEBOSE log output:
|
Same issue. esp32 3.2.0. esp32 3.1.3. |
@ricardourio @ichbaum - Please execute the sketch with Debug Level set to VERBOSE and report here the log in order to allow us to check exactly what ESP32 revision version it is. Please use Arduino Core 3.2.0 for that. |
Have you also tried to completely erase the flash and try again? Also calling the function to erase the RF calibration will likely cause the ESP to hang. |
Good point @TD-er! Erasing the flash before moving from a core to another (with respective IDF Versions) may solve this issue. |
I tried the following :
All gave me same error. Here is the verbose for Arduino 2.3.6 + 3.2.0 - Partition scheme Default 4 MB :
Ricardo Urio |
IDF thinks that the SoC has dual antenna. What is the ESP32 that is being used? |
At least the Dual Antenna board has been selected in the menu. If you are not using that module, please select the default ESP32 Dev Module |
Now selecting ESP32 Dev Module as @me-no-dev suggested, using Arduino 2.3.5 + 3.2.0 Flashing with Arduino, no more errors '''-> -> ets Jul 29 2019 12:21:46 |
This is not the first issue we've seen like this. Perhaps DA should be un-abbreviated in the list? |
Board
ESP32-WROOM-32E
Device Description
DS3231 and BME280
Hardware Configuration
GPIO21 & 22 to I2C devices
Version
v3.2.0
IDE Name
Arduino 2.3.5
Operating System
Windows 11
Flash frequency
40
PSRAM enabled
no
Upload speed
921600
Description
WiFi.h seems not 100% compatible with versions 3.1 and above, and return error on boot, while it didn´t happen with versions 3.0.7 or 2.0.17 . The error may have some consequences with Bluetooth communication as well when using 3.2.0. For now the sketch bellow has the following behavior on boot :
3.0.7 No error
3.1.3 E (509) wifi_init_default: netstack cb reg failed with 12308
3.2.0 E (89) phy_comm: gpio[0] number: 2 is reserved
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: