Significant WiFi Signal Degradation on ESP32 Dev Boards #11088
bgondell
started this conversation in
Question - Community Help
Replies: 1 comment
-
can you please set the core debug level to "Verbose" in the board menu and paste the output or upload it as text file. Also no need to call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Board
ESP-WROOM-32
Device Description
Description:
I've noticed a significant decline in WiFi performance on ESP32 development boards, which seems to have occurred after recent updates.
Problem Details:
The device is located 5 meters from the WiFi router with line of sight, yet 9 out of 10 connection attempts fail.
This issue persists across multiple boards and occurs regardless of the sketch used, including the standard WiFi example sketches provided in the ESP32 SDK.
WiFi connection stability and reliability have noticeably decreased compared to previous firmware versions.
Is anyone else experiencing similar issues? Any guidance or potential fixes would be appreciated.
Hardware Configuration
Two DHT22 sensors on pins 27 and 13.
Version
latest master (checkout manually)
IDE Name
Arduino
Operating System
Windows
Flash frequency
80Mhz
PSRAM enabled
yes
Upload speed
921600
Description
Expected Behavior:
Stable WiFi connectivity with a reasonable success rate at such a short distance from the router.
Actual Behavior:
Frequent connection failures, with a success rate of approximately 1 out of 10 attempts.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
Beta Was this translation helpful? Give feedback.
All reactions