Open halyssonJr opened 2 years ago
FWIW - I think I have co-existence working with NimBLE and WiFi manager. With defaults, the ESP crashed with a message similar to "Error! Should enable WiFi modem sleep when both WiFi and Bluetooth..."
I set 'Software controls WiFi/Bluetooth coexistence' to off in menuconfig, and the ESP boots with both functional. I suspect, but did not try, to change #define DEFAULT_STA_POWER_SAVE from WIFI_PS_NONE to WIFI_PS_MODEM in wifi_manager.h as an alternative.
Hi,
Is it possible to use bluetooth and wifi at the "same time"? I've seen some examples related to BLE and WiFi coexist , click here
@tonyp7 ;)