Mastering MP3 Player Busy Pin with Arduino & Audio-Visual Synchronization

  Рет қаралды 13,868

The Last Outpost Workshop

The Last Outpost Workshop

Күн бұрын

Пікірлер: 56
@robgreen7702
@robgreen7702 9 күн бұрын
Excellent tutorial. Well paced and easy to follow with plenty of visual aids.
@sbrivas
@sbrivas Жыл бұрын
Awesome job, man! Greetings from Argentina 🎉 Canada is such a beatiful country! Recently visited Montreal and Ottawa with my family.
@thelastoutpostworkshop
@thelastoutpostworkshop Жыл бұрын
thanks a lot
@Mokkers_stuff
@Mokkers_stuff 4 ай бұрын
Excellent video, easy to follow, clearly explained and no annoying background music to distract you! Thanks for uploading and, yes, I made it to the end. 👍
@richardphillips1891
@richardphillips1891 4 ай бұрын
I enjoyed adding the functionality of the MP3_Rotary with the features of this MP3_busy_pin allowing me to use the rotary encoder. It was a good experience figuring out the library differences and how to incorporate the logic between the two sketches. Thank you.
@DAveShillito
@DAveShillito 9 ай бұрын
Nice video 😀 I liked how, due to the nature of the sound, the random neopixels seemed to match the audio, even though they were just random 👍
@raimundtrierscheid6318
@raimundtrierscheid6318 Жыл бұрын
Super video with very structured and helpful explanation of code and wiring - all thumbs up !!
@thelastoutpostworkshop
@thelastoutpostworkshop Жыл бұрын
Many thanks!
@yorha2b278
@yorha2b278 8 ай бұрын
Yeah, I made it all the way to the end. Keep sharing your great work.
@Dog-mc-build
@Dog-mc-build 3 ай бұрын
You are a life saver now i can use it more efficiently in my home assistant project on science fair
@brucewoods9377
@brucewoods9377 21 күн бұрын
Great video. Very informative
@ytenyusuf
@ytenyusuf 2 ай бұрын
Sorry sir, if the sound input comes from the original buzzer out of the car parking sensor, how do i wire it and code it? 🙏 thanks
@DatFunnyPerson
@DatFunnyPerson 7 ай бұрын
I'm thinking about something similar. I'm building a jetpack and there's a servo triggering the smoke machine (canned air cans) and at the same time I want neopixels to light up . Any ideas?
@paulmarkert5907
@paulmarkert5907 26 күн бұрын
This is a great video, thanks for putting it out there. I cannot replicate the behavior you have around the Busy PIN (minute 7:44) without removing the resistor/LED path from the circuit, though. Once I do, I get 'Busy Pin=1' and the "Audio file finished playing" message. I am not sure why I don't have enough voltage to trigger HIGH and power the LED path at the same time. I am connected to the 5V power, so that shouldn't be the issue. I now suspect I may have a defective DFPlayer mini and have ordered some new MP3-TF-16P players to see if that is the issue.
@thelastoutpostworkshop
@thelastoutpostworkshop 26 күн бұрын
Have you tried measuring the voltage with a multimeter ?
@paulmarkert5907
@paulmarkert5907 26 күн бұрын
@thelastoutpostworkshop not yet. I will try that in a couple of days.
@AliJinnahTech-bw3ft
@AliJinnahTech-bw3ft 2 ай бұрын
Great brother ................
@ikevz3881
@ikevz3881 10 ай бұрын
Let's say I want to play an audio by sending a signal with the hc05 from an app, but it doesn't work and it doesn't work, would you make a tutorial about that?
@ShayanBinShad
@ShayanBinShad Жыл бұрын
Hi and thank you so much for such a helpful video! I have a 5 watt / 8 ohms speaker that i want to use for a project. Will it be okay if I connect the speaker to the DFPlayer Mini module? Or do i need an amplifier?
@thelastoutpostworkshop
@thelastoutpostworkshop Жыл бұрын
I am not really sure, I am not an expert in electronics, my concern will be that it could drive too much current for the module.
@6rilBemane
@6rilBemane 6 ай бұрын
Hi, Can you help me with my project with my DFplayer?
@DaveHoran
@DaveHoran 8 ай бұрын
These videos are great. I built a very simple MP3 player as a prototype for a museum, but just used buttons to trigger the DFplayer playback functions -- no MCU needed. Easy enough. Now I'm changing it up to use an Arduino Nano, and it will be used in a special project. Working with a local museum, I'm working on replacing the internal components of a WWII aircraft radio so while in flight, visitors can listen to radio recordings of D-Day from what appears to be a vintage radio. The hardest part of reusing the controls on the radio to to control audio playback.
@thelastoutpostworkshop
@thelastoutpostworkshop 8 ай бұрын
Wow great project! Thanks for sharing
@tom95076
@tom95076 Жыл бұрын
Thank you for this. I watched the entire video and enjoyed the detail within it.
@thelastoutpostworkshop
@thelastoutpostworkshop Жыл бұрын
Awesome, thank you!
@Bochets34
@Bochets34 5 ай бұрын
Well done❤. Just curious: which SW tool do you use for drawing the wiring at the beginnin (step by step 2nd chapter). This is awesome
@thelastoutpostworkshop
@thelastoutpostworkshop 5 ай бұрын
Thank You. I am using Adobe After Effects
@whoopzKERRY
@whoopzKERRY 8 ай бұрын
can you make that audio player connected in a Bluetooth via MIT APP INVENTOR?
@buildersmark
@buildersmark 19 күн бұрын
Can this be ran with an ESP32 Wroom controller instead of the Uno?
@thelastoutpostworkshop
@thelastoutpostworkshop 19 күн бұрын
Yes
@buildersmark
@buildersmark 19 күн бұрын
@thelastoutpostworkshop I keep trying by using gpio 26/27 for the rx/tx, (& I int those pins) but never get the ESP to communicate to the DFPlayer. I know it has to be something in code, but not sure. Thank you for responding.
@livetohash6152
@livetohash6152 9 ай бұрын
I agree with @daveshillito... Was the led actually tied to the sound, even though the code is random? It's not possible to actually synch it is it.. i mean unless you add a sound analyzer, mic, and some logic i guess?
@thelastoutpostworkshop
@thelastoutpostworkshop 9 ай бұрын
In the code, it is just random, it appears to sync with the sound, but it is not. It would require another component to actually get the sound level.
@livetohash6152
@livetohash6152 9 ай бұрын
@@thelastoutpostworkshop right on, thx.. seems like too much extra when it's damn close 💯 .. great work BTW.. that was the exact post I needed, the BUSY pin was totally unknown to me till now 👍
@LowerDeckProps
@LowerDeckProps Жыл бұрын
Good video, Charles. You've given me more things to think about for future projects.
@gameworld2945
@gameworld2945 Жыл бұрын
hi bro.Have a good time. i have one problem. for example in this code else if (inputvalue == '3') { mp3.playTrackNumber(5, 30); } else if (inputvalue == 't') { } what code need for stop mp3 file in secend else if ? thanks
@thelastoutpostworkshop
@thelastoutpostworkshop Жыл бұрын
try this : mp3.stop();
@gameworld2945
@gameworld2945 Жыл бұрын
didint work with if :(
@thelastoutpostworkshop
@thelastoutpostworkshop Жыл бұрын
copy the whole section of the code
@gameworld2945
@gameworld2945 Жыл бұрын
@@thelastoutpostworkshop sorry I had a problem. I couldn't answer. stil not working This shit ain't gonna stop.😂. You don't have any other code ?
@rogerhofford7676
@rogerhofford7676 Жыл бұрын
Well done. Thank you!
@dinutaciofu5107
@dinutaciofu5107 Жыл бұрын
Hello! First of all I would like to thank you for this video and the good explanations. They are very useful and interesting. Secondly, I have tried to build this project exactly as in the video but I have a problem and I don't understand why. I have a 16GB SD card (hama) and I put a mp3 file on it, a song downloaded from youtube using mp3 converter online. After the mp3 is initialized the song doesn't start to play. The busy pin is always 1. I have checked the wires thousand times without any result. I have also displayed in the serial monitor the number of files on my SD card and the result was kinda weird because it was displaying "-1". I have tried also with another SD card and I had the same result. What can I do to solve this problem?
@thelastoutpostworkshop
@thelastoutpostworkshop Жыл бұрын
try format your SD card with www.sdcard.org/downloads/formatter/
@dinutaciofu5107
@dinutaciofu5107 Жыл бұрын
@@thelastoutpostworkshop did that. I forgot to mention, sorry
@thelastoutpostworkshop
@thelastoutpostworkshop Жыл бұрын
Copy your code here
@patrickfox-roberts7528
@patrickfox-roberts7528 4 ай бұрын
Great vid, gonna use it ... a suggestion for your very good English 'Busy' is not said as 'Buzzy' it is a ' B ih zzy' like silly or willy, missy, kissy or Milly. 'Fizzy' is the best comparison, fizzy, busy ,fizzy, busy they rhyme - English is nuts, sorry lol
@Lufton
@Lufton 8 күн бұрын
2:00 mine works just fine with 128Gb card.
@leeskelton9715
@leeskelton9715 Жыл бұрын
Great content, thanks
@leeskelton9715
@leeskelton9715 Жыл бұрын
Think I can use this LED idea on my Sith Wayfinder project. Just need to find a way of adding a PIR sensor to the MP3 player and arduino nano so that it automatically plays when picking up movement
@seadrezasehat7450
@seadrezasehat7450 7 ай бұрын
Are you a Star Wars light side fan or dark side?
@thelastoutpostworkshop
@thelastoutpostworkshop 7 ай бұрын
Both!
@marjunemjhay6328
@marjunemjhay6328 Жыл бұрын
Very nice project.loved your work men..👌👍.
@mikebond6328
@mikebond6328 3 ай бұрын
Bizzy
@spasticjackson9578
@spasticjackson9578 7 ай бұрын
SoftwareSerial haa been dead forca long time.
@ProyectosSteam
@ProyectosSteam 6 ай бұрын
Genial muy entretenido, claro que debe ser el modulo original.
Audio modules for electronics project
37:54
Playful Technology
Рет қаралды 74 М.
Motion-activated Sound Effects with Arduino, PIR Sensor & MP3 Player
25:26
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН
진짜✅ 아님 가짜❌???
0:21
승비니 Seungbini
Рет қаралды 10 МЛН
DFPlayer Mini - MP3 Player Modul [German/Deutsch]
21:33
Gasol1n
Рет қаралды 97 М.
DFPlayer Mini Play Audio with Push Button | Simple DIY Tutorial
2:36
Master the Art of Animated GIFs on ESP32!
15:52
The Last Outpost Workshop
Рет қаралды 13 М.
5 Creative Ways to Use an MP3 Player Module   No Arduino Required!
8:06
BMonster Laboratory
Рет қаралды 779
I Made The Ultimate Cheating Device
9:39
ChromaLock
Рет қаралды 1,9 МЛН