aREST-ESP8266
aREST-ESP8266 copied to clipboard
ESP8266 Not enough memory error
Hi,
I've tried to put the aREST.lua and the basic.lua file on my esp8266. With the last NodeMCU firmware released. This is the error i'm getting:
lua: error loading module 'aREST' from file 'aREST.lua':
not enough memory
How to deal with it?
Seems to be better compiling the files.. :/ but it's tricky the whole compiling process and the .lua file removing. Moreover sometimes the board reset with no reason.
Hello,
I basically stopped the support for aREST in its lua version, as the Arduino version is working much better. I suggest checking out (I think you already did):
https://github.com/marcoschwartz/aREST
And this article to get started:
https://www.openhomeautomation.net/getting-started-esp8266/
Do you mean uploading it on Arduino? or on the ESP8266 With arduino IDE and different firmware than NodeMCU?
Indeed I mean ESP8266 With arduino IDE and different firmware than NodeMCU. This is what works best with the ESP8266 at the moment in my opinion.
which firmware do you advice?
Basically the Arduino IDE (+ the ESP8266 package) will install a new firmware automatically on the chip :)