-
Notifications
You must be signed in to change notification settings - Fork 228
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 unable to play. #519
Comments
To begin with: Place only 1 to 5 .mp3 files in the root. With very simple names, like "one.mp3". No folders. This works for me. |
Please use the V2 version of the radio. See https://github.com/Edzelf/ESP32Radio-V2 |
@aly-fly I have tried that but still no go. I get a message in the serial monitor "SD card mount failed!" @Edzelf I have looked at the version 2 but I see it is designed to be compiled in the Platformio IDE I have been using the Arduino IDE And being a fairly noobie to programming I really dont wish to take on the steep learning curve to use Platformio. so is there a way to use this in the Arduino IDE? the current set up i have shows an error during boot up "SD card mount failed!" |
It is possible to use the Arduino IDE. But installing PlatformIO is much easier. You won't regret it. |
For using SD Card to which pin of ESP I have to connect SD-CS from SD connector (TFT display)? |
All input pins of the ESP32 are initialized using PULL_UP.
Note that using SD card is still experimental. |
Hi i am having trouble getting the SD card MP3s to show up on the drop down list and am unable to play them.
i have tried various file/folder formats but to no avail the card is being read by the ESP32 as when i use the serial monitor the folder name and track names appear on the serial monitor window when i click the MP3 list button then it states "0 Mp3 tracks on local drive" and the ESP also states "the folder "Live in Australia" is not in the root. but this folder with its tracks are the only thing on the SD card
can you tell me what the folder/file format is needed to work as i cannot find any reference to this in the manual/documentation.
The text was updated successfully, but these errors were encountered: