Arduino C++ DFPlayer Mini module v's MP3-T-16P v 3.0

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • A look at how to control the DFPlayer Mini module and MP3-T-16P v 3.0 using an Arduino Uno, Mega 2560 and ESP32.
    All code and more details available at
    www.digitaltown...

Komentáře • 21

  • @briancoode4071
    @briancoode4071 Před 3 měsíci +1

    Really relevant. Put me on the right track (no pun intended)

  • @sreeram9220
    @sreeram9220 Před měsícem

    i was looking for this model code thank you for the tutorial

  • @dasoul3710
    @dasoul3710 Před rokem +1

    You saved me! Thank you very much for this amazing video!

  • @greathorton
    @greathorton Před rokem

    Thank you for your introduction. I wanna extend my Arduino hardware to playback Beatles songs while Hornby Beatles train stops at station. Thanks again from Hong Kong.

  • @Madmaxkkb
    @Madmaxkkb Před 3 měsíci +1

    Will the DFPlayer library work on mp3 tf 16p module

  • @zalves2000
    @zalves2000 Před 2 měsíci

    I have bought several from different vendors, connecting via UART has been impossible. I’ve tested with multiple arduino libraries and micropython. Never works as intended. I’ve ordered what I hope is the original. Let’s see if it works…

  • @MenoR10NOSTALGIA
    @MenoR10NOSTALGIA Před rokem

    what are the differences I want to solder a button, the force and a speaker, mine is mp3 tf 16p v3.0, and it didn't work what could it be?

    • @digitaltown5442
      @digitaltown5442  Před rokem

      I would need to see what you are soldering the button to as without a circuit it's impossible to answer that question

  • @diodematrix3738
    @diodematrix3738 Před 11 měsíci

    Is it possible to display the file name being played on an oled screen

    • @digitaltown5442
      @digitaltown5442  Před 11 měsíci +1

      The short answer is no because the unit doesn't seem to read file names the way we would normally think of them. It just seems to run through the order they have been put on the SD card... and with a unit this cheap that's not surprising.
      The only work around is to load your tracks on the SD card, play through them and list the order and then use an array to draw the file names from as the track plays. The problem with this is if you change the tracks you have to start again.

  • @greathorton
    @greathorton Před rokem

    Do you know which similar MP3 module can provide stereo output?

    • @digitaltown5442
      @digitaltown5442  Před rokem

      I've not tried any stereo boards so would be hard to recommend one.

    • @greathorton
      @greathorton Před rokem

      @@digitaltown5442 I overlooked, this board already have stereo output pins at DACL and DACR. Thank you for your reply.

  • @ThePackingtapetech
    @ThePackingtapetech Před rokem

    did you try to play a audio clip less than 1 sec? the new one didnt play

    • @digitaltown5442
      @digitaltown5442  Před rokem

      Sorry I've not tried clips that short, I think the shortest I've done is 3 seconds. Have you tried formatting the card and only putting that single clip on. Gragmentation of any kind on the card is always a problem.

    • @ThePackingtapetech
      @ThePackingtapetech Před rokem

      @@digitaltown5442 yes i tried it the older version dont have problem with that also i notice that the new version has crappy sound

    • @digitaltown5442
      @digitaltown5442  Před rokem

      @@ThePackingtapetech I
      The sound on the ones I have has been identical to my ears to the old version. I do wonder about the quality of them but at the price I pay what can I expect.

  • @briancoode4071
    @briancoode4071 Před 3 měsíci

    These type of issues can waste hours. As a pensioner, there aren’t many of those left

  • @modelmodz
    @modelmodz Před měsícem

    so many cheap versions out there and many different problems, even how the tracks are added on the sd card, the only way to guarantee no problems is order direct from DFROBOT , but at $6 each vs the cheaper alternatives, I guess depends on budget and if that budget is worth the stress.

    • @digitaltown5442
      @digitaltown5442  Před měsícem

      I had that issue early on, now I just format the SD card and add the files one at a time in filenumber order. Seems to work every time.