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

Поділитися
Вставка
  • Опубліковано 14 лис 2024

КОМЕНТАРІ • 47

  • @richardphillips1891
    @richardphillips1891 2 місяці тому

    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.

  • @Data-ob4xu
    @Data-ob4xu 20 днів тому

    You are a life saver now i can use it more efficiently in my home assistant project on science fair

  • @Mokkers_stuff
    @Mokkers_stuff Місяць тому

    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. 👍

  • @DAveShillito
    @DAveShillito 6 місяців тому +2

    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
    👍

  • @yorha2b278
    @yorha2b278 6 місяців тому +1

    Yeah, I made it all the way to the end. Keep sharing your great work.

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

    Super video with very structured and helpful explanation of code and wiring - all thumbs up !!

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

    Awesome job, man! Greetings from Argentina 🎉 Canada is such a beatiful country! Recently visited Montreal and Ottawa with my family.

  • @AliJinnahTech-bw3ft
    @AliJinnahTech-bw3ft 13 днів тому

    Great brother ................

  • @Bochets34
    @Bochets34 2 місяці тому

    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

  • @tom95076
    @tom95076 9 місяців тому +1

    Thank you for this. I watched the entire video and enjoyed the detail within it.

  • @DaveHoran
    @DaveHoran 6 місяців тому

    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.

  • @ShayanBinShad
    @ShayanBinShad 9 місяців тому +1

    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  9 місяців тому

      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.

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

    Well done. Thank you!

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

    Good video, Charles. You've given me more things to think about for future projects.

  • @ytenyusuf
    @ytenyusuf 8 днів тому

    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

  • @livetohash6152
    @livetohash6152 6 місяців тому

    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  6 місяців тому +1

      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 6 місяців тому

      @@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 👍

  • @patrickfox-roberts7528
    @patrickfox-roberts7528 2 місяці тому

    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

  • @ProyectosSteam
    @ProyectosSteam 4 місяці тому

    Genial muy entretenido, claro que debe ser el modulo original.

  • @DatFunnyPerson
    @DatFunnyPerson 4 місяці тому

    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?

  • @dinutaciofu5107
    @dinutaciofu5107 10 місяців тому

    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?

  • @whoopzKERRY
    @whoopzKERRY 6 місяців тому

    can you make that audio player connected in a Bluetooth via MIT APP INVENTOR?

  • @ikevz3881
    @ikevz3881 8 місяців тому

    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?

  • @6rilBemane
    @6rilBemane 3 місяці тому

    Hi,
    Can you help me with my project with my DFplayer?

  • @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

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

    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

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

    Very nice project.loved your work men..👌👍.

  • @seadrezasehat7450
    @seadrezasehat7450 4 місяці тому

    Are you a Star Wars light side fan or dark side?

  • @mikebond6328
    @mikebond6328 26 днів тому +1

    Bizzy

  • @spasticjackson9578
    @spasticjackson9578 4 місяці тому

    SoftwareSerial haa been dead forca long time.