Search found 3 matches

by dmglogowski
Thu Nov 02, 2023 7:06 am
Forum: ESP-IDF
Topic: Recommended Filesystem Type?
Replies: 5
Views: 2543

Re: Recommended Filesystem Type?

Thanks to everyone for their input!

It is currently looking like we are going to use FAT with wear levelling for the larger JSON style configurations and NVS for other configs which can change easily on the fly.
by dmglogowski
Mon Oct 30, 2023 7:12 am
Forum: ESP-IDF
Topic: Recommended Filesystem Type?
Replies: 5
Views: 2543

Re: Recommended Filesystem Type?

We thought about NVS, and it may be the right choice for some options, but we have to store some pretty large amounts of data, preferably in JSON format, so NVS isn't the right choice for the majority. But some things we can likely store in NVS.
by dmglogowski
Fri Oct 27, 2023 8:58 am
Forum: ESP-IDF
Topic: Recommended Filesystem Type?
Replies: 5
Views: 2543

Recommended Filesystem Type?

Hello there! We are currently working on an industrial application using ESP-IDF and an ESP-32S3-WROOM-2 module. For this application we need to save some amount of data on the Chips flash itself, mostly configuration data and similar, rather than an external data store like an SD Card. We know we c...