Chat freely about anything...

User avatar
By sgoum
#13830 Hello
I have a problem with ESP8266

I give this commands

AT
AT+CWMODE=3
AT+CWJAP="SSID","password"
AT+CIFSR
AT+CIPMUX=1
AT+CIPSERVER=1,8080 (or 4040 or 80)

with AT+CIFSR I see that ESP8266 does get an IP 192.168.1.222
but when I do a network scan the module does not show up.
I can not connect to with a client it seems like it does not exist in my network.
On the contrary I can connect to it in AP mode and everything works ok.

I have tested it in another network with different router and also I have tested another ESP8266 module with older firmware. The same problem in all cases.

Any idea what is going on?

Thank you