-->
Page 1 of 2

Looking for a working SD FAT library

PostPosted: Wed May 20, 2020 10:58 am
by Tertius21
Is there any SD Fat library who works with the esp8266?

I have tried many different librarys. But all have problems if i include
#include <ESP8266WiFi.h>
and/or
#include <ESP8266WebServer.h>

sd.h is working. But i miss to set the file timestamp. So i must use another library. Or anyone knows a way to set the timestamp with sd.h ?

Here you can see what i want to do: https://www.esp8266.com/viewtopic.php?f=160&t=21414

Re: Looking for a working SD FAT library

PostPosted: Wed May 20, 2020 11:47 am
by Bonzo
I seem to remember having problems with a project last year and looking back at the code I also used
#include <SD.h>


I was using a GPS module and got the time from that

Re: Looking for a working SD FAT library

PostPosted: Wed May 20, 2020 11:57 am
by Tertius21
Have you set the timestamp of a file on the sd card? Not the filename! The timestamp of the file.

Re: Looking for a working SD FAT library

PostPosted: Wed May 20, 2020 12:26 pm
by Bonzo
No I have not tried that but use the timestamp as the filename.