-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLE SERVICE and WiFi.scanNetworks not wokring simulteneously #690
Comments
Hello @demirschmid61 are you advertising on BLE at the same time as wifi scanning? Can you share a code snippet? |
@h2zero Thank you very much for your response. Please go through my code snippet. I am using platformio for the development and using arduino framework. The platfnorm.ini file is also added, please have a look. My observations:
Code Snippet
Platformio.ini
|
In the ESP32 platform, BLE and WiFi share the same radio hardware. So, they never were supposed to work simultaneously. Look at this thread. However, some people claim it works for specific applications. |
Hello sir,
I am using BLE and WIfi both in one project, also trying to get WiFi available network list via BLE on app. If i am stating BLE service in the setup and if trying to get wifi list its showing WIFI_SCAN_FAILED.
If the BLE is not initialized then wifi scan list is perfectly working.
I am using esp32-arduino-libs with version 3.0.0 and nimBLE version is 1.4.2
The text was updated successfully, but these errors were encountered: