SD Read and Write Speeds on an ESP32
I did not find any comprehensive overview of the expected read on write speeds of the different Arduino SD APIs that are provided to access the SD drive. I also expected to see a difference depending on the read/write size. I tested the SD and SDMMC libraries, that are provided by the ESP32 Arduino core. I also wanted to include the SDFAT library, but unfortunately it was crashing with different read or write sizes, so Read more…