I am working on a project based on an Arduino and a commonly available, DF-Player-Mini module. The 'DFRobotDFPlayerMini' library is being used to communicate between the Arduino and this mp3 Player module. I am naming the folders 01, 02, 03, 04, ..., and 12, with each folder containing 1 mp3 file. Everything is working totally fine.
However, I have a special need to name the above twelve folders as A1, A2, A3, A4, B1, B2, B3, B4, C1, C2, C3, and C4. I have been reading the available material/datasheets of the DF-PLAYER-Mini(based on YX5200-24SS IC) and came to know that the names of the folders in the DF-Player module can be customized, and then can be accessed serially from the Arduino. The problem is that I have not found a way to access the customized named folders and the mp3 files, from the Arduino.
Any help to access the custom-named folders serially would be greatly appreciated.
So far I am only successful in finding the short/comprehensive datasheets of the said IC. These datasheets only mention that names of the folders can be customised. However, do not list/mention HOW.