tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.6k stars 1.98k forks source link

ESP8266 Electrodragon module #262

Closed daniftodi closed 6 years ago

daniftodi commented 7 years ago

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 7 years ago

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 7 years ago

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 7 years ago

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).