ESP8266 SD Card Interfacing
Описание
This video outlines a few different options for using an SD Card from a Wemos D1 Mini Pro ( or any other ESP8266 device with enough pins. ) I also show how to use a typical Micro SD Card Adapter with no additional components and provide tips and example code to make getting started easier.
I use the SDFat library for working with SD cards on ESP8266 Micro Controllers because the Arduino IDE gives me grief about having multiple "SD" libraries installed. I just find it easier, and functionally the same.
The SDFat library can be found here:
https://github.com/greiman/SdFat
Rewritten / Expanded ESP8266 SDFat Example Code available on Github here: https://github.com/jgoergen/WemosD1MiniExampleSketches/tree/master/SDCard.
More info on using a Micro SD Card Adapter:
https://alexlubbock.com/micro-sd-adapter-esp8266-esp32
Рекомендуемые видео



















