[GH-ISSUE #1565] ESP32-S3 custom board not storing the WiFi credentials after restart #1336

Open
opened 2026-02-28 01:29:39 +03:00 by kerem · 4 comments
Owner

Originally created by @Sireevenkat on GitHub (Feb 20, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1565

Hi,
I am using ESP32-S3 custom board with Arduino IDE. In my project I am storing the Wi-Fi credentials in the ESP32-S3 custom board but after restarting the board Board not giving stored credentials. I checked same with ESP32-S3 development board and Its storing the given credentials after restarting the board. Can you suggest the solution for this. Due to what issue it will happen? What I have to change in the Software to make this work.

I am using WiFiManager library to give the WiFi credentials to the board.

Thanks

Originally created by @Sireevenkat on GitHub (Feb 20, 2023). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1565 Hi, I am using ESP32-S3 custom board with Arduino IDE. In my project I am storing the Wi-Fi credentials in the ESP32-S3 custom board but after restarting the board Board not giving stored credentials. I checked same with ESP32-S3 development board and Its storing the given credentials after restarting the board. Can you suggest the solution for this. Due to what issue it will happen? What I have to change in the Software to make this work. I am using WiFiManager library to give the WiFi credentials to the board. Thanks
Author
Owner

@sabas1080 commented on GitHub (Feb 28, 2023):

check that it is the same version of esp32-s3 as the one on the development board, I am using credential storage in S3 and it works

<!-- gh-comment-id:1447317253 --> @sabas1080 commented on GitHub (Feb 28, 2023): check that it is the same version of esp32-s3 as the one on the development board, I am using credential storage in S3 and it works
Author
Owner

@Amtho commented on GitHub (Jun 15, 2023):

Im experiencing the same problem with this module:
https://www.digikey.de/de/products/detail/espressif-systems/ESP32-S3-WROOM-2-N32R8V/15970964

<!-- gh-comment-id:1593688517 --> @Amtho commented on GitHub (Jun 15, 2023): Im experiencing the same problem with this module: https://www.digikey.de/de/products/detail/espressif-systems/ESP32-S3-WROOM-2-N32R8V/15970964
Author
Owner

@tablatronix commented on GitHub (Jun 15, 2023):

Got any logs? Is it actually connecting and saving credentials?

<!-- gh-comment-id:1593804858 --> @tablatronix commented on GitHub (Jun 15, 2023): Got any logs? Is it actually connecting and saving credentials?
Author
Owner

@tablatronix commented on GitHub (Jun 15, 2023):

Works for me on my S3 mini, maybe try a full nvs erase, or your partitions are wrong ( shouldnt matter tho )

Screenshot 2023-06-15 at 5 47 55 PM
Screenshot 2023-06-15 at 5 52 25 PM
Screenshot 2023-06-15 at 5 54 41 PM

<!-- gh-comment-id:1593820191 --> @tablatronix commented on GitHub (Jun 15, 2023): Works for me on my S3 mini, maybe try a full nvs erase, or your partitions are wrong ( shouldnt matter tho ) ![Screenshot 2023-06-15 at 5 47 55 PM](https://github.com/tzapu/WiFiManager/assets/807787/85d235d7-b6e9-4027-a3c7-37bf2685aeda) ![Screenshot 2023-06-15 at 5 52 25 PM](https://github.com/tzapu/WiFiManager/assets/807787/665a2708-bda7-43b5-b459-d709256dc1f4) ![Screenshot 2023-06-15 at 5 54 41 PM](https://github.com/tzapu/WiFiManager/assets/807787/848f36a0-bdda-440d-84dc-1ef0c293e6e5)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1336
No description provided.