@HyGy I've just confirmed on gitter that using IP address in place of hostname allows me to send data to Sparkfun using http.get(...). With hostname I was getting the out of memory issue after about 7 requests similar to what you have been seeing. @kolban gave me the heads up on that last night.
Will bet that is your issue? Maybe try divorce your code from the temperature polling as that would appear to be a separate issue - maybe the probe you have? (I was able read temp using the DS18B20 module and a DS18B20 probe on ESP8266 just fine - also posted about that on gitter)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@HyGy I've just confirmed on gitter that using IP address in place of hostname allows me to send data to Sparkfun using
http.get(...)
. With hostname I was getting the out of memory issue after about 7 requests similar to what you have been seeing. @kolban gave me the heads up on that last night.https://data.sparkfun.com/streams/6JxNaX7o06S0RxJgvRdD
Will bet that is your issue? Maybe try divorce your code from the temperature polling as that would appear to be a separate issue - maybe the probe you have? (I was able read temp using the DS18B20 module and a DS18B20 probe on ESP8266 just fine - also posted about that on gitter)