ESP32 BLE/WiFi coexistence #80899
Unanswered
real-tintin
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, coexistence is already working, but it is the hardware based one, which cannot handle high traffic scenarios. Yes, there are plans for enabling the software based, but since the hardware one covers the majority of applications, it keeps getting delayed. Not sure if I got the last question right. They are independent but do interact. Also, sub-bands don't overlap on Wi-Fi and BT. Same cannot be said between Wi-Fi and 15.4 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm wondering if there are any plans for implementing BLE/WiFi coexistence for ESP32? The ESP32_WIFI_SW_COEXIST_ENABLE is config is already declared but not used, clearly states: "Software controls WiFi/Bluetooth coexistence. Not supported yet."
I don't how much effort it would be to implement. In terms of average power usage our findings are:
all at 3V.
I guess that when both BLE and WiFi is used, the radio is at max and that there is no overlap i.e., the BLE and WiFi drivers operate independently?
Beta Was this translation helpful? Give feedback.
All reactions