-
Notifications
You must be signed in to change notification settings - Fork 20
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
Can't open database: Unable to open the database file Error 14 #21
Comments
Usually it would be an issue with connection to SD Card. Please see if the SD samples work before trying this lib. Also please see the README for specific version of SD Fat library to be used. |
Thanks for quick response.
I have used the SDFAT 1.0.7 as you mentioned. When I try to run the
examples of SDFAT library , everything fails except quickstart. The
difference is opening file SD.begin with clock speed. If I run the example
with #define SPI_SPEED SD_SCK_MHZ(4) then it works otherwise it fails.
Question to you is how should I change your code to include this clock
speed. Have you defined anywhere when you open a file with SD.begin ? I am
checking your source now but if you can help me quickly, it would be
great.
Thanks,
Nithya
…On Sat, May 28, 2022 at 10:04 AM Arun (Arundale Ramanathan) < ***@***.***> wrote:
Usually it would be an issue with connection to SD Card. Please see if the
SD samples work before trying this lib. Also please see the README for
specific version of SD Fat library to be used.
—
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWK7GMH47E4LXJMC4PJ7WLVMHHRLANCNFSM5XE5XSKQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The calls to SDFat are in |
I have used your library and able to compile successfully in Sketch.
On uploading to NODE MCU, only the sample with flash memory works. But for the SD card option, it throws error as 'cant open database...unable to open database file.
Any help would be appreciated.
I am using Node MCU ESP826 and my SD card is FAT32
The text was updated successfully, but these errors were encountered: