1

Topic: connection to cloud server

Hello everybody
i am using arduino uno and esp8266 01 to connect with cloud server
i tried as access point n it works fine
when i change to cloud server i do not get connection and serial monitor gives me this feedback

01:06:14.197 -> AT
01:06:15.207 -> AT
01:06:16.180 -> AT
01:06:16.227 -> AT+RST
01:06:16.446 -> ATE0
01:06:16.446 -> AT+CWMODE=1
01:06:16.446 -> AT+CWQAP
01:06:16.446 -> AT+CWDHCP=1,1
01:06:16.446 -> AT+CWJAP="xxxxxxxxx","xxxxxxxxx"
01:06:21.503 -> AT+CIPMODE=0
01:06:21.503 -> AT+CIPMUX=1
01:06:21.643 -> AT
01:06:21.643 -> AT+CIPSTART=0,"TCP","cloud.remotexy.com",6376
01:07:01.893 -> AT
01:07:01.893 -> AT+CIPSTART=0,"TCP","cloud.remotexy.com",6376


do you have any solution for this
knowing hat i updated the firmwar
i opened router and found esp connected


thank you