mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #33] Add singal strength in AP listings #26
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#26
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 @tablatronix on GitHub (Dec 23, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/33
ideas ?
Any easy way to sort this also, client or server ?
@tablatronix commented on GitHub (Dec 23, 2015):
@tzapu commented on GitHub (Dec 25, 2015):
nice, will add the rssi indicator/quality
will think of the duplicate rssis, i think i need to get some hardware setup to test this
cheers
@tablatronix commented on GitHub (Dec 25, 2015):
@tablatronix commented on GitHub (Dec 25, 2015):
I figure it can act like most computer selectors, not reinventing wheel , we can probably find the specs everyone uses. I know they remove low signals from listings, and they combine duplicate and and auto select somehow. Right now my module shows 3 times as many APs as my other devices do, obviously we dont' need qos for IOT, so this might be a bit different, but might make auto selecting best easier. and simplifying the interface.
@tzapu commented on GitHub (Dec 25, 2015):
maybe a flag to not show all networks with quality 0
no reason why that can t be an arbitrary value though
btw, i am seeing more ap s on the esp modules as well, but, i can also connect from further away from my esps than my phone for instance, they just seem to outperform a lot of other wifi devices
@tzapu commented on GitHub (Jan 11, 2016):
added filter for low quality signal set by using
wifiManager.setMinimumSignalQuality();will need to add documentation soon, it does take a parameter that sets under what percent to ignore networks, defaults to 8%
inspired from http://www.speedguide.net/faq/how-does-rssi-dbm-relate-to-signal-quality-percent-439
@domonetic commented on GitHub (Jan 11, 2016):
Back my holiday documented all.
@tzapu commented on GitHub (Jan 13, 2016):
this is done, documentation will be coming shortly, there is another issue in which we can discuss dropdowns and duplicate networks
cheers