-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Description
Board
ESP32 wrover
Device Description
ESP32 wrover with ov5640 camera and some i2c devices
Hardware Configuration
camera and gpio expander
Version
v1.0.6
IDE Name
Arduino IDE
Operating System
windows 11
Flash frequency
80Mhz
PSRAM enabled
yes
Upload speed
921600
Description
Greetings,
I have successfully implemented a codebase that facilitates the reception of images captured by an ESP32 WROVER module within my application via WiFi. Initially, the WiFi credentials were hardcoded for connectivity. I am now seeking to enhance the code by integrating Bluetooth Low Energy (BLE) functionality to dynamically update the WiFi credentials. However, upon enabling BLE, I encountered an issue where the image reception functionality ceased to operate as expected.
To address this, I took measures to gracefully deinitialize BLE immediately after obtaining the necessary credentials, followed by a deliberate delay to ensure proper synchronization. Despite these efforts, the image reception functionality remains compromised.
I am seeking guidance on a more effective approach to address this issue, ensuring a seamless transition from BLE-based credential updates to the established image reception flow. Your insights and recommendations would be greatly appreciated.
Thank you.
Sketch
will provide if necessaryDebug Message
no useful logs
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.