Devices with more RAM?

@jernstlun, external SPI flash is cheap and easy to use. With SPIFFS you can store your data in a file format making. I had it running on a 1MB SPI flash just fine. You could also use a microSD along with the SDFat library on Build. It supports DMA and is very fast.

Take a look at this topic:

The code link for SPIFFS is here:

5 Likes