-->
Page 1 of 1

esp8266 problems download json file (180kB) and its parser

PostPosted: Thu Jan 17, 2019 4:50 am
by robcim
Hi all,
I must download a json file (180kB) from a server and I must do its parser. I use an esp8266 with Arduino IDE using the HTTPClient.h library and its examples.
The instructions used are http.GET() and http.GetString(). The GET give me a result ok (=200) but the getString return a empty string. Why? Because the file it's big? There are a solutions?
Can you help me please?
Thank you.

Re: esp8266 problems download json file (180kB) and its pars

PostPosted: Fri Jan 18, 2019 3:28 am
by QuickFix