Page 1 of 1

ESP32-LYRATD-MSC Playing Tune form Micro SDCard

Posted: Tue Oct 02, 2018 6:36 am
by walker34
Hi everyone,

How can we sing a song from micro sd card?

• What is the commnad for play a tune from microsd card.
• Can we setup a media player to kit. If your answer is yes, How can we find player.exe and how to install it?
• For instance, Let say we have two tunes as A.mp3 and B.mp3 on SD card. I want to play A.mp3 , what can I command to the board for playing A.mp3?

In the datasheet of MSC, They indicate tune can be played on SDcard.

I add the datasheet SS.

Please help me.

Re: ESP32-LYRATD-MSC Playing Tune form Micro SDCard

Posted: Fri Dec 14, 2018 9:50 am
by water117
I think you can refer to the "cli" example.
/esp-adf/examples/cli

The "cli" sample code don't support ESP32-LyraTD currently.
But you can refer to esp-adf/examples/get-started/play_mp3 and porting the ZL38063 and replace the ES8388.

https://github.com/espressif/esp-adf/tr ... amples/cli