Hey there,
I'm trying to build an Arduino-based midi controller. One of the features of my controller is a display for showing the actual current values of the controlled parameters.
Therefore I have implemented a midi-in on my controller by using the schematic shown in this thread:
http://forum.arduino.cc/index.php?topic=22447.0
This works just fine with my Arduino Duemilanove.
By now I am switching my board to an Arduino Due for better performance on my TFT screen.
And here is my question:
Can I use the same schematic for the midi-input on my due? I'm just a little bit affraid of breaking the input pin on my due, because it only can handle 3.3 V and not 5 V like the duemilanove.
I'm a total newbie when it comes to hardware and electronics, so it would be very nice if someone could tell me if this will work, or if I have to use other resistors then shown in the schematic.
Thanks a lot!
Simon