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

SD card doesn't go sleep between transfers #56

Open
jekhor opened this issue Jun 15, 2018 · 1 comment
Open

SD card doesn't go sleep between transfers #56

jekhor opened this issue Jun 15, 2018 · 1 comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@jekhor
Copy link

jekhor commented Jun 15, 2018

My SD card (4G by Transcend) consumes ~20 mA in idle state between transfers. Author of SdFat library wrote some years ago about this:
'I understand the problem. You are using SD.h and it has a bug that doesn't allow the SD to sleep.

SD.h has not added bug fixes from SdFat for about three years and the Adruino developers have added their own bugs. I tried SD.h with my tests and found cards pulled from 15 to 28 ma when idle.'
(http://forum.arduino.cc/index.php?topic=149504.msg1124464#msg1124464)

After conversion my code from SD to latest SdFat library power consumption in idle state became normal.

@daanvV
Copy link

daanvV commented Jan 25, 2022

Any updates on this? Does the SD library support sleep for SD cards now, or should we be using SdFat by William Greiman instead? https://github.com/greiman/SdFat

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants