SirGeorg wrote:OK, now it works for me too, I just did not wait enough for the server response
Now I will have to write an arduino library - anybody already working on that?
i am currently working directly with the chip.
AT+CWJAP="SSID","PWD"
AT+CIFSR
10.0.0.131
AT+CIPSTART="TCP","10.0.0.110",5000
Linked
AT+CIPSEND=4
> ABCD
SEND OK
AT+CIPCLOSE
OK
Note that the documentation appears to be wrong. there is no Channel ID or I can't get the syntax right. It works if you do ="TCP".... also, if I kill the server the I have to reset the chip. it says unlink all the time.
Syntax for CIPSTART from the chip
AT+CIPSTART=?
+CIPSTART:(id)("type"),("ip address"),(port)
+CIPSTART:((id)"type"),("domain name"),(port)
Issue with syntax as stated
AT+CIPSTART=2,"TCP","10.0.55.110",5000
Link typ ERROR
Issue with Server crash and chip won't link
AT+CIPSTART="TCP","10.0.55.110",5000
ERROR
Unlink
I am going thru command by command to get things to work. I have gotten it to accept WEP keys and attempt to setup an AP, but no luck seeing it.