mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #35] Failed connect to new AP after receiving Wi-Fi credentials #30
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#30
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 @uetchy on GitHub (Dec 26, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/35
Failed attempt to connect to new AP after receiving user input Wi-Fi credentials.
After I reset the Arduino board, WM seems loading credentials properly.
@tzapu commented on GitHub (Dec 27, 2015):
there might currently be some issues with the esp8266 package and weird behaviour of wifi connecting, maybe this is what affects you as well.
i ll think of re-adding an optional reset to the flow, see if it makes things better
@tzapu commented on GitHub (Dec 28, 2015):
any chance you could try getting the github release of the esp8266 arduino package and try flashing with that?
@tzapu commented on GitHub (Jan 4, 2016):
using some new changes in the latest Github head of the esp package, i could add an optional reset after connecting to troubleshoot/fix cases like this.
the downside is that it would mean anyone that wants to use the library would need to be on the latest github release, rather than the current stable release...
@uetchy commented on GitHub (Jan 6, 2016):
Thanks.
After pulling latest HEAD of ESP8266 and WiFiManager, this issue seems be fixed.
However, WM is stuck in
WiFiManager::connectWifi...@tzapu commented on GitHub (Jan 6, 2016):
do you happen to have another ESP8266 module you could try ? or with a better power source?
@uetchy commented on GitHub (Jan 10, 2016):
I'm using USB powered ESP-WROOM-02 development board.
I figured out this is some problem of
WiFi.begin. Anyway, this is not related to WiFiManager so you can close the issue.@tzapu commented on GitHub (Jan 11, 2016):
cheers
i d like to mention there are a lot of wifi changes and fixes in the latest github arduino esp8266 core
@tzapu commented on GitHub (Jan 11, 2016):
btw, you should try again with the latest github based on sdk 1.5.1
it solved quite a few really random wifi problems...
@tzapu commented on GitHub (Jan 14, 2016):
@uetchy i've noticed the same behaviour as you mentioned above with a trendnet router
maybe it helps you in anyway