- Sun Jul 09, 2017 5:14 pm
#68108
Hello, I updated my router and then my ESP8266 just stopped being able to connect to the internet. It works when I make my phone a hotspot, so I'm not sure what's wrong. It has an IP address on my router and I can ping local computers no problem, if anyone knows what could possibly have changed that caused this please let me know. I also tried it on a different router, but it didn't work on that one either.
Here are some example commands:
AT+CWMODE_DEF=1
OK
AT+CWJAP_DEF="SSID (Redacted)","PASSWORD (Redacted)"
WIFI CONNECTED
WIFI GOT IP
OK
AT+PING="192.168.1.1"
+6
OK
AT+PING="184.106.153.149"
+timeout
ERROR
AT+CIPSTART="TCP","184.106.153.149",80
ERROR
CLOSED