-->
Page 2 of 2

Re: ESP8266 "is connected" boolean function?

PostPosted: Sun Aug 09, 2015 10:23 am
by martinayotte
In my proposed solution, you would need to parse the returned IPs and figure out that STA IP is actually returned, not relying only on the OK token.

Re: ESP8266 "is connected" boolean function?

PostPosted: Mon Aug 10, 2015 10:18 am
by tomporter114
martinayotte wrote:In my proposed solution, you would need to parse the returned IPs and figure out that STA IP is actually returned, not relying only on the OK token.



I appreciate that, and I don't know why, for me, I didn't get a list of IPs so hence I had nothing to parse. hmmmm....

Re: ESP8266 "is connected" boolean function?

PostPosted: Mon Aug 10, 2015 1:19 pm
by martinayotte
Do you mean that trying "AT+CIFSR=?" manually doesn't returning any IPs ?
That would means that your previous "AT+CWJAP" didn't succeeded ...