-
-
Notifications
You must be signed in to change notification settings - Fork 275
WIFI and A2DP Coexistence
Phil Schatzmann edited this page Apr 14, 2024
·
3 revisions
The ESP32 only supports either Bluetooth or WIFI, but not both at the same time. So if you use A2DP, you will not be able to use any functionality which depends on WIFI.
So please do not file any new issue when this is not working!
You can use both A2DP and BLE at the same time. The precondition however is, that you set the bluetooth mode to ESP_BT_MODE_BTDM. An example can be found in the examples directory.