-->
Page 1 of 1

Sending data from web to ESP8266

PostPosted: Wed Nov 30, 2016 8:13 pm
by sparkz19
What i am trying to accomplish

I want to fetch data from the web and send to ESP8266. The data is current news (about 5000 text characters) through some api. I expect the esp8266 module to be connected to the LCD screen to display the text (news).
I know i can use esp8266 server/client library for this.

Questions
    But my question is how much data can i send to ESP8266 (what is the limit)?
    And how much data can i store locally on the chip?

Thank you in advance