mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #486] NodeMCU will not show SSID with many WiFi Networks near by #406
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#406
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 @crashtestoz on GitHub (Jan 20, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/486
I am not sure if this is an issue with the NodeMCU v1 or the WiFiManager in Server mode but I noticed that if there are many WiFi networks near by, the device will not show the SSID of the WiFi Network.
If I move the device to a quitter part of the house it works without problems.
Any ideas?
@tablatronix commented on GitHub (Jan 20, 2018):
How many?
@crashtestoz commented on GitHub (Jan 21, 2018):
I counted 25-27 WiFi Networks with a mixture of 2.4Ghz and 5Ghz.
@tablatronix commented on GitHub (Jan 21, 2018):
Sounds pretty normal, I have ap scan issues at around 25-30, I think the scan actually times out on the esp hardware. But I will keep this open, and confirm.
@mtiutiu commented on GitHub (Jan 26, 2018):
With so many wifi networks around it's hard I guess even if you want to change the wifi channel. I made some changes with some defines for this great library so that at compile time you can change the wifi channel - I'll propose a PR when I have the time.
@tablatronix commented on GitHub (Jan 26, 2018):
Like a channel filter.. hmm that would certainly help