As the title says... Chat on...

User avatar
By cwr
#59463 I've been hit by a "not enough memory" error when starting a fairly small NodeMCU program, and I've been trying to find out what sort of memory is lacking; there seems to be about 20K of heap space, and about
9K of source code, but I've no idea how much stack space is used (or available).

Has anyone written any memory analysis tools for the ESP8266? They would have to be at the C module level, I guess, and built into the NodeMCU binary, but they would definitely make life easier.

Thanks for any ideas - Will
User avatar
By TerryE
#59501 Use a current release of NodeMCU for a start. It sounds like you are using one of the old 0.95 versions. The current master version has over double the amount of free RAM.