Arduino based music player using DFPlayer Mini

Поділитися
Вставка
  • Опубліковано 8 січ 2022
  • How to make a music player using DFPlayer Mini and Arduino
    Sometimes using sound or voice gives an edge to a project. Like the voice of any AI system or robot. So to do this we need a music player. But generating sound through Arduino is a very tedious task and the sound clarity is also very poor. One of the leading music players that can play music from a storage device and can communicate with a microcontroller is the DF player Mini.
    You can find more information in my article: github.com/circuiTician/Embed...
    You can purchase DF player Mini from here: bit.ly/3q7j1Uo
    You can also check the official website of DF Robot: bit.ly/3GcBHHZ
    Chapters----
    00:00:05 Intro
    00:00:58 Sponsor
    00:01:18 What is DF Player Mini
    00:01:58 Pin Description
    00:02:53 IO mode
    00:03:14 Storing the music in SD card
    00:05:27 AD Key mode
    00:08:35 USB mode
    00:09:54 Serial communication mode
    00:10:48 Arduino Code
    00:12:35 Outro
    Follow me on social media ------
    Facebook: / circuitician
    Instagram: / circuitician
    For more exciting videos like this subscribe to my channel: ua-cam.com/users/circuiTician?...
    #dfplayermini
    #arduino
    #mp3player
  • Наука та технологія

КОМЕНТАРІ • 38

  • @drelectronics13
    @drelectronics13 Рік тому +1

    Really well explained,I mean all things are explained i didn't know this tiny module has this many functions

  • @schoginitoys
    @schoginitoys Рік тому

    Very comprehensive. Well done.

  • @mthn_mg
    @mthn_mg Рік тому

    Makes my day❤️... Thank you so much...

  • @avinitsaha8866
    @avinitsaha8866 2 роки тому

    Very innovative idea keep going brother.

  • @qsdrfghgujfddyffguff
    @qsdrfghgujfddyffguff Рік тому

    Superbly explined, but noicy audio.. what is the maximum kpbs rating of mp3 format

  • @shubhamghosal
    @shubhamghosal 2 роки тому +1

    Amazing 💐🔥

  • @Mysthral1
    @Mysthral1 11 місяців тому

    Very informative. Anybody know the title of the sort of spooky song after "access granted"?

  • @arpandutta1356
    @arpandutta1356 2 роки тому

    Excellent

  • @nikhilkumar5180
    @nikhilkumar5180 2 роки тому

    hi i am trying to use DFPlayerMini with nodemcu. i wrote correct code but still not getting any output on serial monitor or via speaker. can you please tell me exactly which pin of nodemcu board i need to connect to TX and RX pin of DFPlayerMini. Thanks

  • @kolboy2028
    @kolboy2028 2 роки тому

    nice work

  • @suparnabasu9054
    @suparnabasu9054 2 роки тому

    Grt video

  • @santoshbabu517
    @santoshbabu517 11 місяців тому +1

    Im using this card but there is communication issue with esp 32 and arduino nothing working asny help...?

    • @circuiTician
      @circuiTician  11 місяців тому

      What error are you getting?

  • @voiceofarnab2563
    @voiceofarnab2563 2 роки тому

    ❤️❤️

  • @rajeshgupta9147
    @rajeshgupta9147 Рік тому

    Hi,
    I have created a alarm project based on time using ds3231 and esp32 with DFPlayerMini.
    DFPlayer is not working always if i set every hour play commad for DF Player mini 50% time it is not playing via ESP32 dfplayer.playMp3(2);
    And sound setting is becoming 0 automatically. Any alternative module so i can replace DFplayermini which can play mp3 from sd card.
    Please help. Thank You.

    • @circuiTician
      @circuiTician  Рік тому

      I didn't face problem like this ...ping me in insta will discuss about this

  • @donvukovic7440
    @donvukovic7440 Рік тому +1

    Will this module work without problems with a 4ohm/3W speaker ?

  • @sumantradutta8851
    @sumantradutta8851 2 роки тому

    Fabulous

  • @mikeberger1688
    @mikeberger1688 Рік тому +1

    does anyone know the current draw on this mp3 module? idle and full volume?

    • @circuiTician
      @circuiTician  Рік тому

      At 3.3 volt not more than 1.5 amps

    • @mikeberger1688
      @mikeberger1688 Рік тому

      that sounds more like "supply" rather than consumption? -- thanks anyway.

  • @indrarider5506
    @indrarider5506 Рік тому

    Is it long lasting?? Generally sd card modules damages after some time

    • @circuiTician
      @circuiTician  Рік тому +2

      I have used it for over 1 year and it is working till now.

  • @zarishlashari6758
    @zarishlashari6758 2 роки тому

    Can i bend The pins of DF player? they Did'nt Fix in Bread board? and i m adraid Too To do This coz i think If i bend the pins they will break...what i do🥺😭
    and 2ndly can i use 15watt speaker?

    • @circuiTician
      @circuiTician  2 роки тому +1

      You can fit the df player in bread board you just have to give a little push to fit it..
      If you want to use the built in amplifier of df player then you have to attach 3 watt speaker ...
      And if you want to use 15 watt speaker then you have to use a external amplifier

    • @zarishlashari6758
      @zarishlashari6758 2 роки тому +1

      @@circuiTician thank uh very much..stay happy

  • @raushankashyap1482
    @raushankashyap1482 Рік тому

    How to add a potentiometer for volume control with Arduino

    • @circuiTician
      @circuiTician  Рік тому +1

      Pot left pin to 5v
      Right pin to ground
      Middle pin to any of the analog read pin of arduino like A0 A1 A any one...
      You will get the reading from 0 to 1023 range... So map the value from 0-30 using map function and then write the value in df palyer volume function..

    • @raushankashyap1482
      @raushankashyap1482 Рік тому +1

      @@circuiTician i don't know how to write code for this circuit. Please make a video for this project

  • @donvukovic7440
    @donvukovic7440 Рік тому

    Will your code for this DFplayer be made available again ?

    • @circuiTician
      @circuiTician  Рік тому

      You can find in the description

    • @donvukovic7440
      @donvukovic7440 Рік тому

      @@circuiTician "Page Not Found"

    • @circuiTician
      @circuiTician  Рік тому +2

      github.com/circuiTician/Embedded-System-IoT/tree/main/DF%20player%20mini

    • @donvukovic7440
      @donvukovic7440 Рік тому

      @@circuiTician Thank You

  • @shivamrawte9579
    @shivamrawte9579 2 роки тому

    Please help for related project