BLE can't connect when WiFi STA connection is active
Posted: Mon Jun 18, 2018 11:48 pm
Hi everyone,
I'm working on project that have both BLE and WiFi connection active in the same time.
When ESP is in STA mode and connected to my WiFi router (WiFi connection is always working fine), there is an issue with BLE connection. I can see BLE device but I can't connect to it. Every time I try connect I get "ESP_GATTS_DISCONNECT_EVT" log or connection just break without any log (error/warning/info) on ESP serial.
Interesting thing is that when ESP is not connected to WiFi router BLE connection is working great.
I've already tried solutions from viewtopic.php?f=13&t=3139 and viewtopic.php?f=13&t=6008.
With ESP-IDF master branch commit from beginning of May 2018. I didn't have this issue, but with newest one I have.
Thank you all for advises in advance.
I'm working on project that have both BLE and WiFi connection active in the same time.
When ESP is in STA mode and connected to my WiFi router (WiFi connection is always working fine), there is an issue with BLE connection. I can see BLE device but I can't connect to it. Every time I try connect I get "ESP_GATTS_DISCONNECT_EVT" log or connection just break without any log (error/warning/info) on ESP serial.
Interesting thing is that when ESP is not connected to WiFi router BLE connection is working great.
I've already tried solutions from viewtopic.php?f=13&t=3139 and viewtopic.php?f=13&t=6008.
With ESP-IDF master branch commit from beginning of May 2018. I didn't have this issue, but with newest one I have.
Thank you all for advises in advance.