Skip to content
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

MIDI Out Schematic wrong? #30

Closed
jberry opened this issue Sep 14, 2019 · 5 comments
Closed

MIDI Out Schematic wrong? #30

jberry opened this issue Sep 14, 2019 · 5 comments
Labels
bug Something isn't working

Comments

@jberry
Copy link
Contributor

jberry commented Sep 14, 2019

Trying to get midi jacks working, and they arn't. Looking at the original Pedalino wiring, and the MIDI standard via sweetwater, I'm thinking the schematic may be wrong.

The MIDI Out standard I found is:

O….. Pin 1 (No Connection)
O……… Pin 4 (+5V DC Voltage)
O………… Pin 2 (Ground/Common)
O……… Pin 5 (MIDI Data – Hot)
O….. Pin 3 (No Connection)

And looking at the original Pedalino project wiring picture, I see that setup.

Looking at the PedalinoMini schematic, it seems like pin 4 and pin 5 may be swapped. PIN 5 is getting the +5v signal, and PIN 4 is getting the data from the ESP32. Also, I don't see a ground on PIN 2.

Could you review and see if you agree?

@jberry jberry changed the title MIDI Schematic wrong? MIDI Out Schematic wrong? Sep 14, 2019
@jberry
Copy link
Contributor Author

jberry commented Sep 14, 2019

I followed https://learn.sparkfun.com/tutorials/midi-tutorial/hardware--electronic-implementation and flipped the pins as I thought were wrong above, and it did fix my issue. So it does appear the pins on the schematic are wrong

@alf45tar alf45tar added the bug Something isn't working label Sep 16, 2019
@alf45tar
Copy link
Owner

I think you are right. I will fix it shortly.

@alf45tar
Copy link
Owner

Fixed

Thanks @jberry

@prisme60
Copy link

I see that you only change Schematic_PedalinoMini_Sheet-1.svg but you should change
Schematic_PedalinoMini_Sheet-0.svg too.

@alf45tar
Copy link
Owner

alf45tar commented Sep 18, 2019

Deleted Sheet-0 because Arduino Uno is not recomended anymore for USB MIDI.
Arduino Pro Micro is cheaper, much compact and don't need the MOCOLUFA firmware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants