DIY midi controller with 8 Velocity-Sensitive Drum Pads (on one chip Atmega328) 'Very simple'

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • DIY project based on atmega328 microcontroller (arduino nano) sensors are made on piezo emitters. the sensors themselves are packed in a sandwich of polyethylene foam and nanoribbons. Program code allows you to output midi signal via midi port or midi-usb. In total, up to 16 sensors (MUX) can be connected and a code is provided for connecting an lcd screen (simple and i2c) and an oled screen with control buttons.

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

  • @DavidTheCVINFECTI
    @DavidTheCVINFECTI Год назад +1

    Excelent idea, I'll give a try. Thank you for share.

  • @Nanda.......
    @Nanda....... 7 месяцев назад +1

    Hello i watching your video, enjoy the process of making it

    • @micropiter
      @micropiter  7 месяцев назад

      nice, thx you =)

    • @Nanda.......
      @Nanda....... 7 месяцев назад

      Would you mind to share the ino code,sir. for next video?

    • @micropiter
      @micropiter  7 месяцев назад

      soundextraction.ru/

    • @micropiter
      @micropiter  7 месяцев назад

      hello, i used a circuit diagram and a sketch based on the hellodrum libraries, open-drum project. If you need information about what I did in the video, write your mail here. The sketch itself changed a little for the video. original idea here open-e-drums.com

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

    is there a wiring diagram for this setup you have here? how does it connect to the multiplexer and arduino?

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

    is your final code with velocity sensitivity for the arduino Nano available online anyhere? your website doesn’t seem to be working

  • @Leandro-np1uk
    @Leandro-np1uk 5 дней назад

    y el codigo?

  • @TheARTofMining
    @TheARTofMining Год назад +1

    Hi can this be acheived with a standard UNO board which I already have? I want to make foot pads that emulate a bass drum pedal via midi for my looper drums. Same principle you hit the pad it triggers a midi note. I'm trying to get a VERY simple solution for single pedal for now, with potentialy more like yours later. Thank you!!

    • @micropiter
      @micropiter  Год назад +1

      Hello. You can do it, there is a simple scheme. You can exclude unnecessary channels and leave 1 reel or simply not use the rest. On the basis of this board, drums are made.

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

    О круто, я тоже так делал

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

    Is it possible to load sounds? For example, j record a piece of music with a keyboard, and I trigger it every time I play a certain pad.

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

      Hi, The device allows you to play a single sound when you press a single key or pad

  • @dietcoke8114
    @dietcoke8114 2 года назад +1

    can i ask for your Arduino file you used and schematics on how you made the wirings? thank you

    • @micropiter
      @micropiter  2 года назад +1

      hello, i used a circuit diagram and a sketch based on the hellodrum libraries, open-drum project. If you need information about what I did in the video, write your mail here. The sketch itself changed a little for the video. original idea here open-e-drums.com/

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

    Написано, что с чувствительности к скорости нажатия. Подскажите, принцип измерения, пожалуйста. Там два контакта, заменяется разница во времени между их замыканиями? Или измеряется сопротивление, которое меняется в зависимости от силы нажатия?

    • @micropiter
      @micropiter  Год назад +2

      Приветствую. Такая схемотехника стара на самом деле. Основа - это пъезоэффект от сжатия кристалла, при применении силы он генерирует короткий импульс, величина импульса ардуинкой замеряется и через код ардуинка трансформирует на выход параметр миди данных (velocity). На таком эффекте хорошо делать электронные барабаны, так как там используются импульсы. Миди клавиатуру на этих элементах сделать можно, но не возможно сделать удержание ноты.

  • @indrarider5506
    @indrarider5506 11 месяцев назад

    Can I will get full details and diagram of full project.?

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

      Hi, sampler diagramm its here soundextraction.ru/sampler-stm32/ , midi controller diagramm its here soundextraction.ru/diy-midi-controller-with-8-velocity-sensitive-drum-pads-on-one-chip-atmega328/, original midi diagramm its here open-e-drums.com/

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

    Sir can scales be changed of it according to song?

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

      Hello. This device does not have this feature. in the video you can see just a midi controller, the sound is played by a sampler or a computer. I assembled the sampler according to the scheme from the Internet, in the video you hear the sounds of the sampler.

  • @jguinitaran03
    @jguinitaran03 8 месяцев назад

    What are the components of this?

    • @micropiter
      @micropiter  7 месяцев назад

      hello, i used a circuit diagram and a sketch based on the hellodrum libraries, open-drum project. If you need information about what I did in the video, write your mail here. The sketch itself changed a little for the video. original idea here open-e-drums.com/

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

    can it be connected to fl studio?

    • @micropiter
      @micropiter  Год назад +2

      Hello. Oh sure. This midi controller works with standard midi protocol and can be connected to any device or software such as fl studio,ableton, cubase and more.

  • @sachinkumar-eb9mt
    @sachinkumar-eb9mt Год назад

    Sir can you please give the code for arduino...please..m struggling from a very long time

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

      hello, i used a circuit diagram and a sketch based on the hellodrum libraries, open-drum project. If you need information about what I did in the video, write your mail here. The sketch itself changed a little for the video. original idea here open-e-drums.com/

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

      code its here github.com/RyoKosaka/HelloDrum-arduino-Library

    • @sachinkumar-eb9mt
      @sachinkumar-eb9mt Год назад

      Actually m using nano now..the only problem is that it is not velocity sensitive..can you please do something

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

      I can help you. I think that I will make a small article on my site. I have not made articles yet, I think it will be fun. I will write you an answer here. I need time. follow the answers

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

      posted article here soundextraction.ru/diy-midi-controller-with-8-velocity-sensitive-drum-pads-on-one-chip-atmega328/

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

    can made with SD card..

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

      is this a question? the sound comes out of the sampler, it's a diy project on stm32f407, you can watch at 4:02

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

      @@micropiter can i ask for your sampler diy project?thanks

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

      @@juliusalbalos4276 I can help you. I think that I will make a small article on my site. I will write you an answer here. I need time. follow the answers

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

      Hello, i posted article here soundextraction.ru/sampler-stm32/

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

      ​@@micropiter cant i get the pcb file for this project? Or the finish pcb?

  • @silvestregarcia6930
    @silvestregarcia6930 7 месяцев назад

    Code drum kit

    • @micropiter
      @micropiter  7 месяцев назад

      hello, i used a circuit diagram and a sketch based on the hellodrum libraries, open-drum project. If you need information about what I did in the video, write your mail here. The sketch itself changed a little for the video. original idea here open-e-drums.com

    • @micropiter
      @micropiter  7 месяцев назад

      soundextraction.ru/ - source code for sampler

  • @HS-dq3cj
    @HS-dq3cj Год назад +1

    Por favor codigo! 20👍

    • @micropiter
      @micropiter  Год назад +1

      Hi, follow to open-e-drums.com/

  • @micropiter
    @micropiter  5 месяцев назад

    Переходите в наш чат в телеграмм. Там мы собираем неплохую базу информации и творческих идей и людей t.me/sborkasobaka
    А так же подключайтесь к нашему закрытому чату t.me/oh_krujok

  • @NaderGator
    @NaderGator 4 месяца назад

    ..or .. you can just buy a cheapo midi pad controller and save yourself the trouble ;)