Retrieving current track-details with Catalex MP3 Board (YX5300 Chip)
(i'll preface saying i'm new arduino development, , while i've ordered mp3 board has not yet arrived.)
it seems there several projects wire up:
* catalex mp3 board (yx5300 chip)
* wemos d1 mini.
for example one:
* https://github.com/umarsear/esp8266-connected-mp3-player
i'm confident manage myself, 1 obvious thing i've not seen of these projects display track-data on lcd display, obvious extension (along adding remote-control).
i found additional details of various return values on page:
* http://forum.banggood.com/forum-topic-59997.html
however indicates offset of playing track, , sd-card integral playback module seem cannot read filenames arduino - there no api exported handle reading, audio-operations.
am missing obvious here? or case using playback module cannot display track details? (filename specifically, appreciate reading id3tags might ask.)
if wanted create toy mp3 player hear music , see track-details on display of kind better off different playback device, , make controller handle streaming of data card-reader module, , give me ability access filenames too?
it seems there several projects wire up:
* catalex mp3 board (yx5300 chip)
* wemos d1 mini.
for example one:
* https://github.com/umarsear/esp8266-connected-mp3-player
i'm confident manage myself, 1 obvious thing i've not seen of these projects display track-data on lcd display, obvious extension (along adding remote-control).
i found additional details of various return values on page:
* http://forum.banggood.com/forum-topic-59997.html
however indicates offset of playing track, , sd-card integral playback module seem cannot read filenames arduino - there no api exported handle reading, audio-operations.
am missing obvious here? or case using playback module cannot display track details? (filename specifically, appreciate reading id3tags might ask.)
if wanted create toy mp3 player hear music , see track-details on display of kind better off different playback device, , make controller handle streaming of data card-reader module, , give me ability access filenames too?
while might, or might not, possible want particular board, did find alternative.
if stick r3 can use alternative approach "adafruit "music maker" mp3 shield".
that allow me to:
* read files on card, name.
* specify single filename play.
which means code can run so:
* read files array.
* shuffle them - random play.
* each file
* output name display.
* play file.
the end result want - random-play display of track being played.
from can add buttons/remote-handling allow control.
if stick r3 can use alternative approach "adafruit "music maker" mp3 shield".
that allow me to:
* read files on card, name.
* specify single filename play.
which means code can run so:
* read files array.
* shuffle them - random play.
* each file
* output name display.
* play file.
the end result want - random-play display of track being played.
from can add buttons/remote-handling allow control.
Arduino Forum > Using Arduino > Audio > Retrieving current track-details with Catalex MP3 Board (YX5300 Chip)
arduino
Comments
Post a Comment