Build a MIDI to RELAY Box for Arduino

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 36

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

    Your vid is the only one that explains this application in FULL! THANK YOU, BROTHER

  • @madmikedynamite6083
    @madmikedynamite6083 Рік тому +2

    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

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

    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.

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

      Thank you so much! I'm glad it helped you.

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

    Thx a ton for your sweet support, dave ❤

  • @49woodside
    @49woodside Рік тому

    Fantastic project Dave, this will allow me to control my guitar amps channels & effect status. Amazing

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

    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.

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

    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.

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

    Awesome project Dave!

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

    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.

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

    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

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

    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 :)

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

    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!

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

    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 😀

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

    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.

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

    This project is awesome.

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

    What is the Midi controlling? A controller for lights, or a Keyboard etc.

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

      I'm not sure what the client is going to do with it, but it can switch anything up to AC-250V 10A.

  • @xinoxinoman
    @xinoxinoman 3 місяці тому

    si me funciono mi rey

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

    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.

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

    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?

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

      Should be easy with a USB compatible micro. You would just swap out the midi library commands with the equivalent USB Midi library commands.

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

      @@NotesAndVolts can you help me with this please?

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

    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.

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

      Thank you, that would be an awesome project.

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

    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.

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

    can i power it with just my arduino if i just use one relay

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

      yeah works alright

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

    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