Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SdFat compatibility with ESP8266 #501

Open
VantagePro2 opened this issue Dec 20, 2024 · 4 comments
Open

SdFat compatibility with ESP8266 #501

VantagePro2 opened this issue Dec 20, 2024 · 4 comments

Comments

@VantagePro2
Copy link

Hi,
The issue of compatibility of the sd version with the ESP8266 was already discussed two years ago,
See: #327
But I still haven't figured out if this issue has been resolved.
I'm trying to run an SdInfo sketch from the examples.
The connection between NodeMCU (ESP8266) and microSD Shield is as shown in the example at the link: https://www.instructables.com/SD-Card-Module-With-ESP8266/
When the SD_CS_PING parameter was set to "SS" there was the massage on monitor that the microSD card cannot be initialized on pin 8.
When the SD_CS_PAGING parameter was set to "8" there wasn't any messages are displayed on the monitor.
What is the error?

@greiman
Copy link
Owner

greiman commented Dec 20, 2024

You should use the version of SdFat here for ESP8266.

@VantagePro2
Copy link
Author

Good evening!
I downloaded the SdFat from https://github.com/earlephilhower/ESP8266SdFat.
Also I deleted all another versions SdFat libraries from \Arduino\libraries
Unfortunatelly I don't get info about SD card in Port Monitorю
Even I defined SD_CS_PIN = SS/4/8/10 there wasn't info about SD card

@greiman
Copy link
Owner

greiman commented Dec 21, 2024

You need to post on the above site. I did not port it to ESP8266.

@VantagePro2
Copy link
Author

Ok.
Thank you for the link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants