Hello, I am completely new to the Arduino stuff, so I am in need of some advice. I am trying to design a system that will control my guitar setup via MIDI. It will comprise of a footswitch controller, a rackmount unit(that I want to control), and a purchased Line6 Echo Pro (that i want to control). Due to my inputs and outputs that I want, I am under the impression I should purchase a Arduino Mega 2560 R3 and a Uno?
*If I purchased a Mega and an Uno would I be able to accomplish what my requirements are or should I buy 2 Megas?
*What is the difference between the “Arduino Uno- R3” and “Arduino Uno - R3 SMD”??
*Are 7 segment LED Displays easier to read than LCD’s?
*Are serial 7 segment LED displays easier to control and use less pins?
*Do you have to use the “TX” pin on the arduino to communicate with a serial 7 segment LED display? (if so, then shouldnt I purchase 2 Arduino Megas because I will need to use another TX pin for MIDI OUT?)
My system requirements:
Footswitch Controller(use Arduino Mega?):
*9 momentary button inputs
*6 LED outputs
*Bright, very easy to read display of some sort that will display ATLEAST numbers 1-99
*MIDI Presets store/recall
*Send out MIDI “CC” and “PC” messages
*Low Latency preset switching
*Run on 9V
*Store presets by pushing “program” button and push buttons (with LED) to whatever combination and hit “program” again to save for that preset to be recalled later.
Rackmount MIDI Relay Controller(use Arduino Uno?):
*5 momentary button inputs
*5 LED outputs
*Bright, very easy to read display of some sort that will display ATLEAST numbers 1-99
*MIDI Presets store/recall
*Low Latency preset switching
*Operate 4 relays to control a guitar amplifier (for channel switching, etc)
*Store presets by pushing “program” button, push buttons 1-4 to select what relays you want to trigger for that preset, then hit “program” again to save preset.
Thanks for any advice you could provide me. I have been reading online for hours about how I should implement this system and I’m still pretty lost haha…
http://i.imgur.com/YDP8GFb.png