-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DIN Legacy MIDI workaround #456
Comments
does this fix connection on kemper? |
It probably will... Converting your circuit shouldn't be very hard, as the only thing to do is replace the two resistors as follows: R4 from 220 to 33 Ohm Also, make sure to feed the R4 resistor connected to PIN 4 with 3.3v instead of 5v. You can get a 3.3v from the ESP board. |
Only a test can confirm it because 4.5V is acceptable by MIDI specification (5V+-10%) but not all devices work. |
It may work... But the specifications for 3.3v circuits state to use the alternative resistors' values. Being Pedalinomini a native 3.3v unit, it's better to go for the correct values in the first place. As a matter of fact, I suggest you to update your schematics. ;) |
just want to confirm.. |
Which version is working? 3.3V or 5V? |
3.3V |
Cool I'm happy I could help you. :)
Il 18 ottobre 2024 11:38:01 CEST, prostealth ***@***.***> ha scritto:
…just want to confirm..
it work on my behringer V-Amp 2..
thanks man...
--
Reply to this email directly or view it on GitHub:
#456 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
I'm writing this post to help anyone who could encounter problems getting the Legacy MIDI to work.
I've built my second Pedalinomini controller and I had some problems getting the MIDI DIN to work powering up the system with a 5V external adaptor. Powering the ESP32 via the USB cable Legacy MIDI was working. That puzzled me a lot!
After monitoring all the levels signal on the MIDI pins with an hoscilloscope, I've realized that the probem was the difference in voltage on the pins. On the schematics the connections are like so:
Now, the previous schematics is taken from the original MIDI specs which was based on 5v logic devices. Being the ESP a 3.3v unit, you have a signal of about 3.3v on pin 5 and a signal of around 5v on pin 4 (not considering the drop down introduced by the resitors). This difference is probably enough to steadily turn on the opto-isolator LED on the receiver, making the communication void. This didn't happen powering it up via the USB plug, because of the voltage drop down introduced by the ESP internal regulator, in fact I had a signal on pin 4 of about 4.5v.
I solved the problem converting the MIDI out to 3.3v logic using the following schematics taken from www.midi.org
Use the table to get the correct resistors value and feed pin 4 with 3.3v, and you should be good to go. :)
The text was updated successfully, but these errors were encountered: