Forum
EasyIoT server
ESP8266 EasyIoT Driver
sensor node can not connect to EasyIoT server
sensor node can not connect to EasyIoT server
Less
More
Posts: 2
Thank you received: 0
9 years 7 months ago - 9 years 7 months ago #1127
by momo
E_START
E_CWMODE
Send cmd:AT+CWMODE=1
AT+CWMODE=1
no change
Response->OK
Send cmd:AT+CWJAP="AndroidAP","123456789"
AT+CWJAP="AndroidAP","123456789"
OK
Response->OK
Send cmd:AT+CWJAP?
AT+CWJAP?
+CWJAP:"AndroidAP"
OK
Response->OK
Send cmd:AT+CIPSTART="TCP","192.168.43.212",80
AT+CIPSTART="TCP","192.168.43.212",80
þ
ERROR
Unlink
Response->error
Send cmd:AT+CIPCLOSE
AT+CIPCLOSE
ERROR
Response->error
Last edit: 9 years 7 months ago by
momo .
Please Log in or Create an account to join the conversation.
Less
More
Posts: 862
Karma: 25
Thank you received: 264
9 years 7 months ago #1133
by EasyIoT
momo wrote: E_START
E_CWMODE
Send cmd:AT+CWMODE=1
AT+CWMODE=1
no change
Response->OK
Send cmd:AT+CWJAP="AndroidAP","123456789"
AT+CWJAP="AndroidAP","123456789"
OK
Response->OK
Send cmd:AT+CWJAP?
AT+CWJAP?
+CWJAP:"AndroidAP"
OK
Response->OK
Send cmd:AT+CIPSTART="TCP","192.168.43.212",80
AT+CIPSTART="TCP","192.168.43.212",80
þ
ERROR
Unlink
Response->error
Send cmd:AT+CIPCLOSE
AT+CIPCLOSE
ERROR
Response->error
It seems that Arduino is TX and RX lines are connected correctly, because you get response to AT commands. Problem is, that sensor node can not connect to EasyIoT server. Possible reasons are: EasyIoT server is not running, server is behind firewall, server IP address is not correct or even bad power supply.
Please Log in or Create an account to join the conversation.
Forum
EasyIoT server
ESP8266 EasyIoT Driver
sensor node can not connect to EasyIoT server
Time to create page: 0.225 seconds