ESP32 Bluetooth - Is it possible to keep Provisioning Manager Bluetooth Up, After Provisioning Is Done? - Stack Overflow
- c - Solaris 10 make Error code 1 Fatal Error when trying to build python 2.7.16 - Stack Overflow 推荐度:
- javascript - How to dismiss a phonegap notification programmatically - Stack Overflow 推荐度:
- javascript - Get the JSON objects that are not present in another array - Stack Overflow 推荐度:
- javascript - VS 2015 Angular 2 import modules cannot be resolved - Stack Overflow 推荐度:
- javascript - Type 'undefined' is not assignable to type 'menuItemProps[]' - Stack Overflow 推荐度:
- 相关推荐
Is there any way to keep the ESP32 Provisioning Manager's Bluetooth stack up and running (including any active connection and BLE "endpoints"), long after WiFi provisioning is finished? I.e. not just for a second or two in order to relay provisioning success/failure, but indefinitely?
According to Espressif's provisioning documentation:
If the product does not use the Bluetooth LE or Bluetooth functionality after provisioning is done, almost all the memory can be reclaimed and added into the heap.`
...which suggests that there is the option to keep BLE functionality up and running, post provisioning.
Similarly, the README for Espressif's WiFi Provisioning Manager states:
Right after provisioning is complete, BLE is turned off and disabled to free the memory used by the BLE stack. Though, that is specific to this example, and the user can choose to keep BLE stack intact in their own application.
...which suggests that the user can continue to use the Bluetooth stack after WiFi provisioning is finished.
Although it seems from these resources that it should be possible to keep Bluetooth alive after WiFi provisioning is done, it remains unclear how to do so. I have reviewed all the relevant provisioning-related code samples and documentation I can find, but haven't found any examples or discussion on how to accomplish this.
If anyone knows how, or can point in the direction of code samples that demonstrate how, I'd appreciate your help.
- 死忠安卓粉看iPhone 6S:根本没创新!
- 美学者发现比特币重大漏洞:能导致货币体系崩溃
- 软件定义网络:正在进行的网络变革
- 谷歌正在复制苹果模式?(图)
- 2012年NEC云时代平台软件全国巡展启动
- python - tensorflow-gpu installation failed in colab - Stack Overflow
- java - Difficulty Embedding ICC Profile into PDF Using PDFBox, iText, and Ghostscrip - Stack Overflow
- anaconda - Trouble using fiona in conda environment: ImportError: DLL load failed while importing _env - Stack Overflow
- How to Implement Smooth Pinch-to-Zoom Animation similar to Photos application (iphone) in Flutter? - Stack Overflow
- How to solve the error in "Plugin [id: 'org.jetbrains.kotlin.android', version: '1.9.0'
- javascript - Mapping through these JSON elements - Stack Overflow
- How to programmatically trigger "Next desktop background" in Windows using C#? - Stack Overflow
- esp32 - Sending and receiving data using ESP32S3 with Ebyte Lora E22 is not working - Stack Overflow
- ruby - How to render HTML with Haml::Engine from Haml 6.3? - Stack Overflow
- Symfony 7 - Autocomplete form field - Stack Overflow
- c# - What could be wrong with the Import method on the oSets object here? - Stack Overflow
- epub - When extracting Kobo bookmarks frm KoboReader.sqlite, how do I determine pageslocations - Stack Overflow