Skip to content

Unable to receive images when BLE is used #8911

@Abhay-2412

Description

@Abhay-2412

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 necessary

Debug 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions