WiFi BLE
Posted: Fri Sep 17, 2021 12:49 pm
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?
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?