-->
Page 1 of 1

SD Card File System library for ESP866

PostPosted: Mon Jan 19, 2015 12:26 am
by spacejunkie
Is there a SD Card Library for ESP8266?
Since SPI is accessible on ESP866 and Arduion uses SPI for for SD card access, the higher level code from Arduino can be ported to ESP8266. Has anyone done this (or any other FAT implementation) already?

Re: SD Card File System library for ESP866

PostPosted: Wed Jan 21, 2015 1:03 am
by vvap
It is very easy to port FatFS to ESP8266. Just write a few functions.

Re: SD Card File System library for ESP866

PostPosted: Thu Feb 26, 2015 8:25 am
by spacejunkie
I know, but I won't call it easy. One would need to spend quality time to iron out the porting bugs and any other bugs arising out of platform quirks. So I am trying to see if anyone has already done some work on this.

Re: SD Card File System library for ESP866

PostPosted: Sun May 24, 2015 2:02 pm
by HighInBC
People keep saying it is easy but nobody is doing it. I am wanting SD access from the ESP myself but don't really know where to start. It is not really my area.