If you are worried about writing to EEPROM too often you can use the update function to ensure that you are not stressing the memory if the actual value hasn't changed.
I don't have any experience with LittleFS but it seems like overkill if you...
I was (and am) surprised by the I/O speed and the overall snappiness of it. I haven't benchmarked the raw SD card access speed, but even when writing a single large file to the filesystem (read: with the filesystem layer making things slower) I'm...
Hello dear DIY friends..
I'm working on a new project called Degenerator 2. It's a polyphonic sampler and synthesizer based on Teensy 4.1 with 16MB sample ram and touchscreen.
In 2011 I started developing my first monophonic sampler/synthesizer...
Have you experimented with batching your writes to the file? I wonder what the impact of reducing the number of writes you are doing from 5x a second to maybe 1x every 2 seconds. This would only work if you are okay with losing a few readings...