i work with the ESP8266 since 2 months now.
i try to setup the chip as TCP server, to serve some real web pages : html, css, script and images.
so I configure the chip with multiple connection.
I use a MCU as host. i don't want to create my own AT firmware with the SDK.
i would like to know when we can expect a full working and robust AT firmware ?
and a solid document which describe all the strange unsolicited messages ? as "busy", "ERROR" ...
and what to do exactly on each messages.
if the image (or other parts) is less than 2048bytes (size of the buffer), it work more or less right.
as soon as it is bigger, say 10KB, maybe 90% of time, it fail !
I'm fighting to manage all unsolicited message, add some delay, try and try different manner, but the result is too often poor and inconsistent 
maybe I'm wrong with my host code.. !?
so please can you provide some application note which describe how to implement a robust web server with an external host CPU ?
I need to serve 2 or 3 pages with images, script and other stuff as CSS.
and surely some AJAX script, so it will be repetitive GET or POST requests : I need something robust !
thanks for your support, best regards
PhilStatistics: Posted by phil31 — Sat Jan 17, 2015 7:01 am
]]>