-->
Page 1 of 1

Esp8266 connects to Hotspot but not to router Why?

PostPosted: Sun Aug 18, 2019 5:34 pm
by ImranUllah
Hello Every Body
I am trying to connect esp8266 to my router wifi but it fails. On the other hand it connects with my Mobile Hotspot. I am getting nowhere. Pls help me out in this one.
Thanks.
The activity that i have done is as follows,
AT+CWMODE=1

OK
AT+CWLAP
+CWLAP:(4,"SSID",-63,"BSSSID",6,36,0)

OK
AT+CWJAP="SSID","Pass"
+CWJAP:3

FAIL
AT+CWDHCP=1,1

OK
AT+CIPSTA="192.168.10.7","192.168.10.1","255.255.255.0"

Ok

Re: Esp8266 connects to Hotspot but not to router Why?

PostPosted: Mon Aug 26, 2019 6:56 pm
by davydnorris
Can you check what radio protocols are enabled on your router?

You need 2.4GHz and b/g/n - maybe the router is 5GHz?

Re: Esp8266 connects to Hotspot but not to router Why?

PostPosted: Tue Aug 27, 2019 2:07 am
by ImranUllah
davydnorris wrote:Can you check what radio protocols are enabled on your router?

You need 2.4GHz and b/g/n - maybe the router is 5GHz?


Thanks bro for the reply. Bro I have checked it it's 2.4GHz but don't know where to look for b/g/n.