Skip to content

SD card support [imported] #18

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

Closed
agdl opened this issue Jul 12, 2016 · 1 comment
Closed

SD card support [imported] #18

agdl opened this issue Jul 12, 2016 · 1 comment
Assignees

Comments

@agdl
Copy link
Member

agdl commented Jul 12, 2016

From @cmaglie on November 15, 2012 18:48

This is Issue 740 moved from a Google Code project.
Added by 2011-12-05T23:57:52.000Z by jur...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Defect, Priority-Medium

Original description

I had some problems with repeated initialization of SD cards with Arduino 1.0 (so I can remove them from the Arduino to retrieve the information on them). It would just stop writing to the card after a while. (before writing I initialized the SD card, but somehow this wouldn't work every time)

I got it working by using the latest version of SDFATlib, on which the current SD lib is based I think (a much older version).
The current SD lib works by providing a higher level interface for the old version of the SDFATlib.
With newer versions this is not needed anymore because a higher level interface is included in the SDFATlib itself.

Why don't you integrate this newer library, it also comes with good support for multiple SD cards and more features! :)

You can find the latest (Arduino 1.0 compatible) version on http://code.google.com/p/beta-lib/downloads/list

Copied from original issue: arduino/Arduino#740

@cmaglie
Copy link
Contributor

cmaglie commented Nov 14, 2017

should be fixed with #37 and #38, BTW this issue is too old to tell for sure...

@cmaglie cmaglie closed this as completed Nov 14, 2017
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