SdFat-beta icon indicating copy to clipboard operation
SdFat-beta copied to clipboard

Beta SdFat for test of new features

Results 33 SdFat-beta issues
Sort by recently updated
recently updated
newest added

Hey Guys, Im trying to run the GameFrame Code from https://github.com/Jerware/GameFrameV2 with a Teensy 4.1 Any idea why the SdFat always yelling at me that there is no 'vwd' member?...

Hi, Mr greiman. I use ESP32 to make an MP3 player. When implementing the SD card hot-swapping function, I found that the SD card cannot be read or written after...

Hi, Mr greiman. I configured SdFatConfig.h, but the serial port returns check sd format. The test case I used is unicodeFilename.

Hi, I'm trying to open a chinese name file like "你好.txt" but it doesn't work; and the major code is like: `#define USE_UTF8_LONG_NAMES 1 /*And I also change the value...

Hi Mr. Greiman, thank you for your efforts, I appreciate you. I am working on a wrist watch project that will use an ESP32 (for the Bluetooth and Wifi capabilities...

I have an esp32 using hardware SPI with a tft display and the sd card sharing the SPI. It is working fine with a FAT32 sd card - the SPI...

SD File Downloader would be very necessary by using SdFat. SdFat is faster so would be great if you have a webserver to display the file list and select each...

Running "bench" on a Nano 33 BLE Sense. ("Struct Stat" compile error error fixed using [https://github.com/ARMmbed/mbed-os/pull/12607/files](url)) I am wondering if 46.84 KB/Sec write and 47.28 KB/Sec read is the best...

Hello, At the moment, I am engaged in a project where I need to use both sdfat-beta library and usbfat library [https://github.com/greiman/UsbFat](url) on arduino mega adk. It seems that both...

Looks like getName() doesn't always properly null terminate the string it writes into the user's buffer. Here's the result I'm seeing on a simple program to recursively print directories. ![sc](https://user-images.githubusercontent.com/965463/107117999-f00d7780-6832-11eb-9db8-5d283b3048c9.png)