mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #943] ESP 8266 using deep Sleep and Autoconnect #800
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#800
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 @rafaelpascale on GitHub (Sep 16, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/943
ESP 8266 using deep Sleep and Autoconnect
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
Hello
After using deep sleep to save power, the program goes back to the beginning and it is necessary to login again and enter the password.
Would it have any way that after entering deep sleep mode the autoconnection is automatic?
De
Problem description
Settings in IDE
Module: NodeMcu, Wemos D1
Additional libraries:
Sketch
@dontsovcmc commented on GitHub (Nov 5, 2019):
Look at my project. It works well.
https://github.com/dontsovcmc/waterius/blob/master/ESP8266/src/main.cpp
the difference I see:
Here is initializing Wifi with SSID & pwd I need:
https://github.com/dontsovcmc/waterius/blob/master/ESP8266/src/wifi_settings.cpp#L144
Init:
WiFi.begin(VALUE(SSID_NAME), VALUE(SSID_PASS), 0, NULL, false); //connect=false, cause we call Wifi.begin() next;Connect in deep sleep loop:
@tablatronix commented on GitHub (Nov 6, 2019):
Is autoconnect not working upon wake? This is not a known issue, can you provide some debug enabled logs? This should not have to be done