mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1272] Question on connecting to a choice of multiple available networks #1089
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#1089
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 @dontpanic21 on GitHub (Jul 20, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1272
Hi this is more of a question than an issue.
I have an application that will be in a mining environment where the ESP will connect to mobile AP's. All the AP's have unique SSID's but the passwords are all the same.
What I want to achieve is for the ESP to wake up, scan for available SSID's and then connect to one of the APS's in station mode (ideally based on signal strength).
if the station mode connect fails or if there are no available AP's in range then it will go into AP mode with the config portal running for a short interval, then quit if no one connects in AP mode.
My question is whether wifimanager has scan functions that I can use, and get the list of scanned SSID's, then select one of those and try to connect to it. OR, should i use basic wifi functions to scan and connect, and only use wifimanager functions for AP mode and config portal?
thanks :)
Will.