Arduino Library for Serial MP3 Player board (YX5300 chip)
You can buy the MP3 module on
Documentation and some Arduino code examples:
(Spanish) http://joanruedapauweb.com/blog/index.php/2017/02/07/arduino-serial-mp3-player-yx5300-es/
(Chinese)(Catalex_YX5300_Docs.zip files) http://pan.baidu.com/s/1hqilpB2
To ensure the integrity of serial communication, this library implements a very conservative 20 ms delay before and 1000 ms delay after sending a command. More complicated sketches that can manage their own delays between serial commands can disable this delay with the preprocessor definition NO_SERIALMP3_DELAY.