mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #799] SSID in AP mode not visible on ESP32 DOIT DEVKITV1 [SOLVED] #667
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#667
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 @amontefusco on GitHub (Jan 4, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/799
Basic Infos
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
Looking to the console the sketch seems to work fine; however the SSID that should be generated is not visible from any PC/tablet.
Even configuring my NetworkManager in order to connect to an hidden SSID (ESP32_af2de6b4), doesn't make the situation better.
Settings in IDE
Module: ESP32 DEVMODULE
Additional libraries:
WiFiManager
Sketch
Debug Messages
@amontefusco commented on GitHub (Jan 4, 2019):
I tested above on three different boards: two from DOIT from Amazon, another one marked "ESP32 DEVKIT V1" (a cheap one coming from Banggood).
Same results as above on all.
When initialized with explicit SSID/password everything works.
@tablatronix commented on GitHub (Jan 4, 2019):
your code is all messed up, you have 2 loops, can you repost it ? ( oh maybe pasted twice )
Or just use the examples?
@tablatronix commented on GitHub (Jan 4, 2019):
let me grab an esp32 and test real quick
@tablatronix commented on GitHub (Jan 4, 2019):
working for me, on macbook and iphone
maybe see if manually use an _ and see if it cannot see that one either ?
what device?
@amontefusco commented on GitHub (Jan 4, 2019):
I tested above on three different boards: two from DOIT from Amazon, another one marked "ESP32 DEVKIT V1" (a cheap one coming from Banggood).
Same results as above on all.
When initialized with explicit SSID/password everything works.
I just used your example.
@amontefusco commented on GitHub (Jan 4, 2019):
I'm using a Linux workstation and a Wifi scanner on Android: the two are in good accord, they show the same networks (even the hidden ones).
Sorry, it is not clear to me what you are suggesting.
@amontefusco commented on GitHub (Jan 4, 2019):
In the meantime, I found inside one of my drawers another ESP32.
Apparently, this one is identical to the three marked
DOIT
ESP32 DEVKIT V1
But this one is working!
Both with your example and my code.
So, it seems there is some hardware dependency.
Where is your ESP32 coming from?
@tablatronix commented on GitHub (Jan 4, 2019):
which example?
You might want to try a full erase of those modules, might be old version flash segmentation
@amontefusco commented on GitHub (Jan 4, 2019):
AutoConnectWithFeedbackLED.ino
(BTW, I fixed my first message with the right code)
I'll do that.
@tablatronix commented on GitHub (Jan 4, 2019):
let me know how it goes
@tablatronix commented on GitHub (Jan 4, 2019):
could it be not showing them cause they are anonymous ?
try a blank password with static ssid ?
@amontefusco commented on GitHub (Jan 4, 2019):
You nailed it!
I made a full erase on the three modules giving problems with the following command:
And now I have WiFiManager working fine on all my modules. Irrespective of the producer and chip revision.
Many thanks for the library and the good support!