Page 1 of 1

ESP32 BLE cowork with WIFI

Posted: Thu Jun 29, 2017 9:41 am
by roger_he
Recently I started a project which can let BLE cowork with WIFI. So while I listen to a2dp music, I can also get web message. Till now I have some not so interesting foundings.

The BLE and wifi can be initiated by order and keep calm when no data transferring.
If there is a connection and data transferring with wifi or a2dp, seems the process will crash within one minute. From log one message shows that the wifi connection should have a problem:
[0;32mI (56606) wifi: received wifi event 5

Does any friends once worked with this case? I am not sure whether currently ESP32 wifi can not work together with BLE. :?
From a customer's perspective, as mobile phone can have BLE and WIFI work together, it will be disgusting that we need to make a choiceabout wifi mode or ble mode. Thanks for any suggestive sharing.

regards,

Roger

Re: ESP32 BLE cowork with WIFI

Posted: Fri Jun 30, 2017 12:05 am
by ESP_Sprite
Moved to SDK subforum.

Re: ESP32 BLE cowork with WIFI

Posted: Sat Jul 01, 2017 9:38 am
by Josegm
Please note A2DP is a Bluetooth Classic profile, it's not BLE (Bluetooth Low Energy)

BLE itself works well with WiFi but I've not tried Bluetooth Classic/A2DP yet.

Re: ESP32 BLE cowork with WIFI

Posted: Mon Jul 03, 2017 7:14 am
by roger_he
Hi Josegm,

Thank you for your message. I use BLE incorectly. This issue bothers me for some days and have not found the solution yet.

regards,