-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
I2C and WiFi won't work at the same time on ESP32-S2 #4796
Comments
I noticed this issue when attempting to add support to ESPHome. In order to reproduce this issue with the ESP32 Saola, you can do the following. Sorry it's so long, but I've been working on this for over a week.
|
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
@makermelissa wanna retry with latest |
[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future. |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
to the best of our knowledge, this has not been fixed yet |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Hi, does anybody know if this has been fixed. I am having this issue with an ESP32 dev board, and a I2C 4x20 lcd. It works well for a while, but then the wifi disconnects, and will not reconnect. |
@me-no-dev PTAL |
Hey guys I'm having the same issue. I'm trying to use I2C on my devkit board using GPIO 22 for SCL and GPIO21 for SDA and as soon as I have the I2C configuration in my yaml the wifi stops working... Anyone has a fix? |
Ok so tested with a higher PSU amps and it works now, apparently 5W isn't enough (5V / 1A). |
Hi, I am having a similar issue. I am trying to run the ESP-NOW protocol together with the I2C interface but I am getting an error. I am using the M5Stack ATOM, which uses the ESP32-PICO chip. This is what I am getting on the serial terminal.
I have tried adding this Can someone please advise on the fix to this issue ? |
If I use I2C on some other pins (like 33 and 34), I2C works fine, but WiFi does not connect.
If I try pins 21 and 22, WiFi appears to work, but I get a Core 0 panic:
If I don't use I2C at all, WiFi has no problems.
This is on the ESP32-S2 using the idf-release/v4.2 branch. I had previously mentioned this is #4760, but realized that was for the ESP32.
Tagging @ladyada.
The text was updated successfully, but these errors were encountered: