aREST_UI icon indicating copy to clipboard operation
aREST_UI copied to clipboard

ESP8266 Dies

Open jhagberg opened this issue 7 years ago • 3 comments

Hej.

It looks like the aREST_UI is hanging after some min using the UI version.

It responds to ping but nothing else. I tried the plain aREST and got the same problem at first. Checking out the https://github.com/marcoschwartz/aREST/pull/183 it was more stable. Any tips on how to debug this?

jhagberg avatar Jan 22 '18 08:01 jhagberg

Just tried this on a Adafruit HuZZAH 4M and I managed to get these printouts before it dies.

Live heap is: 38224.00 Live heap is: 38224.00 Live heap is: 27640.00 Live heap is: 4840.00

DEAD

jhagberg avatar Jan 22 '18 09:01 jhagberg

Hi, unfortunately it is an issue with the HTTP module on the ESP8266 Arduino library - for now I was not able to find a fix despite a lot of messages I posted on the library's GitHub repository

marcoschwartz avatar Feb 11 '18 14:02 marcoschwartz

Yes, I failed also to get a fix. I am now using the ESP8266Webserver lib and hardcoding the html in progmem. So far stable. Thanks for your response.

jhagberg avatar Feb 11 '18 16:02 jhagberg