mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #857] Problem with Wifi connection #721
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#721
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 @EzzaaX on GitHub (Mar 24, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/857
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
when i upload my code i don't have error and the ESP start in auto connect AP but when i select a wifi network and put the password nothing happen and i get this in the serial monitor:
tail 8
chksum 0x2d
csum 0x2d
v951aeffa
~ld
⸮(⸮nkoˣ⸮ͯ,⸮L:o⸮⸮⸮⸮⸮^"c@TK/D&j⸮⸮⸮r⸮P⸮⸮)⸮@⸮ L⸮8 ⸮ ⸮L ⸮⸮⸮ ⸮L ⸮ ⸮L ⸮ ⸮ ⸮ 9⸮ L ⸮L ⸮8⸮9L L⸮LLL⸮⸮8L⸮ ⸮⸮L⸮ L⸮⸮L8 8L ⸮L⸮ ⸮9LL⸮⸮ L⸮ ⸮L⸮ LL⸮ ⸮⸮⸮L⸮ L ⸮⸮LL⸮LL 88⸮LL⸮⸮⸮⸮⸮⸮⸮LL⸮ L L⸮⸮⸮⸮⸮L L L L LL8
I searched on internet And i found something about reset and cabling but i didn't understand the problem and i pretty sure my cabling is correct. I'm using Seeed ESP8266 With an arduino UNO and arduino IDE
Settings in IDE
Module:
Additional libraries:
Sketch
#include <ESP8266WiFi.h>
#include <DNSServer.h>
#include <ESP8266WebServer.h>
#include <WiFiManager.h>
void setup() {
WiFiManager wifiManager;
wifiManager.resetSettings();
}
void loop() {
Debug Messages