There is a little mistake in the connections with amplifier. Although the connections shown in the video will work but the pins which I have used are already amplified. So better you use different pins while attaching the amplifier which is shown in the images whose Link is attached with the comment. Also a speaker less than 3W will work perfectly with this player which is mentioned in the datasheet as well. Thanks to circuiTician for pointing out the error in the video drive.google.com/drive/folders/1cC9nhYPfJHXgexotAFUvFaCYoIrukgW-?usp=sharing
i want to put songs in an sd card, put that sd card in the df player and then use buttons to play each song separately. is that possible with this setup?
I feel like most tutorial videos either have no voice over or the most boring instructor. You make this sound interesting and easy to follow thanks for making this enjoyable
i am facing an issue where the speaker producer static/cackling sound (required audio file is not heard instead just the static sound) when an audio file gets played. I am using esp32(lily go t3 display) board, what can be the solution here?
Bhai... is channel ko hum nay apni arduino community main itna promote kia hai. Whom ever wants to learn Arduino I myself hit the subscribe button on his or her system..
Hi! I've recently acquired a brand new DFPlayer Mini not too long ago and have been trying to get it to work but have had no luck. I'm using an Arduino Uno board and I have everything hooked up correctly along with some small code that should be working, yet the player doesn't want to work and the led never seems to turn on. I'm using a 32 GB micro SD card with only 5 small audio files. Any ideas on why it's not working correctly?
Hello, I'm from Indonesia and I have something to ask, when I connect dfplayer with arduino nano it works but when I connect dfplayer with esp32 in serial monitor "dfplayer online online". Never appeared How to solve it??
I want to monitor whether there is a power in my home or not. for that i want to check all my AC 3phase is live or not using esphome how to do it... if possible make one video, So that every one can learn it.
Hello guys. Please help. How can I connect 2 buttons for 2 seperate audio files in this setup? Do I need any expansion board or something to connect these switch wires?
i followed the connection but getting error .!solutions please. DFRobot DFPlayer Mini Demo Initializing DFPlayer ... (May take 3~5 seconds) Unable to begin: 1.Please recheck the connection! 2.Please insert the SD card!
@@tareshgupta1095 nevermind, I followed a different tutorial and used a different library and now I'm listening to never gonna to give you up using the dfmini
Library uses timestamp for me not file name. I didn't even have numbers in my for names, n it references them by order copied. 001.mp3 copied after 002.mp3 is actually song #2 😊
Hello Sachin. I tried this connection many times. But I faced a problem. When I connect the MP3 module with Arduino, the example code works perfectly. But when I connect the MP3 module with ESP32 board, in the example code there is a begin dfplayer , where we pass the serial2 . So if the begin fails it stuck in while(1) of if loop. And if I removed the while(1) from if, it is working and the parameters from the module also print sometimes only. So i serch on the internet and found that this issue is facing by lots of people with ESP32 only. So what can be the issue. It may be some different DFPLAYER module?
There is a small problem to using this with the esp32... That your code wil stop in the while loop as esp32 is unable to get the response from the DF player. Just comment the line while(1) In the set up code and your are ready to go....
But you can try the way I wrote the code. I didn’t face any problem not even a single time. So do try that out and if it still not work Just Let me know the version of Arduino, ESP32 package and library that you are using currently.
Great video as usual 😂 I was like band kr 😂😂😂,but reason for poor sound quality maybe u havent given seperate 5 v to amplifiers or it's just messing with signals or last but not least it's a clone module ,better we check once with original MP3 module👍
@@techiesms and that's fine, but why don't you mention that you don't ship to australia before i go and create an account that now just sits there doing nothing Might be useful don't you think
@@techiesms Also... Your sign up process said i would receive an email that allowed me to change the password.... that email never arrived my email address works perfectly, I'm and I.T. Engineer so.. what happened to the sign up email
There is a little mistake in the connections with amplifier. Although the connections shown in the video will work but the pins which I have used are already amplified. So better you use different pins while attaching the amplifier which is shown in the images whose Link is attached with the comment.
Also a speaker less than 3W will work perfectly with this player which is mentioned in the datasheet as well.
Thanks to circuiTician for pointing out the error in the video
drive.google.com/drive/folders/1cC9nhYPfJHXgexotAFUvFaCYoIrukgW-?usp=sharing
Sir Make next Video on, Build Your Own Google Home + Alexa Smart Speaker
no me funciona con el esp32
i want to put songs in an sd card, put that sd card in the df player and then use buttons to play each song separately. is that possible with this setup?
Please share diagram of buttons you attached with esp32
And buttons with Arduino as well
I feel like most tutorial videos either have no voice over or the most boring instructor. You make this sound interesting and easy to follow thanks for making this enjoyable
This was one of the best videos I have seen, not to mention this was exactly the video I needed for my project. Keep up the great work.
Wow fantastic 😅😅😅 app mere hisab se mumbai nehi a sekte 😅😅 . ❤❤❤❤ For Techiesms😅
i am facing an issue where the speaker producer static/cackling sound (required audio file is not heard instead just the static sound) when an audio file gets played. I am using esp32(lily go t3 display) board, what can be the solution here?
Can you do a video with the DFPlayer Pro?
Interesting video. May I know is there any amplifier that support 100V 30W horn speaker?
Great video! What if your using an esp32 mini board…can I reassign the RTX2 & TDX2 to any pin?
of course you can
Just thinking about this sdcard module yesterday for Alert while wild elephant crossing by our property...thanks for the video
Sir, you should use a good speaker with box to know the sound quality.
Bhai... is channel ko hum nay apni arduino community main itna promote kia hai. Whom ever wants to learn Arduino I myself hit the subscribe button on his or her system..
Awesome ❤️❤️
AAP bahot hu nek kam kar rahe ho😇
Logo ki dua milegi
Logo de na de, meri dua to jarur lagegi
@@techiesms aapke bacche phule bade 😂😂yeh b bol dete🤣🤣
3:28 "but we are BADLY ABLE TO LISTEN TO THE MUSIC"
LMFAO..... Sorry..... it's just funny
Hi! I've recently acquired a brand new DFPlayer Mini not too long ago and have been trying to get it to work but have had no luck. I'm using an Arduino Uno board and I have everything hooked up correctly along with some small code that should be working, yet the player doesn't want to work and the led never seems to turn on. I'm using a 32 GB micro SD card with only 5 small audio files. Any ideas on why it's not working correctly?
3:00 He said that you have to use a micro SD less than 30 GB or else it won't be supported by the MP3 module.
Can I make this project using node MCU esp8266+MP3 module
Same hi code hoga
Changes nai h kuch
Try kari
Hello, I'm from Indonesia and I have something to ask, when I connect dfplayer with arduino nano it works but when I connect dfplayer with esp32 in serial monitor "dfplayer online online". Never appeared
How to solve it??
Sir ji sim 800 l me MP3 file kase upload kare please video banaye
In working on an 3d printed iron man helmet so this will help me add that Jarvis sounds
Definitely
Hello.
Can i use the mp3 player to communicate with ds1307 rtc clock.
To make a talking clock.. ??
Make video on contact microphone please
hello, I loved your video. I am making a project and I using esp 32 with esp-idf, how I do this in esp-idf?
Excellent Job Sachin ! Keep it up !!
Thank you so much 😊
Maybe use mqtt mp3 protocol
Your voice was the best lol, grettings and thaks for share.
Hi bro I need help to make one project.
I want to monitor whether there is a power in my home or not. for that i want to check all my AC 3phase is live or not using esphome how to do it... if possible make one video, So that every one can learn it.
How can I program a music tht plays ina specific time thts it's needed to pls I need ur help it's for my gcse pls help me
Do you know if this can be triggered momentarily?
Can I change audio sample rate when playing music????
What software did you use to make the Circuit diagram?
does this library also work in visual studio?
Hi,
Can you help me with my project with my DFplayer?
Can u share the code ... Im having errors in the code nd not able to solve it ... Can u share the code for esp32 ??
is there any way to play different sounds on different speakers? im using arduino
I'm already done it with cc3235sf and Esp32
Hello guys. Please help. How can I connect 2 buttons for 2 seperate audio files in this setup? Do I need any expansion board or something to connect these switch wires?
Vedio is not in detail... not mentioned required speaker specification, how to insert audio in SD card and its naming format etc.
Do IC 2404k-24SS working with this library
Good idea for greeting! How about use esp32 cam for face detection+ MP3 🤔😘
i followed the connection but getting error .!solutions please.
DFRobot DFPlayer Mini Demo
Initializing DFPlayer ... (May take 3~5 seconds)
Unable to begin:
1.Please recheck the connection!
2.Please insert the SD card!
same I have no idea how to fix it
@@plantor0728
There are two ground pins in the df player.
Connect both ground of the df player,
not one,
That's how i solved it.
@@tareshgupta1095 yep both are connected
@@tareshgupta1095 nevermind, I followed a different tutorial and used a different library and now I'm listening to never gonna to give you up using the dfmini
@@tareshgupta1095 Yes this method is working
Library uses timestamp for me not file name. I didn't even have numbers in my for names, n it references them by order copied. 001.mp3 copied after 002.mp3 is actually song #2 😊
i am planning to do a prank at upcomming halloween with using sd card reader module
And what will you be doing with that,?
hello thank you so much for this tutorial. do you know how the code will change if we used a MAX98357 amplifier ?
How did you not get an error when you defined a car as a math function? (e.g "v+" and "v-")
Nice good video! i like how well you speak and pronounce the english taking into account that im Bolivian and speak spanish xD
You speak Hindi, 👍🏻 great
hello, great video! Is it possible to have the code ? i would like copy/paste it please.
Sir Make next Video on, Build Your Own Google Home + Alexa Smart Speaker
Namaskar Shikshak Sachin -from Phils.
Waah
Sudhh Hindi
Namaskar 🙏🏻
How do u define those pins
Can it be used with raspberry pico
Yes
@@techiesms cool
Absolutely fan! Really amazing mood and groundbreaking and practical ideias for projects. 🌹
Hello Sachin. I tried this connection many times. But I faced a problem.
When I connect the MP3 module with Arduino, the example code works perfectly.
But when I connect the MP3 module with ESP32 board, in the example code there is a begin dfplayer , where we pass the serial2 . So if the begin fails it stuck in while(1) of if loop.
And if I removed the while(1) from if, it is working and the parameters from the module also print sometimes only.
So i serch on the internet and found that this issue is facing by lots of people with ESP32 only. So what can be the issue.
It may be some different DFPLAYER module?
There is a small problem to using this with the esp32...
That your code wil stop in the while loop as esp32 is unable to get the response from the DF player.
Just comment the line while(1)
In the set up code and your are ready to go....
But you can try the way I wrote the code.
I didn’t face any problem not even a single time. So do try that out and if it still not work Just Let me know the version of Arduino, ESP32 package and library that you are using currently.
hello where is the code?
Can i get code for esp32 with dfplayer
Of i didn't use the 1k resistor in it
thank you i will try something new
All the best
Great video as usual 😂 I was like band kr 😂😂😂,but reason for poor sound quality maybe u havent given seperate 5 v to amplifiers or it's just messing with signals or last but not least it's a clone module ,better we check once with original MP3 module👍
Funny first moments... Nice video
Thank you ☺️
I love your Hindi language
Nice video and what an awesome product !!
Interesting project.
Make a thing that plays flappy bird
GRACIAS POR LA INFORMACION
I went to buy a few of your products
WHY DIDN'T YOU MENTION THAT YOU DON'T SHIP TO AUSTRALIA ?
In fact, you don't ship to anywhere outside of india
Yes
Actually shipping prices are costly
We didn’t find any cheaper alternatives
@@techiesms
and that's fine, but why don't you mention that you don't ship to australia before i go and create an account that now just sits there doing nothing
Might be useful don't you think
@@techiesms
Also... Your sign up process said i would receive an email that allowed me to change the password....
that email never arrived
my email address works perfectly, I'm and I.T. Engineer
so.. what happened to the sign up email
Great project!!
Good Work
bro can u give me esp32 board?
You can get one from our website
www.techiesms.com/components
i asked for free bro....😂
Your project are now more cooler by using memes
Hahaha
I Always try to experiment with my content
Loved this 😍
Thanks ✌🏻
Bs Share krdo yaaar
5:25 "wow, that was loud and clear"
LOL.... No actually it wasn't clear at all it was far from good
Awesome Video,
Awesome video
Thank you 😊
Super bro..
Thanks 😊
Super content
Thanks 😊
Super 😎🔥
Thanks 😊
Welcome 🤗
Cannot understand a word. 👳🏾🙉