I'm using the ESP8266 as a WiFi "modem" and my main processor is a stm M3 arm based chip that communicates to the ESP via usart.
AT+CIPSEND only handles characters, which would be useful for maybe a simple html. However, if i'm looking to setup a webserver, I probably need to send HTML and pictures thru a binary based transfer.
Does anyone know how this can be done ?
br
Diso