Just a few weeks ago I realized I neede a midi pedal that also has midi controlled relays. So I started looking around for good recourses about how to use arduinos with midi, found your channel and have learned so much already, and now you release this one! About the exact subject I want to make myself! Thank you so much for sharing your knowledge with us, it is really appreciated.
13:47 I don't think that really matters... But if you happend to respond, is it possible to add other functions to that code? Perhaps with the outputs so that it wouldn't be controlling the relays but stepper motors with the 4-pin input type? That would also require mapping a note for each of the MIDI commands.
Thanks, Dave, this could make for a really simple MIDI controlled 4-pedal pedalboard looper. I'm guessing PC codes ought to be useable too (for presets), with a bit of coding.
Are there relays that you could recommend that would be suitable for audio line level bypass loops? I've been told that these relay modules introduce interference on audio signal.
Found you in a search for a relay project - Brilliant tutorial - going have a go it. No idea what other things you have done but for me it was an obvious subscribe. I was wondering if it could be adapted to play midi files or basic sequences. EG press a key for a sequence of relay events with timed durations.. musically a primitive sequencer I guess
Hey man i learn a lot from your videos. I’m trying to figure out on how to build an Amp channel switching with Arduino thru Midi 5pin. It look similar to an FX Loop switcher but the Amp channel (or Reverb) switching only uses relay to switch Tip/Ring or both. No audio signal will pass thru. Have you ever build one of these before? I would like to see the Video :)
This channel is such a level-up for me to watch, thank you! Are you still taking requests? An esp32 based midi receiver that can map midi inputs to different functions. I have six front yard walkway lights that shoot propane into the air running on the ESPNow library. I want to key them to diffent frequencies and button velocities to make them, uh, shoot burning propane into the air (i did a build vid on my channel). Awesome channel!
I'm a new subscriber here. Please can you make a tutorial on how to control relays with midi note virtually using LoopMIDI? That would be really cool 😀
so how would i wire this on the relay side of things? let say i want the relay it to control an outlet. and have a string of lights plugged into it that outlet so that every time a specific midi note plays. it lights up the string of lights.
Nice project? it is difficult to change if you want to use midi usb instead of the traditional one, of course with an arduino compatible usb midi such as Arduino Due?
I would like a 4 send/ return multi effects processor with LFOs. Delay, Reverb, Phase, Filter. Audio level inputs. I'm learning stuff and if you can do something like that, rock on.
You could probably create a very simple "pre" circuit with a toggle that would go between "development" & "production" to prevent the situation where you could possibly be using 2 power sources and have that situation where there may be interference in downloading the code. I know - for the first time a legitimate constructive comment. Well,, I've been drinking heavily.
I'm really not very good at programing Arduino thats why I asking You guys Can you make it so that the relay will turn off again after 5 sek. (5000ms) using the delay function? I will only use 1 relay so it dosn't matter that the arduino can't do anything else while it's controlling the relay
Your vid is the only one that explains this application in FULL! THANK YOU, BROTHER
Glad it helped
Midi clock to tap tempo would be a handy project for all the effect pedals that don't have a midi connection but have a tempo/exp input
Very cool idea!
Just a few weeks ago I realized I neede a midi pedal that also has midi controlled relays. So I started looking around for good recourses about how to use arduinos with midi, found your channel and have learned so much already, and now you release this one! About the exact subject I want to make myself! Thank you so much for sharing your knowledge with us, it is really appreciated.
Thank you so much! I'm glad it helped you.
Thx a ton for your sweet support, dave ❤
Thank you @PCBWay!
Fantastic project Dave, this will allow me to control my guitar amps channels & effect status. Amazing
Thank you! That's a great application.
13:47 I don't think that really matters...
But if you happend to respond, is it possible to add other functions to that code?
Perhaps with the outputs so that it wouldn't be controlling the relays but stepper motors with the 4-pin input type?
That would also require mapping a note for each of the MIDI commands.
Thanks, Dave, this could make for a really simple MIDI controlled 4-pedal pedalboard looper. I'm guessing PC codes ought to be useable too (for presets), with a bit of coding.
Awesome project Dave!
Thank you Dexter!
Are there relays that you could recommend that would be suitable for audio line level bypass loops? I've been told that these relay modules introduce interference on audio signal.
Found you in a search for a relay project - Brilliant tutorial - going have a go it. No idea what other things you have done but for me it was an obvious subscribe. I was wondering if it could be adapted to play midi files or basic sequences. EG press a key for a sequence of relay events with timed durations.. musically a primitive sequencer I guess
Hey man i learn a lot from your videos. I’m trying to figure out on how to build an Amp channel switching with Arduino thru Midi 5pin. It look similar to an FX Loop switcher but the Amp channel (or Reverb) switching only uses relay to switch Tip/Ring or both. No audio signal will pass thru.
Have you ever build one of these before? I would like to see the Video :)
This channel is such a level-up for me to watch, thank you!
Are you still taking requests?
An esp32 based midi receiver that can map midi inputs to different functions. I have six front yard walkway lights that shoot propane into the air running on the ESPNow library. I want to key them to diffent frequencies and button velocities to make them, uh, shoot burning propane into the air (i did a build vid on my channel).
Awesome channel!
I'm a new subscriber here. Please can you make a tutorial on how to control relays with midi note virtually using LoopMIDI? That would be really cool 😀
so how would i wire this on the relay side of things? let say i want the relay it to control an outlet. and have a string of lights plugged into it that outlet so that every time a specific midi note plays. it lights up the string of lights.
This project is awesome.
Thank you!
What is the Midi controlling? A controller for lights, or a Keyboard etc.
I'm not sure what the client is going to do with it, but it can switch anything up to AC-250V 10A.
si me funciono mi rey
Ok that's nice but you should prefer some Solid State relay shield... totaly silent, that's important when you play music, and more reliable in time.
Nice project? it is difficult to change if you want to use midi usb instead of the traditional one, of course with an arduino compatible usb midi such as Arduino Due?
Should be easy with a USB compatible micro. You would just swap out the midi library commands with the equivalent USB Midi library commands.
@@NotesAndVolts can you help me with this please?
I would like a 4 send/ return multi effects processor with LFOs. Delay, Reverb, Phase, Filter. Audio level inputs. I'm learning stuff and if you can do something like that, rock on.
Thank you, that would be an awesome project.
You could probably create a very simple "pre" circuit with a toggle that would go between "development" & "production" to prevent the situation where you could possibly be using 2 power sources and have that situation where there may be interference in downloading the code. I know - for the first time a legitimate constructive comment. Well,, I've been drinking heavily.
Thanks Arts! That's a very good idea
can i power it with just my arduino if i just use one relay
yeah works alright
I'm really not very good at programing Arduino thats why I asking You guys
Can you make it so that the relay will turn off again after 5 sek. (5000ms) using the delay function?
I will only use 1 relay so it dosn't matter that the arduino can't do anything else while it's controlling the relay