Forum Rule: Always post complete source code & details to reproduce any issue!
-
Member
SdFat library with audio board
Hi. In my project I am using Teensy 3.6 with the audio board. I would like to record audio and store it in the audio board's SD card choosing the name of the new file after finishing the recording. As I to assign a name for the new file before start the recording my idea was setting a temporary name and after recording the audio change that name for another one. Unfortunatelly the Sd library doesn't have any rename method, so I tried using the SdFat library. But I wasn't able to make it work with the audio board.
I have tried this code.
It works well with the built-in SD card reader, but with the audio board it prints "Unable to access the SD card".
Has anyone achieved to use the SdFat library with the audio board?
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules