BLE and WIFI coexistance problem
Posted: Fri Aug 29, 2025 2:39 am
I set esp32-c3 to WIFI Station mode,and it can scan APs normally. I transmit one of APs password with BLE,but it cannot connect the AP successfully, the monitor output this:
I have enable configuration
It can receive WIFI_EVENT-> WIFI_EVENT_STA_DISCONNECTED in default event loop. I retry connect in default_event_loop, but the monitor output this constantly
but the function esp_wifi_connect() returns ESP_OK(240704) wifi:Coexist: Wi-Fi connect fail, apply reconnect coex policy
I have enable configuration
Code: Select all
Wireless Coexistence->Software controls WiFi/Bluetooth coexistenceHow can I solve this problem?(240704) wifi:Coexist: Wi-Fi connect fail, apply reconnect coex policy