-
Notifications
You must be signed in to change notification settings - Fork 310
Description
Dear s60sc,
Thank you for developing this excellent project.
I am using your application on a high-performance setup: an ESP32S3 camera board (with an OV5640 sensor) running firmware v10.8.4. I have encountered two critical issues related to connection reliability and device management, which are particularly relevant in regions with unstable power supply (Ukraine).
1. Failure to Automatically Switch to Access Point (AP) Mode (Failover Logic)
In my scenario, the home Wi-Fi router often loses power. The camera fails to reliably switch to or maintain its local Access Point (AP) mode for local access.
Configuration: The "Allow simultaneous AP" option is enabled on the Network tab.
Expected Behavior: The camera's own Access Point (ESP-CAM_MJPEG...) should remain active or become active upon losing connection to the main router, allowing access via 192.168.4.1.
Actual Behavior: After the router is powered down or after the camera loses connection, the camera's AP does not become available. The device appears to be stuck in a continuous reconnection loop (STA Mode) without activating the fallback AP, even with Allow simultaneous AP enabled.
Workaround: Access is only restored after a physical power cycle (Hard Reset) of the camera.
Request: Since Allow simultaneous AP is not guaranteeing reliable access via 192.168.4.1 when the router is down, could you advise on:
a) Any hidden parameter or code logic that could be adjusted to force the device into AP Mode if it fails to connect to the STA network within the time specified by "Wifi connect timeout (secs)"?
b) Whether this is a known issue with the implementation of the Allow simultaneous AP feature on the ESP32S3 specifically.
2. Stability Issues with Software Reboot
After making and saving configuration changes in the web interface (e.g., on the Motion or Other tabs), I use the mandatory "Reboot ESP" button.
Problem: The device frequently fails to initialize correctly after a software reboot. Neither the STA client nor the AP Mode activates, rendering the camera completely unreachable on the network. The device is likely experiencing an initialization error upon restart (possibly related to PSRAM or the network stack).
Workaround: The only way to restore function is by performing a physical power cycle (Hard Reset).
Request: Is this software reboot instability a known issue with the ESP32S3 / v10.8.4 combination? Are there any recommendations regarding the ESP32 Core version or specific code changes to ensure a stable software restart?
Hardware: ESP32S3 (with OV5640)
Firmware Version: v10.8.4
Thank you for your time and continued support.