-
Notifications
You must be signed in to change notification settings - Fork 246
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
esp-wifi: Coex almost not working on ESP32-C6 #3079
Comments
Seems like COEX is now also broken on ESP32 |
I can confirm that later with |
I confirm that this "power boost" call: controller
.set_power_saving(esp_wifi::config::PowerSaveMode::None)
.unwrap(); did fix the issue on the esp32c6! With that said, here's my dirty little secret: I actually noticed I don't even enable the Now, how does it even work without
So to cut the long story short, I don't think I would be enabling |
Wow that's interesting! But I'm glad it works for you - thanks for the update |
This Matter-style "connect" and "scan"-only "coex without coex" seems to work on all chips, but the c6 this needs power boost. |
Referencing ivmarkov/rs-matter-embassy#3
Run the
wifi_coex
example and ping it from another machine - this works great on e.g. ESP32-C2, ESP32-C3 and ESP32-S3 - but barely on ESP32-C6Given it works fine on C2 it's probably unrelated to the fact it's using a Nimble based driver.
The text was updated successfully, but these errors were encountered: