Page 1 of 1

WiFi SoftAP Mode + BLE

Posted: Thu Jun 11, 2020 7:58 am
by mpulis
Hi all,

In the Github post linked below, it was stated that the ESP32 did not support WiFi SoftAP mode + BLE coexistence. Has support for this feature been added in later ESP-IDF releases?

https://github.com/espressif/esp-idf/issues/2619

Re: WiFi SoftAP Mode + BLE

Posted: Thu Jun 11, 2020 6:24 pm
by chegewara
Hi,
the link you posted is ancient github issue, which has been closed sooo long ago. Answering your question, yes, wifi can work with ble in any combination you can imagine:
- wifi AP + ble host,
- wifi AP + ble peripheral,
- wifi AP + ble host and peripheral,
- wifi STA + ble host,
- wifi STA + ble peripheral,
- wifi STA + ble host and peripheral,
- wifi APSTA + ble host,
- wifi APSTA + ble peripheral,
- wifi APSTA + ble host and peripheral.

I tested most of it, i think.

Re: WiFi SoftAP Mode + BLE

Posted: Fri Jun 12, 2020 12:43 pm
by mpulis
Hi,

Understood, the reply is much appreciated :)