1

Topic: Socket create error

hello
I Follow all steps for create a remote LED controller with Android mobile and Arduino uno and esp8266.
but when I want to connect to RemoteXY access point via RemoteXY  Android App, I confront with this ERROR:

Socket create error: failed to conect to /192.168.4.1(port 6377) after 90000ms: isConnected failed: ECONNREFUSED(connection refused)

please help me....

2

Re: Socket create error

Read the tutorial by link http://remotexy.com/en/help/start/arduino-esp8266-ss/
At the bottom of the article you will find information how to look for errors

3

Re: Socket create error

thank you for your replay

I do everythings that is in tutorial, I can send AT commands to ESP8266 and its response is fine...
but the ERROR("Socket create error: failed to conect to /192.168.4.1(port 6377) after 90000ms: isConnected failed: ECONNREFUSED(connection refused)") is not resolved...

any other suggestion?