Chat freely about anything...

User avatar
By rant
#31176 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)

Code: Select allAT+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 .