Sending data from web to ESP8266
Posted: Mon Dec 12, 2016 5:08 pm
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
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