Page 1 of 1

WiFi BLE

Posted: Fri Sep 17, 2021 12:49 pm
by amank1303
Hi guys,

I am using WiFi and BLE in my project. BLE is used to communicate with a phone and store WiFi credentials on board it's SPIFFs. Then I do a BLEDevice::deinit() to use WiFi to perform an HTTPS update using a link.

However, sometimes the esp32 does not connect to WiFi. Can it be possible that when I deinit the bluetooth, there is still some access to the RF antenna that the bluetooth has and that hinders with the WiFi connection?

Re: WiFi BLE

Posted: Sun Sep 26, 2021 6:25 pm
by chegewara
No, thats not the problem, because you can use BLE and wifi at the same time. If you wonder if its the case you can add short delay after denit ble and before connect wifi.