Page 1 of 1

Using Megadrum and Arduino together with Midi In and Out/Thu

PostPosted: Tue Jan 17, 2023 1:14 am
by glenn.szymanski
I'm in the process of transferring all the 32 input Megadrum electronics from inside the plastic case that I bought it with to a 1 space metal rack case.

I also want to add an Arduino PCB inside of this case to add a few soft potentiometer ribbon controllers to the shells of my drums and undersides of cymbals and assign them to Midi CCs.

The Arduino UNO does not have Midi In, Out or Thru, but I can add a shield with these functions. I'm hoping to not have to actually use a physical MIDI cable to connect these inside the metal rack case. I'm hoping to be able to just wire the Out/Thru of the Arduino to the Megadrum's MIDI in or the other way around.

I also have an Alesis Control Pad that I want to MIDI daisy chain into this set up, either before of after the Megadrum and Arduino.

Has anyone done anything like this?

Re: Using Megadrum and Arduino together with Midi In and Out

PostPosted: Tue Jan 17, 2023 2:06 pm
by dmitri
MIDI on the MCU level is just a serial protocol so you can connect In/Out pins used for MIDI directly provided both MCU on the same power voltage. MegaDrum is on 3.3V. If I remember right UNO is 5V so you will need level shifters between them.