-
Notifications
You must be signed in to change notification settings - Fork 16
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
Compatability with H-Pi Flash Synth? #4
Comments
Hey, you can connect pin 2 of the MIDI out socket to ground if you want to be able to draw power from the MIDI signal lines. The easiest way is to scrape off some of the solder mask from the underside of the board beside pin 2 then add a blob of solder as shown in yellow below. You could also use wire between pin 2 and the battery GND connector.
![image](https://user-images.githubusercontent.com/762600/173229356-3a7d280b-f069-44b4-82f0-08501d298aaa.png)
I would not usually recommend trying to draw power this way since the Le Strum is battery powered and the 5V supply is via a micropower LDO regulator. This means if you try to draw too much current you could stress the regulator and/or reduce battery life. However if your Flash synth draws low current you could give it a try
You could also run from an AC/DC adaptor and replace REG1 with a full size LM7805 reg if you have issues.
Cheers
Jason
|
The LM7805 would take 120v AC and convert it to 5v DC for the Le Strum? Would another option be to set it up to use USB power directly and then just tie the midi plug into the usb power? I was originally planning to use a micro usb breakout connected to a step up converter and a 9v battery adapter to USB power the thing, so maybe going directly from USB would work instead? |
Nooo - what I meant is you need to run from an AC/DC adaptor - i.e. something that takes 120VAC and converts it to 9VDC. In addition to that you could replace the micropower 78L05 with a full size 7805 if you needed more current capacity (e.g. reg getting hot or shutting down)
Yes if you have 5V from USB you can power the Le Strum from that but you would have to bypass the on board regulator (REG1). You'd then still need to ground the MIDI socket pin to provide MIDI power to your synth. Don't send 5V directly down the MIDI connection as there needs to be a pair of in-line resistors and you might otherwise damage your synth |
I was hoping to use my Flash Synth with Le Strum but I seem to be stumped. Flash requires the MIDI port to follow the MIDI Manufacturer's Association spec. Does Le Strum follow that spec? In particular, this is the part of the spec that Flash cares about:
source (pdf)
Is this unsupported? Is there a way to get this to work?
The text was updated successfully, but these errors were encountered: