Skip to content
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

problems joining wifi after days of successful operation #94

Closed
hditter opened this issue Dec 8, 2024 · 2 comments
Closed

problems joining wifi after days of successful operation #94

hditter opened this issue Dec 8, 2024 · 2 comments

Comments

@hditter
Copy link

hditter commented Dec 8, 2024

My esp32 s3 eye s2 board is disconnecting from the wifi network. After days of successful operation, all of a sudden, the board becomes unresponsive, and the green light is permanently blinking. The serial monitor says the following:

19:05:14.482 -> 0000-00-00_00-00-00 - WiFi networks scan done
19:05:14.482 -> 0000-00-00_00-00-00 - 25 networks found
19:05:14.482 -> 0000-00-00_00-00-00 - Nr | SSID | RSSI | CH | BSSID | Encryption
19:05:14.482 -> 0000-00-00_00-00-00 - 1 | federico | -44 | 1 | AC:8B:A9:D3:DD:FE | WPA2
19:05:14.482 -> 0000-00-00_00-00-00 - 2 | UniFi Identity | -44 | 1 | B2:8B:A9:D3:DD:FE | WPA2-EAP
19:05:14.482 -> 0000-00-00_00-00-00 - 3 | federico_guest | -44 | 1 | BE:8B:A9:D3:DD:FE | WPA2
19:05:14.482 -> 0000-00-00_00-00-00 - 4 | federico_IoT | -45 | 1 | BA:8B:A9:D3:DD:FE | WPA2
19:05:14.482 -> 0000-00-00_00-00-00 - 5 | federico | -59 | 6 | 9C:05:D6:3D:AD:C7 | WPA2
19:05:14.482 -> 0000-00-00_00-00-00 - 6 | federico_guest | -59 | 6 | AA:05:D6:3D:AD:C7 | WPA2
19:05:14.482 -> 0000-00-00_00-00-00 - 7 | TP-Link_D54F | -59 | 11 | 74:FE:CE:9E:D5:4F | WPA2
19:05:14.482 -> 0000-00-00_00-00-00 - 8 | federico_IoT | -60 | 6 | A6:05:D6:3D:AD:C7 | WPA2
19:05:14.482 -> 0000-00-00_00-00-00 - 9 | UniFi Identity | -60 | 6 | AE:05:D6:3D:AD:C7 | WPA2-EAP
19:05:14.482 -> 0000-00-00_00-00-00 - 10 | A7_Setup_05915C | -62 | 11 | EC:66:D1:05:91:5C | open
19:05:14.482 -> 0000-00-00_00-00-00 - 11 | DIRECT-Ye-EPSON-L3260 Series | -75 | 6 | E2:BB:9E:77:E2:5F | WPA2
19:05:14.482 -> 0000-00-00_00-00-00 - 12 | federico | -78 | 6 | 94:2A:6F:0E:91:98 | WPA2
19:05:14.482 -> 0000-00-00_00-00-00 - 13 | federico_guest | -78 | 6 | 9A:2A:6F:0E:91:98 | WPA2
19:05:14.482 -> 0000-00-00_00-00-00 - 14 | 1e096a68 | -79 | 1 | F4:91:1E:09:6A:68 | WPA2
19:05:14.482 -> 0000-00-00_00-00-00 - 15 | federico_IoT | -79 | 6 | 9E:2A:6F:0E:91:98 | WPA2
19:05:14.482 -> 0000-00-00_00-00-00 - 16 | UniFi Identity | -79 | 6 | A2:2A:6F:0E:91:98 | WPA2-EAP
19:05:14.482 -> 0000-00-00_00-00-00 - 17 | donausaat_24G | -80 | 11 | 14:91:82:FB:94:A8 | WPA+WPA2
19:05:14.810 -> 0000-00-00_00-00-00 - CardStatus: 0 FileStatus: 0
19:05:14.810 -> 0000-00-00_00-00-00 - SerialCg task. core: 0
19:05:14.810 -> E (9395) task_wdt: esp_task_wdt_reset(763): task not found
19:05:14.810 -> E (9400) task_wdt: esp_task_wdt_reset(763): task not found
19:05:14.810 -> E (9405) task_wdt: esp_task_wdt_reset(763): task not found
19:05:14.810 -> 0000-00-00_00-00-00 - SystemTelemetry task. coreE (9413) task_wdt: esp_task_wdt_reset(763): task not found
19:05:14.810 -> : 0
19:05:14.810 -> 0000-00-00_00-00-00 - Free RAM: 193620 B, Min: 193564
19:05:14.810 -> 0000-00-00_00-00-00 - Free PSRAM: 8351820 B, Min: 8351600
19:05:14.810 -> 0000-00-00_00-00-00 - MCU Temperature: 41.80 *C
19:05:14.810 -> 0000-00-00_00-00-00 - SystemLed task. core: 0
19:05:14.843 -> E (9415) task_wdt: esp_task_wdt_reset(763): task not found
19:05:14.843 -> 0000-00-00_00-00-00 - WiFiWatchdog task. core:E (9420) task_wdt: esp_task_wdt_reset(763): task not found
19:05:16.920 -> 0
19:05:16.920 -> 0000-00-00_00-00-00 - MCU configuration done
19:05:16.920 -> 0000-00-00_00-00-00 - WiFi disconnected from access point. Reason: 15
19:05:19.226 -> 0000-00-00_00-00-00 - WiFi disconnected from access point. Reason: 15

I have no clue what caused the error. I rebooted, unplugged, and plugged in again, but with no success.

@johnyHV
Copy link
Collaborator

johnyHV commented Jan 2, 2025

Hello @hditter . Can you please try flash FW again ?

@hditter
Copy link
Author

hditter commented Jan 3, 2025 via email

@johnyHV johnyHV closed this as completed Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants