Electronic Drum Kit where an Arduino does all the sounds

Поделиться
HTML-код
  • Опубликовано: 24 май 2020
  • This project was born from the question whether an Arduino Uno can produce short sound samples and play them simultaneously, without using any extensions. Turns out it can. With some clever programming.
    The result is this drum kit! It features 6 instruments and is surprisingly playable.
    The project and soon all source code on hackaday.com:
    hackaday.io/project/171929-an...
    My friend's band:
    / mythrandirband
    The demo song:
    • Circuitbent toy piano ...
  • ХоббиХобби

Комментарии • 31

  • @marceljosegrando
    @marceljosegrando 4 года назад

    great work! congratulations!!!

  • @notsaucemanofficial
    @notsaucemanofficial 3 года назад +2

    That was a lot intellectual work here! Dude u are awesome!

  • @TheSchneidItworld
    @TheSchneidItworld 4 года назад

    wooow, that's gonna be useful, thanks!

  • @EqDior
    @EqDior 2 года назад

    You are a genius!!!

  • @Brutaltronics
    @Brutaltronics 4 года назад +1

    aaaaw booiiii, i was actually doing something similar with some piezos and a STM32, but hell you crammed the whole thing into the arduino! lol. i gotta try using your sensor idea

  • @Kjaldir
    @Kjaldir 4 года назад +1

    Ich finds immernoch geil 😀🤟🏻

  • @dirkderkdurk
    @dirkderkdurk 4 года назад +3

    Really nice work!
    I especially like your sensor solution, I guess you wouldn't need velocity sensitive stuff here.
    Also, I kinda like the 4-bit kit sound...

  • @lb5tr
    @lb5tr 4 года назад +2

    You could try synthesis on Arduino using sine waves, envelopes and noise generator (for hihats) instead of doing samples

  • @arielgomez5027
    @arielgomez5027 3 года назад

    Hola tengo arduino mega 2560 necesito el firmware , me ayudarias? Gracias !! exitos!!!

  • @wanteletronica7658
    @wanteletronica7658 2 года назад

    Hello friend, I set up one of these but the sound was like the frequency was too slow, what could be this problem?

  • @jamesbrown99991
    @jamesbrown99991 Год назад

    You can use ADPCM for 4-bit per sample, which expands to anything up to 16 bits. It doesn't use that many CPU cycles either

    • @Joekutz
      @Joekutz  Год назад

      I honestly did not find any Arduino-implementation of ADPCM or enough Information to understand how ADPCM works in detail. If you know how it is implemented please tell me! :) I know that RGME had some info on how it worked on the SNES audio chip, but that was probably implemented in the ASIC.

  • @deniszbuhran
    @deniszbuhran 3 года назад

    Hey is it possible to connect this to a sequencer so you would have a drum machine instead of just e drums?

    • @Joekutz
      @Joekutz  3 года назад

      That would indeed be a possible next step!

  • @TheSchneidItworld
    @TheSchneidItworld 4 года назад

    ohhh

  • @mustafaadsz291
    @mustafaadsz291 4 года назад

    Hello there. your projects are very nice. I want an idea from you. I have 5 non-working wireless mouse. What kind of project can I do with arduino?

    • @adistef
      @adistef 4 года назад

      a recycling project

  • @kingcheese3795
    @kingcheese3795 10 месяцев назад

    Would using a mp3 extension like TinyDFPlayer or similar? Be an option ? Sorry if that’s a dumb question have just seen this and really love this, but to be worth the effort use everyday the sound needs to be great.. making drums cheap for everyone to play is very important and this could be an option

    • @Joekutz
      @Joekutz  10 месяцев назад

      Using that extension would totally be an option to get better sound. But this project was a challenge where I wanted to see how well I get it to work with a bare Arduino Uno.

  • @Paradoxical_heuer
    @Paradoxical_heuer 2 месяца назад

    No way to add a big memory that allows for high quality samples? If not, if i use a good sound card and use the samples from within the computer, do you think it can have a decent latency?

    • @Joekutz
      @Joekutz  2 месяца назад

      Simply using an Arduino Mega or ESP32 would have given me much more storage and quality, but I wanted to see here how far I get with the Uno. And for the PC-Idea: There are many projects that turn the Arduino into a USB Midi input controller that talks to the PC with (almost) no latency.

    • @Paradoxical_heuer
      @Paradoxical_heuer Месяц назад

      @@Joekutz thanks mate, helps plenty

  • @user-wq2lm6ir4o
    @user-wq2lm6ir4o Год назад

    How can i buy them, do you sell them

    • @Joekutz
      @Joekutz  Год назад

      You cannot buy them (sorry) but you can make one :)

  • @udownwito.p.p4153
    @udownwito.p.p4153 3 года назад

    Are you able to sell these? Please 😇

    • @Joekutz
      @Joekutz  3 года назад

      Hmm.. no. Sorry. :)

  • @digitalpage500
    @digitalpage500 Год назад

    my brains bleeds :(