-->
Page 16 of 22

Re: Everything about Esp8266 and SD cards

PostPosted: Thu Jan 07, 2016 9:05 am
by Sore eyes
Elwood wrote:SDWebSever working fine, SD card initialized

Short answer – connect GPIO15 on ESP8266 to GND through a 10k resistor. Then connect CS from SD card directly to GPIO15.

Thanks. That tip, and the one to load up the root of the SD card was all I needed to get going.
Nice original write up. Thank you.

Re: Everything about Esp8266 and SD cards

PostPosted: Sat Jan 16, 2016 10:04 am
by EdCasati
Quick question.
I am using a display that also has touch and SD.
Should EVERY CS pin (all 3 of them) be pulled down with a 10K resistor?

Re: Everything about Esp8266 and SD cards

PostPosted: Sat Jan 16, 2016 10:07 am
by martinayotte
No ! CS pin on SPI devices are active low, so they needs to be pulled up to make them inactive, not pulled down.

Re: Everything about Esp8266 and SD cards

PostPosted: Sun Jan 17, 2016 11:00 am
by laxmimerit
Is there any example available in lua language to interface sd card. any reference would be helpful