mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1467] WifiManager library on ESP32-S3. Form mobile phone cant see esp32s3 Access point #1256
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#1256
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 @BEMEX-LTD on GitHub (Aug 5, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1467
WifiManager library on ESP32-S3. Form mobile phone or another computer cant see esp32s3 Access point.
@BEMEX-LTD commented on GitHub (Aug 7, 2022):
if using lattes release/v5.1.0'
WiFi manager softAP does`t working i go back to 4.4.0 then works everything
@tablatronix commented on GitHub (Aug 8, 2022):
hmm
@BEMEX-LTD commented on GitHub (Aug 10, 2022):
With PlatformIO core V5.1.0 ESP32-s2-solana dev board also not working with WiFiManager lib.
Cant find SSID AutoConnectAP
I used 4 different mobile phones and 2 different lapto PC to find esp32 in WiFi list
platform.ini:
[env:esp32-s2-saola-1]
platform = espressif32
board = esp32-s2-saola-1
framework = arduino
monitor_speed = 115200
lib_deps =
https://github.com/tzapu/WiFiManager.git
Terminal output:
SPIFFS mounted
*wm:[1] AutoConnect
*wm:[2] ESP32 event handler enabled
*wm:[2] Connecting as wifi client...
*wm:[2] setSTAConfig static ip not set, skipping
*wm:[1] Connecting to SAVED AP: espressif
*wm:[1] connectTimeout not set, ESP waitForConnectResult...
*wm:[2] [EVENT] WIFI_REASON: 201
*wm:[2] [EVENT] WIFI_REASON: NO_AP_FOUND
*wm:[2] Connection result: WL_NO_SSID_AVAIL
*wm:[1] AutoConnect: FAILED
*wm:[2] Starting Config Portal
*wm:[2] Disabling STA
*wm:[2] Enabling AP
*wm:[1] StartAP with SSID: AutoConnectAP
*wm:[2] AP has anonymous access!
*wm:[1] AP IP address: 192.168.4.1
*wm:[1] Starting Web Portal
*wm:[2] HTTP server started
*wm:[2] Config Portal Running, blocking, waiting for clients...
*wm:[2] NUM CLIENTS: 0
Code i`m using for this test:
@tablatronix commented on GitHub (Aug 10, 2022):
Oh so , no soft ap running?
Not sure what the issue would be unless its a power supply problem or wifi issue with the board.
Have you tried another esp32?
@BEMEX-LTD commented on GitHub (Aug 10, 2022):
I tested with esp32-S3 Dev and ESP32-S2 dev both have same issue.
Only works with old ESP32 dev board.
if i try in main.cpp file
WiFi.mode(WIFI_AP);
WiFi.softAP("ESP32-Dev");
i can find SSID and connect to it.
using lattes platformIO Core @ 6.1.3
@tablatronix commented on GitHub (Aug 10, 2022):
Try enabling esp debug and see if there is anything useful, I will test my S2 later, but it worked last time I tried it.
Also what exact esp lib/arduino version are you on?
@tablatronix commented on GitHub (Aug 10, 2022):
@tablatronix commented on GitHub (Aug 10, 2022):
@tablatronix commented on GitHub (Aug 10, 2022):
Shrug works for me
@letis009 commented on GitHub (Aug 21, 2022):
awesome library but ... same issue with my c3
works 100% fine with esp32-wrover-iB but no visible AP on esp32-c3-wroom-02
using latest version available today
using arduino IDE 1.8 and tested c3 with other wifi libraries to scan , connect and host AP with successful results
@tablatronix commented on GitHub (Aug 22, 2022):
hmm, I have a C3 I will check it, and you are sure its not crashing or anything? Just no softap?, does softap start throw an error with esp debug on ?
What board is it? Is it a dev kit?
@letis009 commented on GitHub (Aug 22, 2022):
thank you for coming back
I opened an issue with a lot more details after a day of testing
#1479
i don't know if this is related issue
@cniedzi commented on GitHub (Sep 3, 2022):
Board: Lolin S2 mini
ESP32 S2
WiFiManager ver. 2.0.12-beta
Arduino IDE esp32 core ver. 2.0.4
CASE 1 - AP "ZegarAP" not visible!!!
Debug outcome:
CASE 2 - AP "ZegarAP" visible!!!
Debug outcome:
CASE 3 - AP "ZegarAP" not visible!!!
Debug outcome:
@tablatronix commented on GitHub (Sep 4, 2022):
#1482
@tablatronix commented on GitHub (Sep 4, 2022):
Investigating and working on a fix