-->
Page 1 of 1

ESP8266 sending files over the payload size limit

PostPosted: Sun Jun 21, 2015 5:03 am
by Lefteris Stamataros
Hello

this video shows a way how to program your ESP8266 to send files that are bigger than payload size limit.files are stored in internal flash memory.at this point its answers only HTTP GET request.

[youtube]https://youtu.be/5ElOFNiphGA[/youtube]

Re: ESP8266 sending files over the payload size limit

PostPosted: Mon Dec 14, 2015 5:27 am
by iboboc
Good work, I was learning from this for my SmartButton project https://www.hackster.io/iboboc/smartbutton-pro-06ce5d

Thanks! All the best to you!

Re: ESP8266 sending files over the payload size limit

PostPosted: Mon Jan 25, 2016 1:29 pm
by Lefteris Stamataros
thank you mate for mention me at hackster.io
i've appreciate that.

i've created a new video with ESP8266 serving a big file (over 10k).
take a look at https://youtu.be/O2AQ6E92ZL0

the whole page is created with javascript. to achive communication and data transfer via ESP8266 and web browser i've use AJAX. data are stored in JSON format.

take a look maybe you will find something useful.
if you need the code post a comment on youtube video