Jump to content
Why become a member? ×

AngryBanana

Member
  • Posts

    5
  • Joined

  • Last visited

AngryBanana's Achievements

Apprentice

Apprentice (3/14)

2

Total Watts

  1. I have 9V on VIN for this. Anyway. To solve the problem on EVERY this line of code below: MIDI_CREATE_INSTANCE(HardwareSerial, Serial1, MIDI); need to replace this line: MIDI_CREATE_DEFAULT_INSTANCE(); On EVERY Serial is USB connection, Serial 1 is on TX and we need to point out to this in code. After that change communication to Stomp was established and my MIDI controller works like a charm. Again, this only applies to Arduino Nano EVERY - it is not the same Arduino as Nano
  2. I did swap my Arduino Nano Every to Amazon special £5 Arduino Nano and it bloody works. Dont understand why 3 times more expensive board doesnt work....
  3. Yeah, I am on Mac. Installed this app but it only shows logic virtual midi. I have my midi Arduino controller connected to Mac but it's not shown there. I can see LED on Arduino reacts to footswitches. Is it not a problem that I have 1W Capacitors ? Both 220ohm
  4. Only on serial monitor in Arduino IDE and sends characters through. This is the looped code Stoo presented here few pages back.
  5. Hi all. I have built my own MIDI controller - 4 switches, Arduino Nano Every, 3D printed case etc. All wired up, Arduino flashed. Code works (LED on Arduino blink when pressing switches) etc but there is no communication with my HX Stomp. I have tested MIDI commands via computer (Logic Pro) and Stomp reacts). No reaction via MIDI port. I tested connector for voltage, it is getting 5V. One thing that is different on my configuration is that I use 1W 220ohm resistors - simply ordered 1W by mistake and that's what I have for now. I used Stuu's code for looped page moving and Arduino sends that loop but HX Stomp can't get it. Everything is set to Channel 1 and all MIDI settings on Stomp are active. Any ideas?
×
×
  • Create New...