Page 1 of 1

Arduino ESP32 RAM usage.

Posted: Sat May 19, 2018 6:43 am
by Trialblazer47
Hi everyone,

So I am working on project that requires more RAM to store samples of Accelerometer say for at least 30 seconds and then send it over AWS.

But the problem is with all the functionality implemented (wifi manager, Sensor data collection on one core and AWS IoT) we are able to store 9600 samples (9600*3*2 bytes or 57600 bytes of RAM).
But recently I was testing only storing or just creating an array with a big size and the code works for a very large array even larger than the size of Actual RAM on ESP32 wroom. but when I integrate adxl library into it the code fails to compile saying ram overflowed.

SO here is the code can someone test it. https://gist.github.com/9f39f9e4ac9f744 ... f81c68.git

Re: Arduino ESP32 RAM usage.

Posted: Sat May 19, 2018 7:42 am
by WiFive
If you're going to write the word Arduino or even imagine it, put your post here
https://esp32.com/viewforum.php?f=19

https://esp32.com/viewtopic.php?f=19&t=5308