-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP8266 Not enough memory error #2
Comments
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: |
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 :) |
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?
The text was updated successfully, but these errors were encountered: