Client.connect() -> connection failed!
Posted: Thu Jun 07, 2018 6:36 am
Hello,
I use WifiManager to save the credentials of my internet router.
These data are stored in the EEPROM at an address range that I do not know ...
I have tried to add variables to EEPROM for other functions in my program (write and read OK) but now the TCP / IP connections with ESP8266Wifi no longer work.
Below is the result of the serial monitor with the debuggers: SSS + CORE + WIFI.
MYIP is the IP address of my server with which the ESP8266 is trying to establish a connection:
I have the impression to have modified EEPROM addresses already used by the WifiManager and thus the connection can not be established later, what do you think?
Thank you in advance for your answer.
I use WifiManager to save the credentials of my internet router.
These data are stored in the EEPROM at an address range that I do not know ...
I have tried to add variables to EEPROM for other functions in my program (write and read OK) but now the TCP / IP connections with ESP8266Wifi no longer work.
Below is the result of the serial monitor with the debuggers: SSS + CORE + WIFI.
MYIP is the IP address of my server with which the ESP8266 is trying to establish a connection:
Code: Select all
Connecting to : MYIP[hostByName] Host: MYIP is a IP!
Connection failed
wifi evt: 2
wifi evt: 0
wifi evt: 3
wifi evt: 1
STA disconnect: 8
I have the impression to have modified EEPROM addresses already used by the WifiManager and thus the connection can not be established later, what do you think?
Thank you in advance for your answer.