As I began to hack the Scout Synth, I went down a MIDI over UART rabbit hole adventure with CircuitPython and Arduino.
MIDI UART Experiments Repo: github.com/BlitzCityDIY/midi_u…
#midi #arduino #circuitpython
Local Organizations to Support Reproductive Rights in Texas:
Texas Equal Access Fund: fundtexaschoice.org/
The Lilith Fund: lilithfund.org/
Bans Off Our Bodies: docs.google.com/document/d/1gK…
Frontera Fund: fronterafundrgv.org/
West Fund: westfund
... show moreAs I began to hack the Scout Synth, I went down a MIDI over UART rabbit hole adventure with CircuitPython and Arduino.
MIDI UART Experiments Repo: github.com/BlitzCityDIY/midi_u…
#midi #arduino #circuitpython
Local Organizations to Support Reproductive Rights in Texas:
Texas Equal Access Fund: fundtexaschoice.org/
The Lilith Fund: lilithfund.org/
Bans Off Our Bodies: docs.google.com/document/d/1gK…
Frontera Fund: fronterafundrgv.org/
West Fund: westfund.org/fronterizx
Clinic Access Support Network: clinicaccess.org/
The Bridge Collective: thebridgecollective.org/
The Afiya Center: theafiyacenter.org/
Information to support AAPI communities: anti-asianviolenceresources.ca…
Bystander Intervention Training: advancingjustice-chicago.org/w…
How to intervene if someone is being harassed: afsc.org/bystanderintervention
Fair Fight fights for voting rights in the US: fairfight.com/
Black Lives Matter: blacklivesmatter.com/
Reclaim the Block: reclaimtheblock.org/
Kim Crayton's Guiding Principles: hashtagcauseascene.com/guiding…
One Anti-Racist Action daily newsletter: archive.oneaction.today/
Transgender Law Center: transgenderlawcenter.org/
Be an Informed Advocate to Transgender People: aclu.org/issues/lgbtq-rights/t…
National Center for Transgender Equality: transequality.org/
Contribute to BlitzCityDIY/midi_uart_experiments development by creating an account on GitHub.
GitHub
Shelvacu
in reply to blitzcitydiy • • •Any devices should be able to communicate over UART so long as the logic level matches. This is a pretty common problem where some devices are 3.7v and some are 5v. If you hook up an o-scope to the tx pin you can see what the logic level is, which usually but definitely not always matches the Vcc of whatever chip.
It definitely should not matter whether a device is being powered by USB or battery, unless something else is malfunctioning. What baud rate are you running the signal?