mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #262] ESP8266 Electrodragon module #218
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#218
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 @daniftodi on GitHub (Dec 11, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/262
Hi,
I'm trying to use WifiManager with ESP8266 on electrodragon module (http://www.electrodragon.com/product/wifi-iot-relay-board-based-esp8266/).
I just uploaded AutoConnect example, connected to 220V without serial connected to my PC because of strage noise ( I think because of poor quality of AC filter on module ), and waited for Wifi AP to appear on my phone/pc.
Nothing happens, I can't see any feedback from device.
Tell me please some sugestions about how I can debug this module and use WifiManager for it ?
@cosmocracy commented on GitHub (Dec 20, 2016):
Sounds like your best avenue of troubleshooting is to investigate why you can't use your serial connection for debug messages. If serial isn't working because of noise, wouldn't you think that would impact the ESP8266's function, too? Just suggesting...
@daniftodi commented on GitHub (Dec 20, 2016):
My device works as Wifi client and connects without problems to other AP.
I would like to use WifiManager to simply the configuration process.
@cosmocracy commented on GitHub (Dec 20, 2016):
Yes. But if serial doesn't work why would you think other functions would reliably? My experience and intuition tell me you would be best served focusing on getting serial debug working so you can troubleshoot using the debug messages. Otherwise you're wandering in the dark and no one will be able to give you advice (other than to buy another [inexpensive] ESP8266).