mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1794] WiFiManager not working on ESP32-S3 (ESP32-S3-DevKitC-1 board) #1512
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1512
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrWheel on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1794
Environment:
VSCode, PlatformIO, Arduino Framework
Board:
ESP32-S3-DevKitC-1 (Espressif)
platformio.ini:
Program Code:
After flashing the sketch to the board, it is immediately noticeable that the board does not start automatically.
So after manually pressing [reset], this is the output:
these errors occur:
[ 2402][E][WiFiAP.cpp:169] softAP(): set AP config failed*wm:[ERROR] There was a problem starting the AP... and although it then says that a web portal is being started on port 80, it is not visible in the available APs list.
My question is: Am I the only person who has troubles getting the WiFiManager to work with an (Espressif) ESP32-S3 board?
And if not: How do I solve this?
@mrWheel commented on GitHub (Jan 25, 2025):
Ok, this line:
Seems to be the problem.
In the partition table there needs to be a
nvspartition of at least 0x5000 and aphy_initpartition of (at least?) 0x1000 and than the WiFi manager works as expected!@tablatronix commented on GitHub (Jan 25, 2025):
I have not had this issue that board definition should have a default partition table
@mrWheel commented on GitHub (Jan 25, 2025):
I have my own partition table which was in error.
I could not find a partition table for the esp32-s3-devkitc-1 n32r8.