You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP32-S3-WROOM-1-N16R8 Module on Custom Board PCB.
Hardware Configuration
UART on IO18 and IO5 to communicate with other mcu (STM32).
Version
latest master (checkout manually)
IDE Name
Platform IO
Operating System
Windows 11
Flash frequency
40Mhz
PSRAM enabled
yes
Upload speed
115200
Description
Hello,
I am currently using the ESP32 module in an environment where most surrounding structures are made of metal. The ESP32 is connected to a Wi-Fi network, but I have observed frequent connection failures. To handle this, I am using WiFi.scanNetworks(false, false, true); to continuously scan for networks and reconnect when available.
Despite implementing this approach, I am still experiencing occasional failures in network detection and reconnection. Specifically:
The ESP32 does not always detect the network even when it is available.
The scanning process sometimes takes longer than expected or fails to find any networks.
I would like to understand:
Is there a recommended best practice for handling Wi-Fi reconnections more reliably?
Are there any known issues with scanNetworks(false, false, true); that could cause inconsistent results?
Would enabling/disabling Wi-Fi or restarting the ESP32 improve reliability?
Are there firmware updates or alternative solutions that can enhance Wi-Fi stability?
I appreciate your guidance on this matter, as stable network connectivity is critical for my application. Please let me know if additional information is needed.
Board
ESP32-S3-WROOM-1-N16R8
Device Description
ESP32-S3-WROOM-1-N16R8 Module on Custom Board PCB.
Hardware Configuration
UART on IO18 and IO5 to communicate with other mcu (STM32).
Version
latest master (checkout manually)
IDE Name
Platform IO
Operating System
Windows 11
Flash frequency
40Mhz
PSRAM enabled
yes
Upload speed
115200
Description
Hello,
I am currently using the ESP32 module in an environment where most surrounding structures are made of metal. The ESP32 is connected to a Wi-Fi network, but I have observed frequent connection failures. To handle this, I am using WiFi.scanNetworks(false, false, true); to continuously scan for networks and reconnect when available.
Despite implementing this approach, I am still experiencing occasional failures in network detection and reconnection. Specifically:
The ESP32 does not always detect the network even when it is available.
The scanning process sometimes takes longer than expected or fails to find any networks.
I would like to understand:
Is there a recommended best practice for handling Wi-Fi reconnections more reliably?
Are there any known issues with scanNetworks(false, false, true); that could cause inconsistent results?
Would enabling/disabling Wi-Fi or restarting the ESP32 improve reliability?
Are there firmware updates or alternative solutions that can enhance Wi-Fi stability?
I appreciate your guidance on this matter, as stable network connectivity is critical for my application. Please let me know if additional information is needed.
Sketch
Debug Message
Other Steps to Reproduce
Random Issue
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: