A simple respond as a server ?
Posted: Mon Oct 12, 2015 11:29 am
I am using the esp as a server , giving it a network name, connecting to it from a mobile, and send it data.
It gets the GET request that i send it .
But then when i am trying to respond, i get OK , but the listener (iPhone ) is never getting the respond .
I guess i am doing something wrong .
This is the respond that i am sending (multiple mode)
Which means the respond has been sent, but its never make its way back to the sender .
Can it be because of a wrong respond structure ?
thanks .
It gets the GET request that i send it .
But then when i am trying to respond, i get OK , but the listener (iPhone ) is never getting the respond .
I guess i am doing something wrong .
This is the respond that i am sending (multiple mode)
Code: Select all
AT+CIPSEND=0,47
OK
> HTTP/1.1 200 OK Content-Type:application/json
busy s...
busy s...
busy s...
SEND OK
Which means the respond has been sent, but its never make its way back to the sender .
Can it be because of a wrong respond structure ?
thanks .