mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1691] Problem *wm:[ERROR] Connect to new AP Failed #1436
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#1436
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 @mridzkyf on GitHub (Dec 27, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1691
Hello, i have a problem with WifiManager in my ESP32 Devkit. When i want to connect my ESP32 with WiFi using AP Mode, in serial monitor always show the error like this :
*wm:[ERROR] Connect to new AP Failed
Im so very confused, the password that I typed in the SSID that I chose is already correct, but the AP mode is still error and cannot connect to the WiFi SSID selected.
For the information, in this project i use a 2 core management and use a Menu Library, so if i want to use a WiFiManager I have to access the Wifi Manager menu on my device using the keypad.
i have put a snippet program code below.
I hope there is a solution to my problem, thank you!
----------------------------- Remove above -----------------------------
Basic Infos
Hardware
WiFimanager Branch/Release: Master
Esp8266/Esp32:
Hardware: ESP32 Devkit V1
Description
*wm:[ERROR] Connect to new AP Failed
Settings in IDE
Module: ESP32 Devkit Module
Additional libraries:
#include <Blynk.h>
#include <BlynkSimpleEsp32.h>
#include <Keypad.h>
#include <LiquidCrystal_I2C.h>
#include <ItemSubMenu.h>
#include <ItemCommand.h>
#include <LcdMenu.h>
#include <WiFiManager.h>
#include <WiFi.h>
#include <DHT.h>
#include <MQUnifiedsensor.h>
#include <Fuzzy.h>
#include <HTTPClient.h>
Sketch
Debug Messages
@tablatronix commented on GitHub (Dec 29, 2023):
More debug what reason