SdFat icon indicating copy to clipboard operation
SdFat copied to clipboard

Arduino FAT16/FAT32 exFAT Library

Results 193 SdFat issues
Sort by recently updated
recently updated
newest added

I'm writing a simple program that writes to a SD card formatted in the "exFAT" format, on a Teensy 4.1 using the standard Arduino IDE compiler with the Teensyduino plugin....

Hi, I'm facing an issue with an ESP32 (I tried with core arduino [email protected], @3.4.0 and 3.5.0) and the SPI SdFat library version 2.1.2. I can't init the SD card...

Hi, I've an problem with recursion on corrupted sdcard which results in freezing of mine SAMD. I presume issue is related to bad files/dirs names or general fat structure malforming....

How could i use SDfat to log adc data to sd card using Nano 33 ble?

Hello, Thank you for your library. I am using Arduino Mega2560 and Ultra SanDisk SD card to read two ADC channel with 100 kHz each channel. Here is screen shot...

Hi Bill. I'm sure you've heard about challenges on Teensy using SdFat for USB drives which have a variety of partition table formats. Rather than go down a path were...

Version 2.1.0 MCU - Custom ATMEGA2560 I should start by saying that I have been working through your library to de-Arduino it for execution on a custom AVR ATMEGA2560. All...

Hi I am using an ESP8266 within Arduino IDE 1.8.16 with SdFat. On compiling I get loads of errors relating to SdFat. I have tried various board manager libraries for...

SDFat was updated through Arduino file manager and now I am getting an warning I never had before Arduino\libraries\SdFat\src/SdFat.h:452:2: warning: #warning File not defined because __has_include(FS.h) [-Wcpp] #warning File not...

Hi, Recently I use the TwoCards example in SdFat v1.0.7 in my project, it works OK. Here are the codes : #include #include "SdFat.h" #include "FreeStack.h" // set ENABLE_EXTENDED_TRANSFER_CLASS non-zero...