An open API service indexing awesome lists of open source software.

https://github.com/ucla-rocket-project/buffered-sd-card

Library to wrap arduino's SD operations, using buffering to increase write throughput. Communicates with SD card via SPI. Also has lots of utility functions
https://github.com/ucla-rocket-project/buffered-sd-card

Last synced: 3 months ago
JSON representation

Library to wrap arduino's SD operations, using buffering to increase write throughput. Communicates with SD card via SPI. Also has lots of utility functions

Awesome Lists containing this project

README

          

# Buffered SD


## SD Library Performance Comparison
- Cut write times by 80%

## Test Setup
- **Device**: ESP32-S3-Wroom-1U
- **SD Card**: XTSD

## Performance Results

| SD interface | Time Taken (*) |
|----------------------------|----------------|
| Regular | 16.02160 |
| Buffered SD | 3.05133 |

*Test of writing 200 bytes of data 1000 times