ESP8266 AT+CIPSTART doesn't work before resetting.


i'm sending ssid , pw information android phone, , esp8266 receives , starts connection immediately. problem though connects wifi , gets ip address etc, can not start at+cipstart="tcp","192.168.43.164",3000. returns error.

however, when reset arduino via reset button, reloads ssid, pw eeprom, again connects wifi , gets ip address etc, time at+cipstart="tcp","192.168.43.164",3000 works!

any thoughts?

quote
i'm sending ssid , pw information android phone
how sending that?


Arduino Forum > Using Arduino > Programming Questions > ESP8266 AT+CIPSTART doesn't work before resetting.


arduino

Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'