-->
Page 1 of 1

Updated Router and Now Nothing Works

PostPosted: Sun Jul 09, 2017 5:14 pm
by tommyp
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

Re: Updated Router and Now Nothing Works

PostPosted: Mon Jul 10, 2017 11:18 am
by johnnyfrx
I bailed on using AT commands. That fixed all of my problems.