-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wifi long running connection break (IDFGH-6226) #7899
Comments
Hi @achao1104, we cannot get enough info from your current description.
|
we only have dump log, plese take a look below.==================== ESP32 CORE DUMP START ==================== Crashed task handle: 0x3ffe3958, name: 'wifi', GDB name: 'process 1073625432' ================== CURRENT THREAD REGISTERS =================== ==================== CURRENT THREAD STACK ===================== ======================== THREADS INFO =========================
==================== THREAD 1 (TCB: 0x3ffe3958, name: 'wifi') ===================== ==================== THREAD 2 (TCB: 0x3ff9f094, name: 'esp_timer') ===================== ==================== THREAD 3 (TCB: 0x3ffdcf28, name: 'tiT') ===================== ==================== THREAD 4 (TCB: 0x3ffe2304, name: 'uart_event') ===================== ==================== THREAD 5 (TCB: 0x3ffe11a8, name: 'cloud_action_ta') ===================== ==================== THREAD 6 (TCB: 0x3ff9fac8, name: 'IDLE') ===================== ==================== THREAD 7 (TCB: 0x3ff9f36c, name: 'main') ===================== ==================== THREAD 8 (TCB: 0x3ff9fc20, name: 'Tmr Svc') ===================== ==================== THREAD 9 (TCB: 0x3ffddb84, name: 'sys_evt') ===================== ==================== THREAD 10 (TCB: 0x3ffdff28, name: 'pir_task') ===================== ==================== THREAD 11 (TCB: 0x3ffdedcc, name: 'lora_task') ===================== ======================= ALL MEMORY REGIONS ======================== ===================== ESP32 CORE DUMP END ===================== |
Hi @achao1104 |
@achao1104 again have you use ADC in your project? please use latest v4.3 and try again. |
Thanks for reporting, feel free to reopen if the issue still happens. Thanks. |
Hello,
idf:4.3.1 and module:esp32s2
We used a camera to connect esp32s2 by wifi, it worked, but after a couple of hours, the connection will break, but if the camera connects huawei wifi, it can run for long time without any issue.
Can you think of any reason about it?
Thanks,
Peter
The text was updated successfully, but these errors were encountered: