Hi
i am working on a project with arduino Uno , i am using an SPI flash memory IC and i want to make the arduino create files from the data comming from the Serial as (.txt,.csv,.json...)
and store them in the flash memory, is there any library that manages to make file system
the SD card library do actuially create files can i use the flash memoy chip instead (as an SD card)
Is it the SPIFFS library that you need?
Why not SDFat + SPIFlash?
Eg.
Adafruit_SPIFlash/examples/SdFat_full_usage/SdFat_full_usage.ino
does it work on arduino?
this one seems to be good i'm gonna try it tomorrow thanks buddy
No, it works on ESPs.
@rdouchka if you haven't found it, have a look at:
There are a few limitations such as having to declare the file size when it's created. Not too much of a problem if you use a Winbond W25Q256 SPI device. It will give you 32Mb of storage.
Nite that the chip is a 3.3V device so you will need to take that into account with a 5V UNO.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.