Page 1 of 1

More Dynamic Memory

Posted: Thu Dec 14, 2017 9:27 pm
by Reefhermit
Is it possible to get more dynamic memory? I need bout 0.75-1 Meg for the arrays.

Re: More Dynamic Memory

Posted: Thu Dec 14, 2017 9:46 pm
by WiFive

Re: More Dynamic Memory

Posted: Fri Dec 15, 2017 7:44 am
by ESP_Sprite
In general; any devboard which has either the ESP32-Wrover module or a bare ESP32 with an extra PSRAM chip should give you 4MiB of dynamic memory.

Re: More Dynamic Memory

Posted: Fri Dec 15, 2017 2:07 pm
by Reefhermit
That’s what I thought, but it doesn’t show up on the Arduino IDE. And when I try to run the large array code I run out of memory. Can you advise how to use the SPI Ram?

Re: More Dynamic Memory

Posted: Sat Dec 16, 2017 3:35 am
by ESP_Sprite
Ah, sorry, I didn't see you posted this on the Arduino forum... that is a bit outside my area of expertise, I'm afraid.